Skip to content

v0.11.5

Compare
Choose a tag to compare
@mauicv mauicv released this 22 Jan 16:25
· 13 commits to master since this release

v0.11.5 (2024-22-01)

Full Changelog

This is a patch release fixing several bugs, updating dependencies and a change of license.

Added

  • Allow pickle when loading numpy array file (#836)
  • Add abbreviations in the getting_started page (#863)

Fixed

  • Remove scale_identity_multiplier to support tensorflow-probability 0.20 (#828)
  • Docs/dont load sklearn detectors in notebooks (#842)
  • Add notebooks tests for 3.11 (#840) & (#841)
  • Split tox ci job into seperate jobs (#843)
  • Fix E721 linting errors (#846)
  • Change legacy tf optimizers types to forwardrefs (#858)
  • Remove deprecated multichannel keyword from skimage.filters.gaussian (#857)
  • Update Alibi_Detect_Logo_rgb image with white stroked letters (#862)
  • Update typechecking for mypy 1.7.0 (#866)

Changed

  • Alibi-Detect License change from Apache to Business Source License 1.1 (#876)

Development

  • Set 3.0.0 as upper bound on pytorch version (link tbd)
  • Update myst-parser requirement upper bound from 2.0 to 3.0 (#815)
  • Update pillow requirement upper bound from 10.0.0 to 11.0.0 (#822)
  • Update xgboost requirement upper bound from 2.0.0 to 3.0.0 (#850)
  • Bump tensorflow and tfp (#860)
  • Bump sphinx-design from 0.4.1 to 0.5.0 (#845)
  • Update scikit-image requirement (#855)
  • Update sphinxcontrib-apidoc requirement (#848)
  • Update numba requirement (#851)
  • Remove macos from ci (#876)
  • Add security scans to CI (#876)