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: xtensor-stack/xtensor
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master@{1day}
Choose a base ref
...
head repository: xtensor-stack/xtensor
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 1 commit
  • 2 files changed
  • 3 contributors

Commits on May 6, 2026

  1. Fix clip function behavior when a_min is greater than a_max (#2909)

    # Checklist
    
    - [x] The title and commit message(s) are descriptive.
    - [x] Small commits made to fix your PR have been squashed to avoid
    history pollution.
    - [x] Tests have been added for new features or bug fixes.
    - [x] API of new functions and classes are documented.
    
    # Description
    
    Address #2860 
    
    Now `clips` follow the rule: When a_min is greater than a_max, clip
    returns an array in which all values are equal to a_max
    
    ---------
    
    Co-authored-by: Alexis Placet <2400067+Alex-PLACET@users.noreply.github.com>
    Co-authored-by: Copilot <copilot@github.com>
    3 people authored May 6, 2026
    Configuration menu
    Copy the full SHA
    3b8e0c4 View commit details
    Browse the repository at this point in the history
Loading