Skip to content

Commit

Permalink
chore: release 1.0.0 (#257)
Browse files Browse the repository at this point in the history
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: substra-bot[bot] <100303497+substra-bot[bot]@users.noreply.github.com>
Co-authored-by: substra-bot[bot] <substra-bot[bot]@users.noreply.github.com>
  • Loading branch information
substra-bot[bot] and substra-bot[bot] authored Oct 14, 2024
1 parent 132f869 commit 95ecc62
Show file tree
Hide file tree
Showing 8 changed files with 24 additions and 9 deletions.
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,27 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

<!-- towncrier release notes start -->

## [1.0.0](https://github.com/Substra/substrafl/releases/tag/1.0.0) - 2024-10-14

### Added

- The `Dependency` object now takes an optional parameter `binary_dependencies` to specify binary packages to be
installed in the computation container. ([#249](https://github.com/Substra/substrafl/pull/249))

### Changed

- cuda base docker image is now `nvidia/cuda:12.6.1-runtime-ubuntu24.04` ([#248](https://github.com/Substra/substrafl/pull/248))
- Remove parasite verisons of `setuptools` in Dockerfiles and install `setuptools>70.0.0` to tackle last identified CVEs ([#250](https://github.com/Substra/substrafl/pull/250))

### Fixed

- Bump NumPy and pytorch versions in tests. ([#252](https://github.com/Substra/substrafl/pull/252))

### Removed

- Drop Python 3.9 support. ([#247](https://github.com/Substra/substrafl/pull/247))


## [0.47.0](https://github.com/Substra/substrafl/releases/tag/0.47.0) - 2024-09-12

### Added
Expand Down
1 change: 0 additions & 1 deletion changes/247.removed

This file was deleted.

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

This file was deleted.

2 changes: 0 additions & 2 deletions changes/249.added

This file was deleted.

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

This file was deleted.

1 change: 0 additions & 1 deletion changes/252.fixed

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.54.0",
"substratools~=0.22.0",
"substra~=1.0.0",
"substratools~=1.0.0",
"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.47.0"
__version__ = "1.0.0"

0 comments on commit 95ecc62

Please sign in to comment.