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/vector
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.2.0
Choose a base ref
...
head repository: scikit-hep/vector
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.3.0
Choose a head ref
  • 14 commits
  • 180 files changed
  • 3 contributors

Commits on Feb 5, 2024

  1. chore(deps): bump the actions group with 1 update (#418)

    * chore(deps): bump the actions group with 1 update
    
    Bumps the actions group with 1 update: [codecov/codecov-action](https://github.com/codecov/codecov-action).
    
    
    Updates `codecov/codecov-action` from 3.1.5 to 4.0.1
    - [Release notes](https://github.com/codecov/codecov-action/releases)
    - [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md)
    - [Commits](codecov/codecov-action@v3.1.5...v4.0.1)
    
    ---
    updated-dependencies:
    - dependency-name: codecov/codecov-action
      dependency-type: direct:production
      update-type: version-update:semver-major
      dependency-group: actions
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    * Use codecov token
    
    * style: pre-commit fixes
    
    ---------
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Saransh Chopra <[email protected]>
    Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
    3 people authored Feb 5, 2024
    Configuration menu
    Copy the full SHA
    05f4f1e View commit details
    Browse the repository at this point in the history
  2. chore: update pre-commit hooks (#419)

    updates:
    - [github.com/astral-sh/ruff-pre-commit: v0.1.14 → v0.2.0](astral-sh/ruff-pre-commit@v0.1.14...v0.2.0)
    
    Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
    pre-commit-ci[bot] authored Feb 5, 2024
    Configuration menu
    Copy the full SHA
    cca08d0 View commit details
    Browse the repository at this point in the history

Commits on Feb 12, 2024

  1. chore(deps): bump the actions group with 1 update (#420)

    Bumps the actions group with 1 update: [pre-commit/action](https://github.com/pre-commit/action).
    
    
    Updates `pre-commit/action` from 3.0.0 to 3.0.1
    - [Release notes](https://github.com/pre-commit/action/releases)
    - [Commits](pre-commit/action@v3.0.0...v3.0.1)
    
    ---
    updated-dependencies:
    - dependency-name: pre-commit/action
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: actions
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Feb 12, 2024
    Configuration menu
    Copy the full SHA
    86b9caa View commit details
    Browse the repository at this point in the history

Commits on Feb 13, 2024

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

    updates:
    - [github.com/astral-sh/ruff-pre-commit: v0.2.0 → v0.2.1](astral-sh/ruff-pre-commit@v0.2.0...v0.2.1)
    
    Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
    pre-commit-ci[bot] authored Feb 13, 2024
    Configuration menu
    Copy the full SHA
    ea3c018 View commit details
    Browse the repository at this point in the history

Commits on Feb 20, 2024

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

    updates:
    - [github.com/astral-sh/ruff-pre-commit: v0.2.1 → v0.2.2](astral-sh/ruff-pre-commit@v0.2.1...v0.2.2)
    
    Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
    pre-commit-ci[bot] authored Feb 20, 2024
    Configuration menu
    Copy the full SHA
    4cec27d View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2024

  1. feat: coordinate transformation functions with momentum names (#424)

    * feat: coordinate transformation functions with momentum names
    
    * Add tests + cleanup
    
    * Fix awkward tests
    Saransh-cpp authored Feb 21, 2024
    Configuration menu
    Copy the full SHA
    8493623 View commit details
    Browse the repository at this point in the history

Commits on Feb 26, 2024

  1. chore(deps): bump the actions group with 1 update (#427)

    Bumps the actions group with 1 update: [codecov/codecov-action](https://github.com/codecov/codecov-action).
    
    
    Updates `codecov/codecov-action` from 4.0.1 to 4.0.2
    - [Release notes](https://github.com/codecov/codecov-action/releases)
    - [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md)
    - [Commits](codecov/codecov-action@v4.0.1...v4.0.2)
    
    ---
    updated-dependencies:
    - dependency-name: codecov/codecov-action
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: actions
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Feb 26, 2024
    Configuration menu
    Copy the full SHA
    e4c3f53 View commit details
    Browse the repository at this point in the history

Commits on Feb 29, 2024

  1. feat: allow momentum coords in to_Vector*D methods + cleanup (#423)

    * feat: allow momentum coords in to_Vector*D methods + cleanup
    
    * Update tests/compute/test_demotion.py
    
    * Check for multiple momentum + generic coords
    
    * Uniformity
    Saransh-cpp authored Feb 29, 2024
    Configuration menu
    Copy the full SHA
    6574993 View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2024

  1. chore(deps): bump the actions group with 1 update (#430)

    Bumps the actions group with 1 update: [codecov/codecov-action](https://github.com/codecov/codecov-action).
    
    
    Updates `codecov/codecov-action` from 4.0.2 to 4.1.0
    - [Release notes](https://github.com/codecov/codecov-action/releases)
    - [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md)
    - [Commits](codecov/codecov-action@v4.0.2...v4.1.0)
    
    ---
    updated-dependencies:
    - dependency-name: codecov/codecov-action
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: actions
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Mar 5, 2024
    Configuration menu
    Copy the full SHA
    6e1f79f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ff8241a View commit details
    Browse the repository at this point in the history
  3. feat: like method for projecting vector into the coordinate space o…

    …f another vector + better type errors and hints (#426)
    
    * feat: allow momentum coords in to_Vector*D methods + cleanup
    
    feat: error while out on operations on vectors of different geomtric dimensions + new `like` method
    
    * fix: raise error only on a few operations
    
    * update notebook and README
    
    * format
    
    * Better type checks and better type hints for vector methods
    
    * Fix notebook tests
    
    * Remove demotion tests
    
    * Better usage example
    
    * Explicit error for more methods
    
    * fix numba tests
    
    * Fix notebook tests
    Saransh-cpp authored Mar 5, 2024
    Configuration menu
    Copy the full SHA
    b1e1df4 View commit details
    Browse the repository at this point in the history
  4. feat: add support for dask-awkward arrays in vector constructors (#429)

    * feat: add support for dask-awkward arrays in vector constructors
    
    * style: pre-commit fixes
    
    * Support both awkward v1 and v2
    
    * style: pre-commit fixes
    
    * typing fixes
    
    * fix notebook tests
    
    * fix notebook tests again
    
    * restore behavior code block
    
    * Fix akv1 tests
    
    * format
    
    * restore code block with awkward v2 condition
    
    * add cases for dask_awkward without importing it
    
    * fix constructor for numpy vectors
    
    * Try filtering numpy arrays
    
    ---------
    
    Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
    Saransh-cpp and pre-commit-ci[bot] authored Mar 5, 2024
    Configuration menu
    Copy the full SHA
    e219431 View commit details
    Browse the repository at this point in the history
  5. feat: short names for to_VectorND methods (#432)

    * feat: short names for to_VectorND methods
    
    * Test the alias methods
    Saransh-cpp authored Mar 5, 2024
    Configuration menu
    Copy the full SHA
    50ea01f View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    23f1c42 View commit details
    Browse the repository at this point in the history
Loading