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: scikit-hep/awkward
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.8.3
Choose a base ref
...
head repository: scikit-hep/awkward
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.8.4
Choose a head ref
  • 14 commits
  • 11 files changed
  • 7 contributors

Commits on May 19, 2025

  1. chore: update pre-commit hooks (#3515)

    updates:
    - [github.com/astral-sh/ruff-pre-commit: v0.11.9 → v0.11.10](astral-sh/ruff-pre-commit@v0.11.9...v0.11.10)
    
    Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
    pre-commit-ci[bot] authored May 19, 2025
    Configuration menu
    Copy the full SHA
    27f94b6 View commit details
    Browse the repository at this point in the history

Commits on May 20, 2025

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

Commits on May 30, 2025

  1. fix: simplify unmasked array (#3518)

    fix: simplify unmasked
    ianna authored May 30, 2025
    Configuration menu
    Copy the full SHA
    d84c7ea View commit details
    Browse the repository at this point in the history

Commits on Jun 2, 2025

  1. chore: update pre-commit hooks (#3523)

    updates:
    - [github.com/astral-sh/ruff-pre-commit: v0.11.10 → v0.11.12](astral-sh/ruff-pre-commit@v0.11.10...v0.11.12)
    - [github.com/pre-commit/mirrors-mypy: v1.15.0 → v1.16.0](pre-commit/mirrors-mypy@v1.15.0...v1.16.0)
    
    Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
    pre-commit-ci[bot] authored Jun 2, 2025
    Configuration menu
    Copy the full SHA
    97393a6 View commit details
    Browse the repository at this point in the history

Commits on Jun 3, 2025

  1. chore: update pre-commit hooks (#3524)

    Revert "chore: update pre-commit hooks (#3523)"
    
    This reverts commit 97393a6.
    ianna authored Jun 3, 2025
    Configuration menu
    Copy the full SHA
    8e2d4a8 View commit details
    Browse the repository at this point in the history

Commits on Jun 11, 2025

  1. fix: numpy 2.3 compatibility (#3534)

    * numpy 2.3 compatibility
    
    * use operator.index instead of int
    ikrommyd authored Jun 11, 2025
    Configuration menu
    Copy the full SHA
    17b2b62 View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2025

  1. Configuration menu
    Copy the full SHA
    de60d5b View commit details
    Browse the repository at this point in the history
  2. revert: "fix: numpy 2.3 compatibility" (#3537)

    Revert "fix: numpy 2.3 compatibility (#3534)"
    
    This reverts commit 17b2b62.
    ianna authored Jun 12, 2025
    Configuration menu
    Copy the full SHA
    19f0ae7 View commit details
    Browse the repository at this point in the history
  3. chore: restrict numpy and numexpr for now (#3539)

    * chore: pin numpy as per upstream pinning recommendation
    
    * Update requirements-test-full.txt
    
    * back to numpy 1.18.1 as a lower pin
    
    * Update pyproject.toml
    
    ---------
    
    Co-authored-by: Henry Schreiner <henry.fredrick.schreiner@cern.ch>
    ianna and henryiii authored Jun 12, 2025
    Configuration menu
    Copy the full SHA
    fa0c9f7 View commit details
    Browse the repository at this point in the history
  4. test: fix test names (#3532)

    Fix test names
    
    Co-authored-by: Iason Krommydas <iason.krom@gmail.com>
    Co-authored-by: Ianna Osborne <ianna.osborne@cern.ch>
    3 people authored Jun 12, 2025
    Configuration menu
    Copy the full SHA
    23f851e View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2025

  1. fix: improve type consistency in to_packed for num_none (#3538)

    * numpy 2.3 compatibility
    
    * use operator.index instead of int
    
    * remove the numexpr pin from here
    
    * this PR should unpin numpy right?
    
    * leave it at 1.18 for now because requirements-test-minimal.txt wants 1.19
    
    * don't ignore atol runtime warning
    
    ---------
    
    Co-authored-by: Iason Krommydas <iason.krom@gmail.com>
    ianna and ikrommyd authored Jun 13, 2025
    Configuration menu
    Copy the full SHA
    3beae4c View commit details
    Browse the repository at this point in the history
  2. fix: make awkward compatible with numexpr 2.11 (#3533)

    * attempt to make awkward compatible with numexpr 2.11
    
    * remove numexpr pin
    
    * remove numexpr python version pin
    
    * more concise version
    
    * Update requirements-test-full.txt
    
    Co-authored-by: Henry Schreiner <henry.fredrick.schreiner@cern.ch>
    
    ---------
    
    Co-authored-by: Peter Fackeldey <fackeldey.peter@gmail.com>
    Co-authored-by: Ianna Osborne <ianna.osborne@cern.ch>
    Co-authored-by: Henry Schreiner <henry.fredrick.schreiner@cern.ch>
    4 people authored Jun 13, 2025
    Configuration menu
    Copy the full SHA
    f672219 View commit details
    Browse the repository at this point in the history
  3. fix: do not use atol=np.inf in a jax test and xfail sorting test …

    …which fails (#3542)
    
    * do not use infinity atol and comment out sorting test
    
    * add a todo statement
    
    * we live in a world where xfail exists
    ikrommyd authored Jun 13, 2025
    Configuration menu
    Copy the full SHA
    939b46c View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2025

  1. awkward version 2.8.4

    ianna authored Jun 14, 2025
    Configuration menu
    Copy the full SHA
    b1da088 View commit details
    Browse the repository at this point in the history
Loading