[go: nahoru, domu]

Skip to content

Releases: tensorflow/text

v2.17.0-rc0

25 Jun 18:45
Compare
Choose a tag to compare
v2.17.0-rc0 Pre-release
Pre-release

Release 2.17.0-rc0

Bug Fixes and Other Changes

  • negative sampling excludes positive class
  • revert html encoding
  • much faster set-intersection based version
  • Fix notebook failure with Keras 3.
  • Remove tensorflow-macos from setup.py
  • Update tensorflow-macos to 2.16.1
  • Update version

Thanks to our Contributors

This release contains contributions from many people at Google, as well as:

Alex Shroyer, C. Antonio Sánchez, Maggie Zhang

v2.16.1

11 Mar 20:48
0f9f6df
Compare
Choose a tag to compare

Release 2.16.1

Major Features and Improvements

Breaking Changes

Bug Fixes and Other Changes

  • Update tf-text setup scripts.
  • Support resource manager scoped Sentencepiece resources.
  • Remove use_unique_shared_resource_name.
  • Remove tensorflow_text dependency on tf_hub library.
  • Fix TF patch, bump TF commit
  • Update version

Thanks to our Contributors

This release contains contributions from many people at Google, as well as:

Raviteja Gorijala

v2.16.0-rc0

28 Feb 06:51
Compare
Choose a tag to compare
v2.16.0-rc0 Pre-release
Pre-release

Release 2.16.0-rc0

Major Features and Improvements

Breaking Changes

Bug Fixes and Other Changes

  • Update tf-text setup scripts.
  • Support resource manager scoped Sentencepiece resources.
  • Remove use_unique_shared_resource_name.
  • Remove tensorflow_text dependency on tf_hub library.
  • Fix TF patch, bump TF commit
  • Update version

Thanks to our Contributors

This release contains contributions from many people at Google, as well as:

Raviteja Gorijala

v2.15.0

15 Nov 19:00
Compare
Choose a tag to compare

Release 2.15.0

Bug Fixes and Other Changes

  • Update TF versions and scripts to allow consistently building against tf-nightly.
  • No public description
  • Update phrase tokenizer to handle end-punctuation.
  • Remove private Keras imports.
  • Update tensorflow_hub dependency.
  • Sprawling .pyi updates related to pybind11 PRs #4831, #4833.
  • Report unsupported tensor type in RaggedTensorToTensor in Prepare.
  • Check in generated pyi files for some py_extension targets.
  • Update version
  • Update WORKSPACE

v2.15.0-rc0

26 Oct 09:17
00e350a
Compare
Choose a tag to compare
v2.15.0-rc0 Pre-release
Pre-release

Release 2.15.0-rc0

Bug Fixes and Other Changes

  • Update TF versions and scripts to allow consistently building against tf-nightly.
  • No public description
  • Update phrase tokenizer to handle end-punctuation.
  • Remove private Keras imports.
  • Update tensorflow_hub dependency.
  • Sprawling .pyi updates related to pybind11 PRs #4831, #4833.
  • Report unsupported tensor type in RaggedTensorToTensor in Prepare.
  • Check in generated pyi files for some py_extension targets.
  • Update version
  • Update WORKSPACE

Thanks to our Contributors

This release contains contributions from many people at Google, as well as:

nallave

v2.14.0

06 Oct 19:23
Compare
Choose a tag to compare

Release 2.14.0

Bug Fixes and Other Changes

  • Fix nullptr dereference issue in UnicodeScriptTokenizeWithOffsetOp.
  • Bump tensorflow_hub to 0.13.0
  • Add @tensorflow/docs-team to CODEOWNERS
  • Internal change
  • Update TF Text API page to emphasize KerasNLP as the API of first choice.
  • Add a note about the implementation differences.
  • Fix out-of-bounds absl::string_view handling in RegexSplitImpl
  • Disable coerce_to_valid_utf8_op_test test on mac
  • Update /text/tutorials and /text/guide to highlight KerasNLP.
  • Move remaining text tutorials to text/
  • Update /text/tutorials and /text/guide index pages to reflect updated navigation.
  • Update broken image links
  • Creates a patch to use non_hermetic python for tf text.
  • Check in generated pyi files for some py_extension targets.
  • Update ops.Tensor references to //third_party/tensorflow/python/framework/tensor.py.
  • Remove invalid stub file
  • Update tensorflow-text from 2.11 to 2.13
  • Check in generated pyi files for some py_extension targets.
  • Remove py38 classifiers in setup.py
  • Update version

Thanks to our Contributors

This release contains contributions from many people at Google, as well as:

v2.14.0-rc0

18 Aug 04:02
Compare
Choose a tag to compare
v2.14.0-rc0 Pre-release
Pre-release

Release 2.14.0-rc0

Bug Fixes and Other Changes

  • Bump tensorflow_hub to 0.13.0
  • Add @tensorflow/docs-team to CODEOWNERS
  • Internal change
  • Update TF Text API page to emphasize KerasNLP as the API of first choice.
  • Add a note about the implementation differences.
  • Fix out-of-bounds absl::string_view handling in RegexSplitImpl
  • Disable coerce_to_valid_utf8_op_test test on mac
  • Update /text/tutorials and /text/guide to highlight KerasNLP.
  • Move remaining text tutorials to text/
  • Update /text/tutorials and /text/guide index pages to reflect updated navigation.
  • Update broken image links
  • Creates a patch to use non_hermetic python for tf text.
  • Check in generated pyi files for some py_extension targets.
  • Update ops.Tensor references to //third_party/tensorflow/python/framework/tensor.py.
  • Remove invalid stub file
  • Update tensorflow-text from 2.11 to 2.13
  • Check in generated pyi files for some py_extension targets.
  • Remove py38 classifiers in setup.py
  • Update version

v2.13.0

06 Jul 20:43
Compare
Choose a tag to compare

Release 2.13.0

Bug Fixes and Other Changes

  • Update word_embeddings.ipynb with Time Series as default dashboard.
  • Python ops for new RoundRobinTrimmer kernels.
  • Fix bug where rank 1 max sequence lengths were breaking round robin trimmer.
  • Fix roundrobintrimmer not being linked in correctly.
  • Move control_flow_ops.Assert into its own file, control_flow_assert.py, as a first step in removing circular dependencies with control_flow_ops.cond.
  • Move control_flow_ops.while_loop into its own file, while_loop.py.
  • Redirect references to stack and unstack to their new location in array_ops_stack.py.
  • Prevent crashes with new trimmer op when max_sequence_length is set to a negative value.
  • Fix run_build not getting tensorflow bazel version correctly. Also removed some "set -x" that were added for debugging.
  • Add RetVec-style UTF-8 binarization
  • Allow pad_model_inputs to work with Tensors as well.
  • Move usages of python/util:util to the newly split up targets.
  • (Generated change) Update tf.Text versions and/or docs.
  • Fix typo in Transformer tutorial
  • Pin protobuf version to prevent failure. See #1115 for more info.
  • Avoid an expensive temporary std::string.
  • Callout the differences compared to the reference paper.
  • Remove decoding_api.ipynb from tf-text docs (this belongs to TF-Models)
  • Altered build scripts to use python3 before python.
  • Removes un-used tensorflow/core/platform:status dependency from round_robin_trimmer.
  • Remove usages of tsl::Status::error_message.
  • Use Github API to fetch full commit hash from short
  • Avoid using jq in prepare_tf_dep.sh since it breaks macos builds
  • Update version

v2.13.0-rc0

16 May 16:44
Compare
Choose a tag to compare
v2.13.0-rc0 Pre-release
Pre-release

Release 2.13.0-rc0

Bug Fixes and Other Changes

  • Update word_embeddings.ipynb with Time Series as default dashboard.
  • Python ops for new RoundRobinTrimmer kernels.
  • Fix bug where rank 1 max sequence lengths were breaking round robin trimmer.
  • Fix roundrobintrimmer not being linked in correctly.
  • Move control_flow_ops.Assert into its own file, control_flow_assert.py, as a first step in removing circular dependencies with control_flow_ops.cond.
  • Move control_flow_ops.while_loop into its own file, while_loop.py.
  • Redirect references to stack and unstack to their new location in array_ops_stack.py.
  • Prevent crashes with new trimmer op when max_sequence_length is set to a negative value.
  • Fix run_build not getting tensorflow bazel version correctly. Also removed some "set -x" that were added for debugging.
  • Add RetVec-style UTF-8 binarization
  • Allow pad_model_inputs to work with Tensors as well.
  • Move usages of python/util:util to the newly split up targets.
  • (Generated change) Update tf.Text versions and/or docs.
  • Fix typo in Transformer tutorial
  • Pin protobuf version to prevent failure. See #1115 for more info.
  • Avoid an expensive temporary std::string.
  • Callout the differences compared to the reference paper.
  • Remove decoding_api.ipynb from tf-text docs (this belongs to TF-Models)
  • Altered build scripts to use python3 before python.
  • Removes un-used tensorflow/core/platform:status dependency from round_robin_trimmer.
  • Remove usages of tsl::Status::error_message.
  • Use Github API to fetch full commit hash from short
  • Avoid using jq in prepare_tf_dep.sh since it breaks macos builds
  • Update version

v2.12.1

12 Apr 22:52
Compare
Choose a tag to compare

Release 2.12.1

Major Features and Improvements

Breaking Changes

Bug Fixes and Other Changes

  • Replace usage of the tsl::Status constructor with a tsl::{error, errors}::Code.
  • Replace usage of the tsl::Status(tsl::error::Code, ...) constructor.
  • Update version
  • Pin tensorflow-datasets version to 4.8.3

Thanks to our Contributors

This release contains contributions from many people at Google, as well as:

Raviteja Gorijala