v0.6.5
v0.6.5 (2022-03-18)
This is a patch release to correct a regression in CounterfactualProto
introduced in v0.6.3
.
Added
- Added a Frequently Asked Questions page to the docs.
Fixed
- Fix a bug introduced in
v0.6.3
which preventedCounterfactualProto
working with categorical features (#612). - Fix an issue with the
LanguageModelSampler
where it would sometimes sample punctuation (#585).
Development
- The maximum
tensorflow
version has been bumped from 2.7 to 2.8 (#588).