Skip to content

Commit

Permalink
Release v0.7.3.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 506727116
  • Loading branch information
maciejkula authored and TensorFlow Recommenders Authors committed Feb 2, 2023
1 parent 9472e4c commit c739e4c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
7 changes: 5 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,19 @@

## [unreleased][unreleased]

## [0.7.3][2023-02-02]

### Changed

- The `Retrieval` task now accepts a list of factorized metrics instead of a
single optional metric.
- `tfrs.metrics.FactorizedTopK` now accepts sample weights which are used to
compute weighted top k metrics.

### Added

- `tfrs.experimental.optimizers.ClippyAdagrad`: a new optimizer based on
`tf.keras.optimizers.Adagrad` that is able to improve training stability.
- `tfrs.metrics.FactorizedTopK` now accepts sample weights which are used to
compute weighted top k metrics.

## [0.7.2][2022-09-28]

Expand Down
2 changes: 1 addition & 1 deletion tensorflow_recommenders/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
you the flexibility to build complex models.
"""

__version__ = "v0.7.2"
__version__ = "v0.7.3"

from tensorflow_recommenders import examples
from tensorflow_recommenders import experimental
Expand Down

0 comments on commit c739e4c

Please sign in to comment.