Skip to content

Commit

Permalink
chore: release 0.45.0rc1
Browse files Browse the repository at this point in the history
Signed-off-by: SdgJlbl <sarah.diot-girard@owkin.com>
  • Loading branch information
SdgJlbl committed Mar 27, 2024
1 parent df0bc07 commit 3fddaaa
Show file tree
Hide file tree
Showing 6 changed files with 16 additions and 6 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,19 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

<!-- towncrier release notes start -->

## [0.45.0](https://github.com/Substra/substrafl/releases/tag/0.45.0) - 2024-03-27


### Added

- - New CLI arguments to Camelyon benchmark (`--torch-gpu` and `--cp-name`) ([#201](https://github.com/Substra/substrafl/pull/201))

### Changed

- - Apply changes from breaking PR on Substra (#405(https://github.com/Substra/substra/pull/405)) ([#202](https://github.com/Substra/substrafl/pull/202))
- - Depreciate `setup.py` in favour of `pyproject.toml` ([#204](https://github.com/Substra/substrafl/pull/204))


## [0.44.0](https://github.com/Substra/substrafl/releases/tag/0.44.0) - 2024-03-07

### Added
Expand Down
1 change: 0 additions & 1 deletion changes/201.added

This file was deleted.

1 change: 0 additions & 1 deletion changes/202.changed

This file was deleted.

1 change: 0 additions & 1 deletion changes/204.changed

This file was deleted.

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ readme = "README.md"
dependencies = [
"numpy>=1.24",
"cloudpickle>=1.6.0",
"substra~=0.51.0",
"substratools~=0.21.2",
"substra~=0.52.0rc1",
"substratools~=0.21.3rc1",
"pydantic>=2.3.0,<3.0",
"pip>=21.2",
"tqdm",
Expand Down
2 changes: 1 addition & 1 deletion substrafl/__version__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.44.0"
__version__ = "0.45.0rc1"

0 comments on commit 3fddaaa

Please sign in to comment.