Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2023-04-28 | 2.1 kB | |
v0.11.2 source code.tar.gz | 2023-04-28 | 18.4 MB | |
v0.11.2 source code.zip | 2023-04-28 | 18.7 MB | |
Totals: 3 Items | 37.2 MB | 0 |
v0.11.2 (2023-04-28)
Fixed
- Failure of
plot_feature_outlier_image
utility function when no outliers are detected (#774 - thanks @signupatgmx !).
Changed
- Refactored methods that use
tensorflow
optimizers to work with the new optimizers introduced in2.11
(#739). - Maximum supported version of
tensorflow
bumped to2.12.x
(#764). - Maximum supported version of
tensorflow-probability
version to0.19.x
(#687). - Supported version of
pandas
bumped to>1.0.0, <3.0.0
(#765). - Maximum supported version of
scikit-image
bumped to0.20.x
(#751).
Development
- Migrate
codecov
to use Github Actions and don't fail CI on coverage report upload failure due to rate limiting (#768, #776). - Bump
mypy
version to>=1.0, <2.0
(#754). - Bump
sphinx
version to6.x
(#709). - Bump
sphinx-design
version to0.4.1
(#769). - Bump
nbsphinx
version to0.9.x
(#757). - Bump
myst-parser
version to>=1.0, <2.0
(#756). - Bump
twine
version to4.x
(#511). - Bump
pre-commit
version to3.x
and update the config (#731).