Skip to content

Commit 5c4233d

Browse files
rstzcopybara-github
authored andcommitted
Prepare release of TF-DF 1.8.1 and YDF 1.7.0
PiperOrigin-RevId: 583389146
1 parent faaef9b commit 5c4233d

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

CHANGELOG.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
# Changelog
22

3-
## HEAD
3+
## 1.8.0 - 2023-11-17
44

55
### Fix
66

7-
Regression with Mean Squared Error loss and Mean Average error loss incorrectly
8-
clamped the gradients, leading to incorrect predictions.
7+
- Regression with Mean Squared Error loss and Mean Average error loss
8+
incorrectly clamped the gradients, leading to incorrect predictions.
99

1010
## 1.8.0 - 2023-11-15
1111

configure/setup.py

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

24-
_VERSION = "1.8.0"
24+
_VERSION = "1.8.1"
2525

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

tensorflow_decision_forests/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
5252
"""
5353

54-
__version__ = "1.8.0"
54+
__version__ = "1.8.1"
5555
__author__ = "Mathieu Guillame-Bert"
5656

5757
compatible_tf_versions = ["2.15.0"]

0 commit comments

Comments
 (0)