Skip to content

Commit

Permalink
Prepare release of TF-DF 1.8.1 and YDF 1.7.0
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 583389146
  • Loading branch information
rstz authored and Copybara-Service committed Nov 17, 2023
1 parent faaef9b commit 5c4233d
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# Changelog

## HEAD
## 1.8.0 - 2023-11-17

### Fix

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

## 1.8.0 - 2023-11-15

Expand Down
2 changes: 1 addition & 1 deletion configure/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
from setuptools.command.install import install
from setuptools.dist import Distribution

_VERSION = "1.8.0"
_VERSION = "1.8.1"

with open("README.md", "r", encoding="utf-8") as fh:
long_description = fh.read()
Expand Down
2 changes: 1 addition & 1 deletion tensorflow_decision_forests/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"""

__version__ = "1.8.0"
__version__ = "1.8.1"
__author__ = "Mathieu Guillame-Bert"

compatible_tf_versions = ["2.15.0"]
Expand Down

0 comments on commit 5c4233d

Please sign in to comment.