Skip to content

Commit f6d2fbf

Browse files
achoumcopybara-github
authored andcommitted
Internal change
PiperOrigin-RevId: 416571722
1 parent 22ea91a commit f6d2fbf

File tree

7 files changed

+398
-169
lines changed

7 files changed

+398
-169
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changelog
22

3-
## ??? - ???
3+
## 0.2.2 - 2021-12-13
44

55
### Features
66

configure/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
from setuptools.command.install import install
2121
from setuptools.dist import Distribution
2222

23-
_VERSION = "0.2.1"
23+
_VERSION = "0.2.2"
2424

2525
with open("README.md", "r", encoding="utf-8") as fh:
2626
long_description = fh.read()

documentation/installation.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,6 @@
1212
* [Build from source](#build-from-source)
1313
* [Troubleshooting](#troubleshooting)
1414

15-
<!-- Added by: gbm, at: Mon 31 May 2021 06:16:21 PM CEST -->
16-
1715
<!--te-->
1816

1917
<!-- docs_infra:strip_end -->

documentation/known_issues.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,9 +47,8 @@ The following table shows the compatibility between
4747

4848
tensorflow_decision_forests | tensorflow
4949
--------------------------- | ----------
50-
0.2.1 | 2.7
51-
0.2.0 | 2.6
52-
0.1.9 | 2.6
50+
0.2.1 - 0.2.2 | 2.7
51+
0.1.9 - 0.2.0 | 2.6
5352
0.1.1 - 0.1.8 | 2.5
5453
0.1.0 | 2.4
5554

documentation/migration.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,6 @@ This doc assumes familiarity with the
5858
{Classifier/Regressor/Estimator}](#migrating-from-tfestimatorboostedtrees-classifierregressorestimator)
5959
* [For Yggdrasil users](#for-yggdrasil-users)
6060

61-
<!-- Added by: gbm, at: Mon 31 May 2021 06:16:21 PM CEST -->
62-
6361
<!--te-->
6462

6563
<!-- docs_infra:strip_end -->

tensorflow_decision_forests/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
4646
"""
4747

48-
__version__ = "0.2.1"
48+
__version__ = "0.2.2"
4949
__author__ = "Mathieu Guillame-Bert"
5050

5151
compatible_tf_versions = ["2.7.0"]

tensorflow_decision_forests/keras/wrappers_pre_generated.py

Lines changed: 393 additions & 159 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)