Skip to content

Commit e3d9933

Browse files
author
Ashley Scillitoe
committed
v0.9.4
1 parent 2b0a008 commit e3d9933

File tree

3 files changed

+14
-3
lines changed

3 files changed

+14
-3
lines changed

CHANGELOG.md

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

3+
## [v0.9.4](https://github.com/SeldonIO/alibi/tree/v0.9.4) (2023-07-7)
4+
[Full Changelog](https://github.com/SeldonIO/alibi/compare/v0.9.3...v0.9.4)
5+
6+
This is a patch release to support `numpy >= 1.24` and `scikit-learn >= 1.3.0`, and drop official support for Python 3.7.
7+
8+
### Development
9+
- Drop official support for Python 3.7 ([#942](https://github.com/SeldonIO/alibi/pull/942)).
10+
- Maximum supported version of `shap` bumped to `0.42.x`, to give `numpy >= 1.24` support ([#944](https://github.com/SeldonIO/alibi/pull/944)).
11+
- Fix handling of `scikit-learn` `partial_dependence` kwarg's in tests, for compatibility with `scikit-learn 1.3.0` ([#940](https://github.com/SeldonIO/alibi-detect/pull/940)).
12+
13+
314
## [v0.9.3](https://github.com/SeldonIO/alibi/tree/v0.9.3) (2023-06-21)
415
[Full Changelog](https://github.com/SeldonIO/alibi/compare/v0.9.2...v0.9.3)
516

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.3
23-
date-released: 2023-06-21
22+
version: 0.9.4
23+
date-released: 2023-07-07
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.4dev'
5+
__version__ = '0.9.4'

0 commit comments

Comments
 (0)