Skip to content

Commit

Permalink
[auto] update changelog
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>
  • Loading branch information
substra-bot[bot] authored and github-actions[bot] committed Oct 14, 2024
1 parent fd90f5d commit b79f6e2
Show file tree
Hide file tree
Showing 6 changed files with 21 additions and 6 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.

0 comments on commit b79f6e2

Please sign in to comment.