Skip to content

Commit

Permalink
v0.9.3
Browse files Browse the repository at this point in the history
  • Loading branch information
jklaise committed Jun 21, 2023
1 parent 83ab525 commit 4cd866f
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 3 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# Change Log

## [v0.9.3](https://github.com/SeldonIO/alibi/tree/v0.9.3) (2023-06-21)
[Full Changelog](https://github.com/SeldonIO/alibi/compare/v0.9.2...v0.9.3)

This is a patch release to officially enable support for Python 3.11.<br>
This is the last release with official support for Python 3.7.

### Development
- Test library on Python 3.11 ([#932](https://github.com/SeldonIO/alibi/pull/932)).
- 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)).
- Check and remove stale `mypy` ignore commands ([#874](https://github.com/SeldonIO/alibi/pull/874)).
- Bump `torch` version to `2.x` ([#893](https://github.com/SeldonIO/alibi/pull/893)).
- Bump `scikit-image` version to `0.21.x` ([#928](https://github.com/SeldonIO/alibi/pull/928)).
- Bump `numba` version to `0.57.x` ([#922](https://github.com/SeldonIO/alibi/pull/922)).
- Bump `sphinx` version to `7.x` ([#921](https://github.com/SeldonIO/alibi/pull/921)).


## [v0.9.2](https://github.com/SeldonIO/alibi/tree/v0.9.2) (2023-04-28)
[Full Changelog](https://github.com/SeldonIO/alibi/compare/v0.9.1...v0.9.2)

Expand Down
4 changes: 2 additions & 2 deletions CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ authors:
- family-names: "Athorne"
given-names: "Alex"
title: "Alibi Explain: Algorithms for Explaining Machine Learning Models"
version: 0.9.2
date-released: 2023-04-28
version: 0.9.3
date-released: 2023-06-21
url: "https://github.com/SeldonIO/alibi"
preferred-citation:
type: article
Expand Down
2 changes: 1 addition & 1 deletion alibi/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
# 1) we don't load dependencies by storing it in __init__.py
# 2) we can import it in setup.py for the same reason
# 3) we can import it into your module module
__version__ = '0.9.3dev'
__version__ = '0.9.3'

0 comments on commit 4cd866f

Please sign in to comment.