Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: release 0.46.0fake #238

Closed
wants to merge 17 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
17 commits
Select commit Hold shift + click to select a range
bed47ce
[auto] chore: bump __version__.py to 0.46.0fake
ThibaultFy Aug 2, 2024
7dc4015
[auto] chore: bump substra-tools to 0.21.4fake in pyproject.toml
ThibaultFy Aug 2, 2024
3662b33
[auto] chore: bump __version__.py to 0.46.0fake
ThibaultFy Aug 2, 2024
7dce568
[auto] chore: bump substra-tools to 0.21.4fake in pyproject.toml
ThibaultFy Aug 2, 2024
b5fda8c
[auto] chore: bump __version__.py to 0.46.0fake
ThibaultFy Aug 2, 2024
fec8286
[auto] chore: bump substra-tools to 0.21.4fake in pyproject.toml
ThibaultFy Aug 2, 2024
209aa8b
[auto] chore: bump __version__.py to 0.46.0fake
ThibaultFy Aug 2, 2024
115ae4d
[auto] chore: bump substra-tools to 0.21.4fake in pyproject.toml
ThibaultFy Aug 2, 2024
87058e7
[auto] chore: bump __version__.py to 0.46.0fake
substra-bot[bot] Aug 7, 2024
d268e0b
[auto] chore: bump substra-tools to 0.21.4fake in pyproject.toml
substra-bot[bot] Aug 7, 2024
dd5496b
[auto] update changelog
substra-bot[bot] Aug 7, 2024
aebb438
[auto] chore: bump __version__.py to 0.46.0fake
substra-bot[bot] Aug 7, 2024
43d5a71
[auto] chore: bump substra-tools to 0.21.4fake in pyproject.toml
substra-bot[bot] Aug 7, 2024
721fb79
[auto] chore: bump __version__.py to 0.46.0fakerc1
substra-bot[bot] Aug 7, 2024
95e8adf
[auto] chore: bump substra-tools to 0.21.4fakerc1 in pyproject.toml
substra-bot[bot] Aug 7, 2024
beb67ac
[auto] chore: bump __version__.py to 0.46.0fake
substra-bot[bot] Aug 7, 2024
e98ab55
[auto] chore: bump substra-tools to 0.21.4fake in pyproject.toml
substra-bot[bot] Aug 7, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,23 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

<!-- towncrier release notes start -->

# ## [0.46.0fake](https://github.com/Substra/substrafl/releases/tag/0.46.0fake) - 2024-08-07

### Added

- Python 3.12 support ([#226](https://github.com/Substra/substrafl/pull/226))

### Fixed

- Add a non-root user to the generated Dockerfile for the compute functions.

Compute pods were already running as non-root (ensured by a security context in the backend), we are making it more
explicit here. ([#228](https://github.com/Substra/substrafl/pull/228))
- Added `subprocess_only` tag to prevent simulation mode tests to run in remote mode. ([#229](https://github.com/Substra/substrafl/pull/229))
- Bump pytorch version to 2.2.1 in tests. ([#230](https://github.com/Substra/substrafl/pull/230))
- Bump NumPy version to 1.26.4 in tests. ([#231](https://github.com/Substra/substrafl/pull/231))


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


Expand Down
1 change: 0 additions & 1 deletion changes/226.added

This file was deleted.

4 changes: 0 additions & 4 deletions changes/228.fixed

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

18 changes: 16 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,22 @@ readme = "README.md"
dependencies = [
"numpy>=1.24,<2.0",
"cloudpickle>=1.6.0",
"substra~=0.54.0a1",
"substratools~=0.22.0a2",
"substra~=0.53.0fake",
"substra~=0.53.0fake",
"substra~=0.53.0fake",
"substra~=0.53.0fake",
"substra~=0.53.0fake",
"substra~=0.53.0fake",
"substra~=0.53.0fake",
"substra~=0.53.0fake",
"substratools~=0.21.4fake",
"substratools~=0.21.4fake",
"substratools~=0.21.4fake",
"substratools~=0.21.4fake",
"substratools~=0.21.4fake",
"substratools~=0.21.4fake",
"substratools~=0.21.4fake",
"substratools~=0.21.4fake",
"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.46.0"
__version__ = "0.46.0fake"
Loading