Skip to content

Commit

Permalink
v0.6.4
Browse files Browse the repository at this point in the history
  • Loading branch information
jklaise committed Jan 28, 2022
1 parent 529943d commit 7868f76
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 3 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Change Log

## [v0.6.4](https://github.com/SeldonIO/alibi/tree/v0.6.4) (2021-01-28)
[Full Changelog](https://github.com/SeldonIO/alibi/compare/v0.6.3...v0.6.4)

This is a patch release to correct a regression in `AnchorImage` introduced in `v0.6.3`.

### Fixed
- Fix a bug introduced in `v0.6.3` where `AnchorImage` would ignore user `segmentation_kwargs` ([#581](https://github.com/SeldonIO/alibi/pull/581)).

### Development
- The maximum versions of `Pillow` and `scikit-image` have been bumped to 9.x and 0.19.x respectively.

## [v0.6.3](https://github.com/SeldonIO/alibi/tree/v0.6.3) (2021-01-18)
[Full Changelog](https://github.com/SeldonIO/alibi/compare/v0.6.2...v0.6.3)

Expand Down
4 changes: 2 additions & 2 deletions CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ authors:
given-names: "Ashley"
orcid: "https://orcid.org/0000-0001-8971-7224"
title: "Alibi Explain: Algorithms for Explaining Machine Learning Models"
version: 0.6.3
date-released: 2022-01-18
version: 0.6.4
date-released: 2022-01-28
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.6.4dev'
__version__ = '0.6.4'

0 comments on commit 7868f76

Please sign in to comment.