Releases: WillianFuks/tfcausalimpact
Releases · WillianFuks/tfcausalimpact
v0.0.17
v0.0.16
- Remove deprecated Pandas calls
Fix tf_keras incompatibility
- Sets TFP to work with version 2.0 of keras
- Adds upper boundaries for packages dependencies
v0.0.15-rc.0: Lock keras legacy dependency
- Adds support for tfp>=0.24 - Adds max threshold for lib dependencies
v0.0.14
- Adds support for Py3.11
v0.0.13
- Adds support for Python3.10
v0.0.13-rc.0
fix ci
v0.0.12
Fixed incompatible versions between tensorflow
and tensorflow_probability
.
v0.0.12-rc.0
Fix TFP Version Incompatibility with Transformed Distributions (#64) * Replaced SquareRoot bijector Transformation with builtin `tfb.Power` * Remove py36 support
v0.0.11rc0
Added boolean mask filtering on values because of index missing points