Skip to content

Commit

Permalink
TFMA 0.44.0 Release
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 524355841
  • Loading branch information
rtg0795 authored and tfx-copybara committed Apr 14, 2023
1 parent b503fbd commit 63eaeb9
Show file tree
Hide file tree
Showing 6 changed files with 26 additions and 10 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,8 @@ combinations may also work.

|tensorflow-model-analysis |apache-beam[gcp]|pyarrow |tensorflow |tensorflow-metadata |tfx-bsl |
|------------------------------------------------------------------------------------ |----------------|----------|-------------------|--------------------|----------|
|[GitHub master](https://github.com/tensorflow/model-analysis/blob/master/RELEASE.md) | 2.40.0 | 6.0.0 | nightly (2.x) | 1.12.0 | 1.12.0 |
|[GitHub master](https://github.com/tensorflow/model-analysis/blob/master/RELEASE.md) | 2.40.0 | 6.0.0 | nightly (2.x) | 1.13.1 | 1.13.0 |
|[0.44.0](https://github.com/tensorflow/model-analysis/blob/v0.44.0/RELEASE.md) | 2.40.0 | 6.0.0 | 2.12 | 1.13.1 | 1.13.0 |
|[0.43.0](https://github.com/tensorflow/model-analysis/blob/v0.43.0/RELEASE.md) | 2.40.0 | 6.0.0 | 2.11 | 1.12.0 | 1.12.0 |
|[0.42.0](https://github.com/tensorflow/model-analysis/blob/v0.42.0/RELEASE.md) | 2.40.0 | 6.0.0 | 1.15.5 / 2.10 | 1.11.0 | 1.11.1 |
|[0.41.0](https://github.com/tensorflow/model-analysis/blob/v0.41.0/RELEASE.md) | 2.40.0 | 6.0.0 | 1.15.5 / 2.9 | 1.10.0 | 1.10.1 |
Expand Down
18 changes: 16 additions & 2 deletions RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,16 @@

## Major Features and Improvements

## Bug fixes and other Changes

## Breaking Changes

## Deprecations

# Version 0.44.0

## Major Features and Improvements

* Add BinaryCrossEntropy and CategoricalCrossEntropy.
* Add MeanAbsolutePercentageError and MeanSquaredLogarithmicError
* Add SetMatchPrecision and SetMatchRecall
Expand All @@ -24,13 +34,17 @@
matrix metrics.
* Add class_id info into sub_key in plot_key for object detection confusion
matrix plot.
* Depends on `tensorflow>=2.12.0,<2.13`.
* Depends on `protobuf>=3.20.3,<5`.
* Fix a bug that auto_pivot dropped nan when deciding which columns are
multivalent for pivoting.
* Depends on `tensorflow>=2.12.0,<2.13`.
* Depends on `protobuf>=3.20.3,<5`.
* Depends on `tfx-bsl>=1.13.0,<1.14.0`.
* Depends on `tensorflow-metadata>=1.13.1,<1.14.0`.

## Breaking Changes

* N/A

## Deprecations

Deprecated python3.7 support.
Expand Down
3 changes: 2 additions & 1 deletion g3doc/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,8 @@ combinations may also work.

tensorflow-model-analysis | apache-beam[gcp] | pyarrow | tensorflow | tensorflow-metadata | tfx-bsl
------------------------------------------------------------------------------------ | ---------------- | ------- | ----------------- | ------------------- | -------
[GitHub master](https://github.com/tensorflow/model-analysis/blob/master/RELEASE.md) | 2.40.0 | 6.0.0 | nightly (2.x) | 1.12.0 | 1.12.0
[GitHub master](https://github.com/tensorflow/model-analysis/blob/master/RELEASE.md) | 2.40.0 | 6.0.0 | nightly (2.x) | 1.13.1 | 1.13.0
[0.44.0](https://github.com/tensorflow/model-analysis/blob/v0.44.0/RELEASE.md) | 2.40.0 | 6.0.0 | 2.12 | 1.13.1 | 1.13.0
[0.43.0](https://github.com/tensorflow/model-analysis/blob/v0.43.0/RELEASE.md) | 2.40.0 | 6.0.0 | 2.11 | 1.12.0 | 1.12.0
[0.42.0](https://github.com/tensorflow/model-analysis/blob/v0.42.0/RELEASE.md) | 2.40.0 | 6.0.0 | 1.15 / 2.10 | 1.11.0 | 1.11.0
[0.41.1](https://github.com/tensorflow/model-analysis/blob/v0.41.1/RELEASE.md) | 2.40.0 | 6.0.0 | 1.15 / 2.9 | 1.10.0 | 1.10.1
Expand Down
8 changes: 4 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -309,14 +309,14 @@ def select_constraint(default, nightly=None, git_master=None):
'tensorflow>=2.12,<3',
'tensorflow-metadata'
+ select_constraint(
default='>=1.12.0,<1.13.0',
nightly='>=1.13.0.dev',
default='>=1.13.1,<1.14.0',
nightly='>=1.14.0.dev',
git_master='@git+https://github.com/tensorflow/metadata@master',
),
'tfx-bsl'
+ select_constraint(
default='>=1.12.0,<1.13.0',
nightly='>=1.13.0.dev',
default='>=1.13.0,<1.14.0',
nightly='>=1.14.0.dev',
git_master='@git+https://github.com/tensorflow/tfx-bsl@master',
),
],
Expand Down
2 changes: 1 addition & 1 deletion tensorflow_model_analysis/notebook/jupyter/js/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tensorflow_model_analysis",
"version": "0.44.0.dev",
"version": "0.45.0.dev",
"homepage": "https://github.com/tensorflow/model-analysis",
"bugs": "https://github.com/tensorflow/model-analysis/issues",
"license": "Apache-2.0",
Expand Down
2 changes: 1 addition & 1 deletion tensorflow_model_analysis/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@

# Version string for this release of TFMA.
# Note that setup.py reads and uses this version.
VERSION = '0.44.0.dev'
VERSION = '0.45.0.dev'

0 comments on commit 63eaeb9

Please sign in to comment.