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.3which preventedCounterfactualProtoworking with categorical features (#612). - Fix an issue with the
LanguageModelSamplerwhere it would sometimes sample punctuation (#585).
Development
- The maximum
tensorflowversion has been bumped from 2.7 to 2.8 (#588).