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.10fake #240

Closed
wants to merge 22 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
22 commits
Select commit Hold shift + click to select a range
d5eef32
[auto] chore: bump __version__.py to 0.46.10fakerc1
substra-bot[bot] Aug 7, 2024
eb928a3
[auto] chore: bump substra-tools to 0.21.10fakerc1 in pyproject.toml
substra-bot[bot] Aug 7, 2024
7695f4b
[auto] chore: bump __version__.py to 0.46.10fake
substra-bot[bot] Aug 7, 2024
2c74215
[auto] chore: bump substra-tools to 0.21.10fake in pyproject.toml
substra-bot[bot] Aug 7, 2024
3020857
[auto] update changelog
substra-bot[bot] Aug 7, 2024
7a0d149
[auto] chore: bump __version__.py to 0.46.10fake
ThibaultFy Aug 8, 2024
685d955
[auto] chore: bump dependencies in pyproject.toml
ThibaultFy Aug 8, 2024
a0e255c
[auto] update changelog
ThibaultFy Aug 8, 2024
cb9e4e4
[auto] chore: bump __version__.py to 0.46.10fake
ThibaultFy Aug 8, 2024
e870c07
[auto] chore: bump dependencies in pyproject.toml
ThibaultFy Aug 8, 2024
49091c1
[auto] chore: bump __version__.py to 0.46.10fake
ThibaultFy Aug 8, 2024
315f208
[auto] chore: bump dependencies in pyproject.toml
ThibaultFy Aug 8, 2024
12a337d
[auto] chore: bump __version__.py to 0.46.10fake
ThibaultFy Aug 8, 2024
f7c9239
[auto] chore: bump dependencies in pyproject.toml
ThibaultFy Aug 8, 2024
8f869cd
[auto] chore: bump __version__.py to 0.46.10fake
ThibaultFy Aug 8, 2024
f628d14
[auto] chore: bump dependencies in pyproject.toml
ThibaultFy Aug 8, 2024
06530e9
[auto] chore: bump __version__.py to 0.46.10fake
substra-bot[bot] Aug 8, 2024
4162f62
[auto] chore: bump dependencies in pyproject.toml
substra-bot[bot] Aug 8, 2024
2b444a4
[auto] chore: bump __version__.py to 0.46.10fake
substra-bot[bot] Aug 8, 2024
e98636f
[auto] chore: bump dependencies in pyproject.toml
substra-bot[bot] Aug 8, 2024
c317c9d
[auto] chore: bump __version__.py to 0.46.10fake
substra-bot[bot] Aug 8, 2024
0e9d8b8
[auto] chore: bump dependencies in pyproject.toml
substra-bot[bot] Aug 8, 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
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,28 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

<!-- towncrier release notes start -->

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

No significant changes.


# ## [0.46.10fake](https://github.com/Substra/substrafl/releases/tag/0.46.10fake) - 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.

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