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/java
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 356dce1
Choose a base ref
...
head repository: tensorflow/java
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: d5d2ba3
Choose a head ref
  • 14 commits
  • 111 files changed
  • 6 contributors

Commits on Jun 20, 2025

  1. add Gradle snippets to README.md

    winne42 authored and Craigacp committed Jun 20, 2025
    Configuration menu
    Copy the full SHA
    d5d5e51 View commit details
    Browse the repository at this point in the history

Commits on Jun 29, 2025

  1. Merge branch 'r1.1'

    karllessard committed Jun 29, 2025
    Configuration menu
    Copy the full SHA
    92d1721 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e9c854f View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2025

  1. Configuration menu
    Copy the full SHA
    eeaa3f1 View commit details
    Browse the repository at this point in the history
  2. Fix typos in GPU migration instructs

    karllessard authored and Craigacp committed Sep 26, 2025
    Configuration menu
    Copy the full SHA
    e9b45ec View commit details
    Browse the repository at this point in the history
  3. Bump Windows image (#619)

    * Bump Windows image
    
    * bumping spotless and JavaCPP.
    
    * Fix VS path
    Craigacp authored Sep 26, 2025
    Configuration menu
    Copy the full SHA
    1f18a23 View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2025

  1. Small docs fixes (#622)

    * Adding requirements.txt for doc generation and a few small Javadoc fixes.
    
    * Bumping maven-javadoc-plugin version.
    
    * Spotless fixes.
    
    * Module info help text.
    
    * Fixing the pom files so the Javadoc generates correctly.
    Craigacp authored Oct 31, 2025
    Configuration menu
    Copy the full SHA
    52f51f1 View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2025

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

Commits on Dec 12, 2025

  1. Fix/docs nav (#624)

    * Fixing javadoc generation scripts
    
    * Add docs nav and landing page
    
    * Update JavaCPP notice
    
    * Renamed tools to legacy
    
    * Delete old docs scripts
    
    * Add mention for legacy doc tools
    karllessard authored Dec 12, 2025
    Configuration menu
    Copy the full SHA
    e788c95 View commit details
    Browse the repository at this point in the history

Commits on Dec 19, 2025

  1. Upgrade GitHub Actions for Node 24 compatibility (#626)

    * Upgrade GitHub Actions for Node 24 compatibility
    
    Signed-off-by: Salman Muin Kayser Chishti <13schishti@gmail.com>
    
    * Add fetch-depth: 0 to check-format checkout for spotless ratchet
    
    The spotless maven plugin uses git ratchet mode to compare against
    origin/master. With checkout@v6's default shallow clone, origin/master
    is not available, causing the format check to fail.
    
    Adding fetch-depth: 0 to the check-format job ensures the full git
    history is cloned including origin/master reference.
    
    ---------
    
    Signed-off-by: Salman Muin Kayser Chishti <13schishti@gmail.com>
    salmanmkc authored Dec 19, 2025
    Configuration menu
    Copy the full SHA
    ab1a8cf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    89703f7 View commit details
    Browse the repository at this point in the history

Commits on Jan 20, 2026

  1. Feature/add t bool test (#628)

    * add TBoolTest (mix of TStringTest and NumericTypesTestBase)
    
    * minor cleanup
    
    * add copyright comment, fix comment in test
    
    * make class and test methods public to be aligned with other tests
    
    * fix formatting with mvn spotless:apply
    
    ---------
    
    Co-authored-by: Winfried Gerlach <w.schoech@gmail.com>
    winne42 and winfriedgerlach authored Jan 20, 2026
    Configuration menu
    Copy the full SHA
    cf36b38 View commit details
    Browse the repository at this point in the history
  2. docs: align API stability guarantees with 1.0.0 release (#597) (#629)

    * docs: align api stability documentation with 1.0.0 release
    
    * style: fix formatting via GitHub Codespaces
    sshekhar-04 authored Jan 20, 2026
    Configuration menu
    Copy the full SHA
    e28dcc4 View commit details
    Browse the repository at this point in the history

Commits on Jan 23, 2026

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