Skip to content

Commit 95ecc62

Browse files
chore: release 1.0.0 (#257)
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>
1 parent 132f869 commit 95ecc62

File tree

8 files changed

+24
-9
lines changed

8 files changed

+24
-9
lines changed

CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,27 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
<!-- towncrier release notes start -->
99

10+
## [1.0.0](https://github.com/Substra/substrafl/releases/tag/1.0.0) - 2024-10-14
11+
12+
### Added
13+
14+
- The `Dependency` object now takes an optional parameter `binary_dependencies` to specify binary packages to be
15+
installed in the computation container. ([#249](https://github.com/Substra/substrafl/pull/249))
16+
17+
### Changed
18+
19+
- cuda base docker image is now `nvidia/cuda:12.6.1-runtime-ubuntu24.04` ([#248](https://github.com/Substra/substrafl/pull/248))
20+
- 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))
21+
22+
### Fixed
23+
24+
- Bump NumPy and pytorch versions in tests. ([#252](https://github.com/Substra/substrafl/pull/252))
25+
26+
### Removed
27+
28+
- Drop Python 3.9 support. ([#247](https://github.com/Substra/substrafl/pull/247))
29+
30+
1031
## [0.47.0](https://github.com/Substra/substrafl/releases/tag/0.47.0) - 2024-09-12
1132

1233
### Added

changes/247.removed

Lines changed: 0 additions & 1 deletion
This file was deleted.

changes/248.changed

Lines changed: 0 additions & 1 deletion
This file was deleted.

changes/249.added

Lines changed: 0 additions & 2 deletions
This file was deleted.

changes/250.changed

Lines changed: 0 additions & 1 deletion
This file was deleted.

changes/252.fixed

Lines changed: 0 additions & 1 deletion
This file was deleted.

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ readme = "README.md"
2121
dependencies = [
2222
"numpy>=1.24",
2323
"cloudpickle>=1.6.0",
24-
"substra~=0.54.0",
25-
"substratools~=0.22.0",
24+
"substra~=1.0.0",
25+
"substratools~=1.0.0",
2626
"pydantic>=2.3.0,<3.0",
2727
"pip>=21.2",
2828
"tqdm",

substrafl/__version__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.47.0"
1+
__version__ = "1.0.0"

0 commit comments

Comments
 (0)