Skip to content

Commit 4cd866f

Browse files
committed
v0.9.3
1 parent 83ab525 commit 4cd866f

File tree

3 files changed

+19
-3
lines changed

3 files changed

+19
-3
lines changed

CHANGELOG.md

+16
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,21 @@
11
# Change Log
22

3+
## [v0.9.3](https://github.com/SeldonIO/alibi/tree/v0.9.3) (2023-06-21)
4+
[Full Changelog](https://github.com/SeldonIO/alibi/compare/v0.9.2...v0.9.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 ([#932](https://github.com/SeldonIO/alibi/pull/932)).
11+
- Separate code quality into its own Github Action and only run against the main development version of Python, currently Python 3.10 ([#925](https://github.com/SeldonIO/alibi/pull/925)).
12+
- Check and remove stale `mypy` ignore commands ([#874](https://github.com/SeldonIO/alibi/pull/874)).
13+
- Bump `torch` version to `2.x` ([#893](https://github.com/SeldonIO/alibi/pull/893)).
14+
- Bump `scikit-image` version to `0.21.x` ([#928](https://github.com/SeldonIO/alibi/pull/928)).
15+
- Bump `numba` version to `0.57.x` ([#922](https://github.com/SeldonIO/alibi/pull/922)).
16+
- Bump `sphinx` version to `7.x` ([#921](https://github.com/SeldonIO/alibi/pull/921)).
17+
18+
319
## [v0.9.2](https://github.com/SeldonIO/alibi/tree/v0.9.2) (2023-04-28)
420
[Full Changelog](https://github.com/SeldonIO/alibi/compare/v0.9.1...v0.9.2)
521

CITATION.cff

+2-2
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ authors:
1919
- family-names: "Athorne"
2020
given-names: "Alex"
2121
title: "Alibi Explain: Algorithms for Explaining Machine Learning Models"
22-
version: 0.9.2
23-
date-released: 2023-04-28
22+
version: 0.9.3
23+
date-released: 2023-06-21
2424
url: "https://github.com/SeldonIO/alibi"
2525
preferred-citation:
2626
type: article

alibi/version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
# 1) we don't load dependencies by storing it in __init__.py
33
# 2) we can import it in setup.py for the same reason
44
# 3) we can import it into your module module
5-
__version__ = '0.9.3dev'
5+
__version__ = '0.9.3'

0 commit comments

Comments
 (0)