Skip to content

Commit

Permalink
Prepare release of TF-DF 1.7.0 and YDF 1.7.0
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 575256440
  • Loading branch information
rstz authored and copybara-github committed Oct 20, 2023
1 parent b1baa9f commit c6fee4a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
# Changelog

## Head
## 1.7.0 - 2023-10-20

### Features

- Add support for monotonic constraints.
- Add support for Mean average error (MAE) loss.
- Add support for Poisson loss.

## 1.6.0 2023-09-27
## 1.6.0 - 2023-09-27

### Breaking Changes

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.6.0"
_VERSION = "1.7.0"

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.6.0"
__version__ = "1.7.0"
__author__ = "Mathieu Guillame-Bert"

compatible_tf_versions = ["2.14.0"]
Expand Down

0 comments on commit c6fee4a

Please sign in to comment.