Skip to content

Releases: Substra/substra

0.53.0rc1

03 Jun 13:19
Compare
Choose a tag to compare
0.53.0rc1 Pre-release
Pre-release

0.53.0 - 2024-06-03

Added

  • A warning indicates when a Client is set in hybrid mode (#413)

Changed

  • Exclude requests 2.32.* due to bug introduction in these version. (#415)

0.52.1rc1

21 May 09:37
3bd2d8c
Compare
Choose a tag to compare
0.52.1rc1 Pre-release
Pre-release

0.52.1 - 2024-05-21

Added

  • A warning indicates when a Client is set in hybrid mode (#413)

Changed

  • Exclude requests 2.32.* due to bug introduction in these version. (#415)

0.52.0

27 Mar 10:53
f94acb3
Compare
Choose a tag to compare

0.52.0 - 2024-03-27

Changed

    • BREAKING: Remove type from DatasetSpec (#405)
    • Depreciate setup.py in favour of pyproject.toml (#407)

0.52.0rc2

27 Mar 09:08
Compare
Choose a tag to compare
0.52.0rc2 Pre-release
Pre-release

0.52.0 - 2024-03-27

Changed

  • BREAKING: Remove type from DatasetSpec (#405)
  • Depreciate setup.py in favour of pyproject.toml (#407)

0.52.0rc1

27 Mar 08:44
f84b78e
Compare
Choose a tag to compare
0.52.0rc1 Pre-release
Pre-release

0.52.0 - 2024-03-27

Changed

    • BREAKING: Remove type from DatasetSpec (#405)
    • Depreciate setup.py in favour of pyproject.toml (#407)

0.51.0

12 Mar 16:11
8b1ee53
Compare
Choose a tag to compare

0.51.0

Changed

  • Dropped Python 3.8 support
  • Compute task status DOING is renamed EXECUTING (#401)
  • Compute plan statuses EMPTY, WAITING ansd TODO are merged into new status CREATED (#401)

0.51.0rc2

07 Mar 11:20
54d07be
Compare
Choose a tag to compare
0.51.0rc2 Pre-release
Pre-release

0.51.0rc2

Changed

  • Dropped Python 3.8 support
  • Compute task status DOING is renamed EXECUTING (#401)
  • Compute plan statuses EMPTY, WAITING ansd TODO are merged into new status CREATED (#401)

0.51.0rc1

07 Mar 10:44
9edd757
Compare
Choose a tag to compare
0.51.0rc1 Pre-release
Pre-release

0.51.0rc1

Changed

  • Compute task status DOING is renamed EXECUTING (#401)
  • Compute plan statuses EMPTY, WAITING ansd TODO are merged into new status CREATED (#401)

0.50.0

26 Feb 13:46
dc68597
Compare
Choose a tag to compare

Changed

  • BREAKING: Renamed function field of the Function pydantic model to archive(#393)
  • BREAKING: Renamed ComputeTask status values (#397)
  • download_logs uses the new endpoint (#398)
  • BREAKING: Renamed Status to ComputeTaskStatus (#399)

Added

  • Paths are now resolved on DatasampleSpec objects. Which means that users can pass relative paths (#392)
  • Added FunctionStatus (#399)

0.50.0rc3

23 Feb 15:09
64289f1
Compare
Choose a tag to compare
0.50.0rc3 Pre-release
Pre-release
chore: update substratools version

Signed-off-by: Guilhem Barthés <guilhem.barthes@owkin.com>