Skip to content

Commit cff8355

Browse files
committed
v0.6.5
1 parent ea1edbe commit cff8355

File tree

3 files changed

+21
-5
lines changed

3 files changed

+21
-5
lines changed

CHANGELOG.md

+18-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,22 @@
11
# Change Log
22

3-
## [v0.6.4](https://github.com/SeldonIO/alibi/tree/v0.6.4) (2021-01-28)
3+
## [v0.6.5](https://github.com/SeldonIO/alibi/tree/v0.6.4) (2022-03-18)
4+
[Full Changelog](https://github.com/SeldonIO/alibi/compare/v0.6.4...v0.6.5)
5+
6+
This is a patch release to correct a regression in `CounterfactualProto` introduced in `v0.6.3`.
7+
8+
### Added
9+
- Added a [Frequently Asked Questions](https://docs.seldon.io/projects/alibi/en/latest/overview/faq.html) page to the docs.
10+
11+
### Fixed
12+
- Fix a bug introduced in `v0.6.3` which prevented `CounterfactualProto` working with categorical features ([#612](https://github.com/SeldonIO/alibi/pull/612)).
13+
- Fix an issue with the `LanguageModelSampler` where it would sometimes sample punctuation ([#585](https://github.com/SeldonIO/alibi/pull/585)).
14+
15+
### Development
16+
- The maximum `tensorflow` version has been bumped from 2.7 to 2.8 ([#588](https://github.com/SeldonIO/alibi/pull/588)).
17+
18+
19+
## [v0.6.4](https://github.com/SeldonIO/alibi/tree/v0.6.4) (2022-02-28)
420
[Full Changelog](https://github.com/SeldonIO/alibi/compare/v0.6.3...v0.6.4)
521

622
This is a patch release to correct a regression in `AnchorImage` introduced in `v0.6.3`.
@@ -11,7 +27,7 @@ This is a patch release to correct a regression in `AnchorImage` introduced in `
1127
### Development
1228
- The maximum versions of `Pillow` and `scikit-image` have been bumped to 9.x and 0.19.x respectively.
1329

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

1733
### Added

CITATION.cff

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ authors:
1717
given-names: "Ashley"
1818
orcid: "https://orcid.org/0000-0001-8971-7224"
1919
title: "Alibi Explain: Algorithms for Explaining Machine Learning Models"
20-
version: 0.6.4
21-
date-released: 2022-01-28
20+
version: 0.6.5
21+
date-released: 2022-03-18
2222
url: "https://github.com/SeldonIO/alibi"
2323
preferred-citation:
2424
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.6.5dev'
5+
__version__ = '0.6.5'

0 commit comments

Comments
 (0)