Current Series Release Notes¶
18.0.0.0b1¶
New Features¶
The PIP upgrade strategy can now be controlled using the new
pip_install_strategyvariable which can either beeagerif the deployers want to upgrade both the package and its dependencies oronly-if-neededif they want to only upgrade what’s really necessary. More information can be found on the PIP user guide
Upgrade Notes¶
The default PIP stategy has been changed to
only-of-neededin order to minimize the amount of packages which are updated during installation. Deployers can still override the default option using thepip_install_strategyvariable.
Deprecation Notes¶
The variable
pip_required_pip_packageshas been removed as it is not used and not required.