Skip to content

v0.11.2

Compare
Choose a tag to compare
@jklaise jklaise released this 28 Apr 14:54
· 63 commits to master since this release

v0.11.2 (2023-04-28)

Full Changelog

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 in 2.11 (#739).
  • Maximum supported version of tensorflow bumped to 2.12.x (#764).
  • Maximum supported version of tensorflow-probability version to 0.19.x (#687).
  • Supported version of pandas bumped to >1.0.0, <3.0.0 (#765).
  • Maximum supported version of scikit-image bumped to 0.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 to 6.x (#709).
  • Bump sphinx-design version to 0.4.1 (#769).
  • Bump nbsphinx version to 0.9.x (#757).
  • Bump myst-parser version to >=1.0, <2.0 (#756).
  • Bump twine version to 4.x (#511).
  • Bump pre-commit version to 3.x and update the config (#731).