Skip to content

Commit 8ee4116

Browse files
committed
Prep v0.13.0-rc.2
1 parent 5ff45c3 commit 8ee4116

File tree

4 files changed

+24
-5
lines changed

4 files changed

+24
-5
lines changed

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,24 @@
11
# Change Log
22

3+
## [v0.12.0](https://github.com/SeldonIO/alibi-detect/tree/v0.12.0) (2024-04-17)
4+
[Full Changelog](https://github.com/SeldonIO/alibi-detect/compare/v0.13.0...v0.12.0)
5+
6+
This is a minor release. The main feature is adding support for python3.12.
7+
8+
### Added
9+
10+
- Added support for python3.12 ([#917](https://github.com/SeldonIO/alibi-detect/pull/917))
11+
12+
### Fixed
13+
14+
- Numerical stability fix for spectral residual outlier detector ([#907](http://github.com/SeldonIO/alibi-detect/pull/907))
15+
- Fixes Mahalanobis detector incompatibility with `scipy>1.13` ([#913](https://github.com/SeldonIO/alibi-detect/pull/913))
16+
- Fixed image rendering in notebooks ([#918](https://github.com/SeldonIO/alibi-detect/pull/918))
17+
18+
### Changed
19+
20+
- Migrated docs to gitbook ([#904](https://github.com/SeldonIO/alibi-detect/pull/904), [#937](https://github.com/SeldonIO/alibi-detect/pull/937), [#923](https://github.com/SeldonIO/alibi-detect/pull/923))
21+
322
## [v0.12.0](https://github.com/SeldonIO/alibi-detect/tree/v0.12.0) (2024-04-17)
423
[Full Changelog](https://github.com/SeldonIO/alibi-detect/compare/v0.11.5...v0.12.0)
524

CITATION.cff

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,6 @@ authors:
1919
- family-names: "Athorne"
2020
given-names: "Alex"
2121
title: "Alibi Detect: Algorithms for outlier, adversarial and drift detection"
22-
version: 0.12.0
23-
date-released: 2024-04-17
22+
version: 0.13.0-rc.1
23+
date-released: 2025-11-26
2424
url: "https://github.com/SeldonIO/alibi-detect"

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -407,8 +407,8 @@ BibTeX entry:
407407
title = {Alibi Detect: Algorithms for outlier, adversarial and drift detection},
408408
author = {Van Looveren, Arnaud and Klaise, Janis and Vacanti, Giovanni and Cobb, Oliver and Scillitoe, Ashley and Samoilescu, Robert and Athorne, Alex},
409409
url = {https://github.com/SeldonIO/alibi-detect},
410-
version = {0.12.1.dev0},
411-
date = {2024-04-17},
410+
version = {0.13.0-rc.1},
411+
date = {2025-11-26},
412412
year = {2019}
413413
}
414414
```

alibi_detect/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33
# 2) we can import it in setup.py for the same reason
44
# 3) we can import it into your module module
55

6-
__version__ = "0.12.1.dev0"
6+
__version__ = "0.13.0-rc.1"

0 commit comments

Comments
 (0)