Skip to content

Commit ac5829e

Browse files
committed
v0.11.3
1 parent e7ebb92 commit ac5829e

File tree

4 files changed

+21
-5
lines changed

4 files changed

+21
-5
lines changed

CHANGELOG.md

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

3+
## [v0.11.3](https://github.com/SeldonIO/alibi-detect/tree/v0.11.3) (2023-06-21)
4+
[Full Changelog](https://github.com/SeldonIO/alibi-detect/compare/v0.11.2...v0.11.3)
5+
6+
This is a patch release to officially enable support for Python 3.11.<br>
7+
This is the last release with official support for Python 3.7.
8+
9+
### Development
10+
- Test library on Python 3.11 ([#817](https://github.com/SeldonIO/alibi-detect/pull/817)).
11+
- Separate code quality into its own Github Action and only run against the main development version of Python, currently Python 3.10 ([#793](https://github.com/SeldonIO/alibi-detect/pull/793)).
12+
- Check and remove stale `mypy` ignore commands ([#794](https://github.com/SeldonIO/alibi-detect/pull/794)).
13+
- Add developer instructions for docstring formatting ([#789](https://github.com/SeldonIO/alibi-detect/pull/789)).
14+
- Bump `scikit-image` version to `0.21.x` ([#803](https://github.com/SeldonIO/alibi-detect/pull/803)).
15+
- Bump `numba` version to `0.57.x` ([#783](https://github.com/SeldonIO/alibi-detect/pull/783)).
16+
- Bump `sphinx` version to `7.x` ([#782](https://github.com/SeldonIO/alibi-detect/pull/782)).
17+
18+
319
## [v0.11.2](https://github.com/SeldonIO/alibi-detect/tree/v0.11.2) (2023-04-28)
420
[Full Changelog](https://github.com/SeldonIO/alibi-detect/compare/v0.11.1...v0.11.2)
521

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.2
23-
date-released: 2023-04-28
22+
version: 0.11.3
23+
date-released: 2023-06-21
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.2},
411-
date = {2023-04-28},
410+
version = {0.11.3},
411+
date = {2023-06-21},
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.3dev"
6+
__version__ = "0.11.3"

0 commit comments

Comments
 (0)