Skip to content

Commit

Permalink
v0.9.4
Browse files Browse the repository at this point in the history
  • Loading branch information
ascillitoe committed Jul 7, 2023
1 parent 2b0a008 commit b2b6a67
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 3 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Change Log

## [v0.9.4](https://github.com/SeldonIO/alibi/tree/v0.9.4) (2023-07-7)
[Full Changelog](https://github.com/SeldonIO/alibi/compare/v0.9.3...v0.9.4)

This is a patch release to support `numpy >= 1.24` and `scikit-learn >= 1.3.0`, and drop official support for Python 3.7.

### Fixed

### Development
- Drop official support for Python 3.7 ([#942](https://github.com/SeldonIO/alibi/pull/942)).
- Maximum supported version of `shap` bumped to `0.42.x`, to give `numpy >= 1.24` support ([#944](https://github.com/SeldonIO/alibi/pull/944)).
- 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)).



## [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)

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

0 comments on commit b2b6a67

Please sign in to comment.