0.40.0rc2
Pre-release
Pre-release
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)).