You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Failure of `plot_feature_outlier_image` utility function when no outliers are detected ([#774](https://github.com/SeldonIO/alibi-detect/pull/774) - thanks [@signupatgmx](https://github.com/signupatgmx) !).
8
+
9
+
### Changed
10
+
- Refactored methods that use `tensorflow` optimizers to work with the new optimizers introduced in `2.11` ([#739](https://github.com/SeldonIO/alibi-detect/pull/739)).
11
+
- Maximum supported version of `tensorflow` bumped to `2.12.x` ([#764](https://github.com/SeldonIO/alibi-detect/pull/764)).
12
+
- Maximum supported version of `tensorflow-probability` version to `0.19.x` ([#687](https://github.com/SeldonIO/alibi-detect/pull/687)).
13
+
- Supported version of `pandas` bumped to `>1.0.0, <3.0.0` ([#765](https://github.com/SeldonIO/alibi-detect/pull/765)).
14
+
- Maximum supported version of `scikit-image` bumped to `0.20.x` ([#751](https://github.com/SeldonIO/alibi-detect/pull/751)).
15
+
16
+
### Development
17
+
- Migrate `codecov` to use Github Actions and don't fail CI on coverage report upload failure due to rate limiting ([#768](https://github.com/SeldonIO/alibi-detect/pull/768), [#776](https://github.com/SeldonIO/alibi-detect/pull/776)).
18
+
- Bump `mypy` version to `>=1.0, <2.0` ([#754](https://github.com/SeldonIO/alibi-detect/pull/754)).
19
+
- Bump `sphinx` version to `6.x` ([#709](https://github.com/SeldonIO/alibi-detect/pull/709)).
20
+
- Bump `sphinx-design` version to `0.4.1` ([#769](https://github.com/SeldonIO/alibi-detect/pull/769)).
21
+
- Bump `nbsphinx` version to `0.9.x` ([#757](https://github.com/SeldonIO/alibi-detect/pull/757)).
22
+
- Bump `myst-parser` version to `>=1.0, <2.0` ([#756](https://github.com/SeldonIO/alibi-detect/pull/756)).
23
+
- Bump `twine` version to `4.x` ([#511](https://github.com/SeldonIO/alibi-detect/pull/511)).
24
+
- Bump `pre-commit` version to `3.x` and update the config ([#731](https://github.com/SeldonIO/alibi-detect/pull/731)).
0 commit comments