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: keras-team/keras
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v3.11.0
Choose a base ref
...
head repository: keras-team/keras
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v3.11.3
Choose a head ref
  • 3 commits
  • 17 files changed
  • 5 contributors

Commits on Jul 31, 2025

  1. Version bump 3.11.1 (#21535)

    * Version bump to 3.11.1
    
    * Bug fix with serialization when walking through operations. (#21532)
    
    Also update error message which was inaccurate.
    
    ---------
    
    Co-authored-by: hertschuh <1091026+hertschuh@users.noreply.github.com>
    rtg0795 and hertschuh authored Jul 31, 2025
    Configuration menu
    Copy the full SHA
    0e11071 View commit details
    Browse the repository at this point in the history

Commits on Aug 11, 2025

  1. Version bump 3.11.2 and nnx fix #21565 (#21570)

    * Fix nnx object state (#21565)
    
    * Update operation.py
    
    * Update actions.yml
    
    * Update operation.py
    
    * Update actions.yml
    
    * Update operation.py
    
    * Update operation.py
    
    * Update operation.py
    
    * fix test
    
    * code reformat
    
    * Version bump to 3.11.2
    
    ---------
    
    Co-authored-by: Divyashree Sreepathihalli <divyashreepathihalli@gmail.com>
    laxmareddyp and divyashreepathihalli authored Aug 11, 2025
    Configuration menu
    Copy the full SHA
    251ac34 View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2025

  1. Version bump to 3.11.3 (#21607)

    * Disable `torch.load` in `TorchModuleWrapper` when in safe mode. (#21575)
    
    Raise an exception and explain the user about the risks.
    
    * Propagate `safe_mode` flag to legacy h5 loading code. (#21602)
    
    Also:
    - made various error messages related to `safe_mode` more consistent
    - removed no-op renaming code in legacy saving
    - uncommented unit tests in `serialization_lib_test.py`
    
    * Fix GRU with return_state=True on tf backend with cuda (#21603)
    
    * Version bump to 3.11.3
    
    ---------
    
    Co-authored-by: hertschuh <1091026+hertschuh@users.noreply.github.com>
    Co-authored-by: Matt Watson <1389937+mattdangerw@users.noreply.github.com>
    3 people authored Aug 21, 2025
    Configuration menu
    Copy the full SHA
    b491c86 View commit details
    Browse the repository at this point in the history
Loading