Skip to content

Commit 7cf1665

Browse files
author
Ashley Scillitoe
committed
v0.11.4
1 parent 74d20eb commit 7cf1665

File tree

4 files changed

+17
-5
lines changed

4 files changed

+17
-5
lines changed

CHANGELOG.md

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

3+
## [v0.11.4](https://github.com/SeldonIO/alibi-detect/tree/v0.11.4) (2023-07-07)
4+
[Full Changelog](https://github.com/SeldonIO/alibi-detect/compare/v0.11.3...v0.11.4)
5+
6+
This is a patch release to support `numpy >= 1.24`, and drop official support for Python 3.7.
7+
8+
### Fixed
9+
- Replace numpy aliases of builtin types like `np.int`, in order to support `numpy >= 1.24` ([#826](https://github.com/SeldonIO/alibi-detect/pull/826)).
10+
11+
### Development
12+
- Drop official support for Python 3.7 ([#825](https://github.com/SeldonIO/alibi-detect/pull/825)).
13+
14+
315
## [v0.11.3](https://github.com/SeldonIO/alibi-detect/tree/v0.11.3) (2023-06-21)
416
[Full Changelog](https://github.com/SeldonIO/alibi-detect/compare/v0.11.2...v0.11.3)
517

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.11.3
23-
date-released: 2023-06-21
22+
version: 0.11.4
23+
date-released: 2023-07-07
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.11.3},
411-
date = {2023-06-21},
410+
version = {0.11.4},
411+
date = {2023-07-07},
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.11.4dev"
6+
__version__ = "0.11.4"

0 commit comments

Comments
 (0)