Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: tensorflow/text
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: tensorflow/text
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 2.20
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 11 commits
  • 11 files changed
  • 6 contributors

Commits on Jan 17, 2026

  1. Fix configure to pull bazelrc from TF 2.20.

    PiperOrigin-RevId: 857360234
    cantonios authored and rtg0795 committed Jan 17, 2026
    Configuration menu
    Copy the full SHA
    ca5b1b2 View commit details
    Browse the repository at this point in the history
  2. update sha256 for tensorflow 2.20.0

    PiperOrigin-RevId: 857362494
    rtg0795 committed Jan 17, 2026
    Configuration menu
    Copy the full SHA
    2f6765e View commit details
    Browse the repository at this point in the history
  3. Revert "update sha256 for tensorflow 2.20.0"

    This reverts commit 2f6765e.
    rtg0795 committed Jan 17, 2026
    Configuration menu
    Copy the full SHA
    05e1a5c View commit details
    Browse the repository at this point in the history

Commits on Jan 21, 2026

  1. Change strip_prefix logic to grab sha256 properly

    PiperOrigin-RevId: 859145232
    rtg0795 committed Jan 21, 2026
    Configuration menu
    Copy the full SHA
    31f7b34 View commit details
    Browse the repository at this point in the history
  2. Limit array-record dependency to Linux x86_64 and aarch64.

    PiperOrigin-RevId: 859297888
    rtg0795 committed Jan 21, 2026
    Configuration menu
    Copy the full SHA
    894337f View commit details
    Browse the repository at this point in the history

Commits on Jan 22, 2026

  1. Pin array-record to 0.4.1 for darwin platform

    PiperOrigin-RevId: 859670317
    rtg0795 committed Jan 22, 2026
    Configuration menu
    Copy the full SHA
    830c51d View commit details
    Browse the repository at this point in the history

Commits on Jan 27, 2026

  1. Configuration menu
    Copy the full SHA
    54015a8 View commit details
    Browse the repository at this point in the history

Commits on Feb 25, 2026

  1. Fixed a memory safety bug in FastWordpieceTokenizer concerning String…

    …Vocab lifetime. This prevents temporary copies that were previously invalidating std::string_view references to internal vocabulary data, ensuring memory stability during tokenization.
    
    PiperOrigin-RevId: 874855389
    tf-text-github-robot authored and dmiltr3 committed Feb 25, 2026
    Configuration menu
    Copy the full SHA
    9a56ee8 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1486 from dmiltr3/dev_str_vocab6

    Fixed a memory safety bug in FastWordpieceTokenizer concerning String…
    cantonios authored Feb 25, 2026
    Configuration menu
    Copy the full SHA
    14771eb View commit details
    Browse the repository at this point in the history

Commits on Mar 9, 2026

  1. Update Version for 2.20.1

    rtg0795 committed Mar 9, 2026
    Configuration menu
    Copy the full SHA
    17a3a3a View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1488 from rtg0795/2.20

    Update Version for 2.20.1
    rtg0795 authored Mar 9, 2026
    Configuration menu
    Copy the full SHA
    87785b6 View commit details
    Browse the repository at this point in the history
Loading