Releases: Substra/substrafl
0.43.0rc1
chore: release 0.43.0rc1 Signed-off-by: Guilhem Barthés <[email protected]>
0.42.0
0.42.0rc1
0.41.1
0.41.1rc3
0.37.3
0.37.2
0.41.0
0.40.0
Added
-
Check the Python version used before generating the Dockerfile ([#155])(#155)).
-
Python dependencies can be resolved using pip compile during function registration by setting
compile
toTrue
in theDependency
object ([#155])(#155)).Dependency( pypi_dependencies=["pytest", "numpy"], compile=True, )
-
Dependency objects are now computed at initialization in a cache directory, accessible through the
cache_directory
attribute. The cache directory is deleted at the Dependency object deletion. ([https://github.com//pull/155])(#155)) -
Check created wheels name. (#160)
Changed
- BREAKING: Rename
generate_wheel.py
tomanage_dependencies.py
(#156) - BREAKING: Move
manage_dependencies.py
fromremote.register
todependency
(#158) - BREAKING:
local_dependencies
is renamedlocal_installable_dependencies
(#158) - BREAKING: local_installable_dependencies are now limited to local modules or Python wheels (no support for bdist, sdist...)([#155])(#155)).
Fixed
0.40.0rc2
Added
-
Check the Python version used before generating the Dockerfile ([#155])(#155)).
-
Python dependencies can be resolved using pip compile during function registration by setting
compile
toTrue
in theDependency
object ([#155])(#155)).Dependency( pypi_dependencies=["pytest", "numpy"], compile=True, )
-
Dependency
objects are now computed at initialization in a cache directory, accessible through thecopy_compute_dir
method. The cache directory is deleted at theDependency
object deletion. ([#155])(#155)) -
Check created wheels name. (#160)
Changed
- BREAKING: Rename
generate_wheel.py
tomanage_dependencies.py
(#156) - BREAKING: Move
manage_dependencies.py
fromremote.register
todependency
(#158) - BREAKING:
local_dependencies
is renamedlocal_installable_dependencies
(#158) - BREAKING: local_installable_dependencies are now limited to local modules or Python wheels (no support for bdist, sdist...)([#155])(#155)).