Skip to content

Commit 2d329af

Browse files
authored
v0.11.2 changelog (#781)
1 parent e2ccc96 commit 2d329af

File tree

1 file changed

+22
-2
lines changed

1 file changed

+22
-2
lines changed

CHANGELOG.md

Lines changed: 22 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,27 @@
11
# Change Log
22

3-
## v0.12.0dev
4-
[Full Changelog](https://github.com/SeldonIO/alibi-detect/compare/v0.11.1...master)
3+
## [v0.11.2](https://github.com/SeldonIO/alibi-detect/tree/v0.11.2) (2023-04-28)
4+
[Full Changelog](https://github.com/SeldonIO/alibi-detect/compare/v0.11.1...v0.11.2)
5+
6+
### Fixed
7+
- 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)).
525

626
## v0.11.1
727
[Full Changelog](https://github.com/SeldonIO/alibi-detect/compare/v0.11.0...v0.11.1)

0 commit comments

Comments
 (0)