-
Notifications
You must be signed in to change notification settings - Fork 33
Comparing changes
Open a pull request
base repository: scikit-hep/vector
base: v0.11.0
head repository: scikit-hep/vector
compare: v1.0.0
- 19 commits
- 175 files changed
- 8 contributors
Commits on Dec 27, 2022
-
chore: update pre-commit hooks (#304)
updates: - [github.com/PyCQA/isort: v5.11.3 → 5.11.4](PyCQA/isort@v5.11.3...5.11.4) - [github.com/nbQA-dev/nbQA: 1.5.3 → 1.6.0](nbQA-dev/nbQA@1.5.3...1.6.0) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 182743d - Browse repository at this point
Copy the full SHA 182743dView commit details
Commits on Jan 16, 2023
-
chore: update pre-commit hooks (#306)
* chore: update pre-commit hooks updates: - [github.com/nbQA-dev/nbQA: 1.6.0 → 1.6.1](nbQA-dev/nbQA@1.6.0...1.6.1) * Try Python 3.10 Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Saransh Chopra <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for b135c88 - Browse repository at this point
Copy the full SHA b135c88View commit details
Commits on Jan 18, 2023
-
ci: use numpy~=1.24.0 in pre-commit (#308)
* ci: use numpy~=1.24.0 in pre-commit Co-authored-by: Henry Schreiner <[email protected]> * rm redundant ignore comments * type: ignore[call-overload] Co-authored-by: Henry Schreiner <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 75a65b7 - Browse repository at this point
Copy the full SHA 75a65b7View commit details -
chore: update pre-commit hooks (#307)
* Try Python 3.10 * Update hooks * Unpin Python version Co-authored-by: Saransh Chopra <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 3aeed65 - Browse repository at this point
Copy the full SHA 3aeed65View commit details -
* fix: update discheck * Make test_compute_features insensitive to uncompyle6 3.8.0 vs 3.9.0. Co-authored-by: Jim Pivarski <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 6a87f9f - Browse repository at this point
Copy the full SHA 6a87f9fView commit details
Commits on Jan 24, 2023
-
chore: update pre-commit hooks (#310)
updates: - [github.com/tox-dev/pyproject-fmt: 0.4.1 → 0.5.0](tox-dev/pyproject-fmt@0.4.1...0.5.0) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 80636b9 - Browse repository at this point
Copy the full SHA 80636b9View commit details
Commits on Jan 31, 2023
-
chore: update pre-commit hooks (#311)
* chore: update pre-commit hooks updates: - [github.com/PyCQA/isort: 5.11.4 → 5.12.0](PyCQA/isort@5.11.4...5.12.0) - [github.com/tox-dev/pyproject-fmt: 0.5.0 → 0.6.0](tox-dev/pyproject-fmt@0.5.0...0.6.0) * style: pre-commit fixes --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for c39858f - Browse repository at this point
Copy the full SHA c39858fView commit details
Commits on Feb 7, 2023
-
chore: update pre-commit hooks (#312)
* chore: update pre-commit hooks updates: - [github.com/psf/black: 22.12.0 → 23.1.0](psf/black@22.12.0...23.1.0) * style: pre-commit fixes --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for bf5778d - Browse repository at this point
Copy the full SHA bf5778dView commit details
Commits on Feb 14, 2023
-
chore: update pre-commit hooks (#313)
updates: - [github.com/tox-dev/pyproject-fmt: 0.6.0 → 0.8.0](tox-dev/pyproject-fmt@0.6.0...0.8.0) - [github.com/pre-commit/mirrors-mypy: v0.991 → v1.0.0](pre-commit/mirrors-mypy@v0.991...v1.0.0) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 120d2ab - Browse repository at this point
Copy the full SHA 120d2abView commit details
Commits on Feb 17, 2023
-
feat: add constructors for
VectorObject3D
andMomentumObject3D
(#231) * Constructor for MomentumObject2D * Create overloads and a constructor for `VectorObject3D` * Docs for the new constructor * Reprs + docs * Make `VectorObject2D` constructor more general * Modify constructor for `MomentumObject3D` + typing overloads + docs * Add tests * Make TypeError more clear * Make TypeError dynamic * Update the existing code with azimuthal= longitudinal= * More azimuthal= longitudinal= * Rebase * Add tests for type safety * changelog entry * style: pre-commit fixes --------- Co-authored-by: Henry Schreiner <[email protected]> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for b1bd185 - Browse repository at this point
Copy the full SHA b1bd185View commit details -
ci: update number of builds for codecov bot (#314)
* ci: update number of builds for codecov bot * Oops, should be 5
Configuration menu - View commit details
-
Copy full SHA for bcd6ddb - Browse repository at this point
Copy the full SHA bcd6ddbView commit details -
feat: add constructors for
VectorObject4D
andMomentumObject4D
(#232) * feat: useful constructor * Reprs + PEP * Some tests * Constructor for MomentumObject2D * Update docs * Create overloads and a constructor for `VectorObject3D` * Docs for the new constructor * Reprs + docs * Make `VectorObject2D` constructor more general * Add `MomentumObject2D` overloads * Modify constructor for `MomentumObject3D` + typing overloads + docs * Add tests * Make TypeError more clear * Make TypeError dynamic * Make TypeError dynamic * Update the existing code with azimuthal= longitudinal= * More azimuthal= longitudinal= * Add constructors to `VectorObject4D` and `MomentumObject4D` * Add type overloads * Rebase --------- Co-authored-by: Henry Schreiner <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 9310cd4 - Browse repository at this point
Copy the full SHA 9310cd4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9b46599 - Browse repository at this point
Copy the full SHA 9b46599View commit details -
chore: move to using Ruff (#315)
* chore: move to using Ruff Signed-off-by: Henry Schreiner <[email protected]> * style: make Ruff happy Signed-off-by: Henry Schreiner <[email protected]> --------- Signed-off-by: Henry Schreiner <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 8f25cbc - Browse repository at this point
Copy the full SHA 8f25cbcView commit details
Commits on Feb 21, 2023
-
chore: update pre-commit hooks (#318)
* chore: update pre-commit hooks updates: - [github.com/charliermarsh/ruff-pre-commit: v0.0.247 → v0.0.249](astral-sh/ruff-pre-commit@v0.0.247...v0.0.249) - [github.com/tox-dev/pyproject-fmt: 0.8.0 → 0.9.1](tox-dev/pyproject-fmt@0.8.0...0.9.1) - [github.com/pre-commit/mirrors-mypy: v1.0.0 → v1.0.1](pre-commit/mirrors-mypy@v1.0.0...v1.0.1) - [github.com/nbQA-dev/nbQA: 1.6.1 → 1.6.3](nbQA-dev/nbQA@1.6.1...1.6.3) * style: pre-commit fixes * Fix pre-commit * style: pre-commit fixes * pyproject-fmt -> 0.8.0 * style: pre-commit fixes --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Saransh Chopra <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for f90a47d - Browse repository at this point
Copy the full SHA f90a47dView commit details
Commits on Feb 22, 2023
-
feat: update
to_Vector3D
to pass new coordinate values (#278)* update to_Vector3D function * style: pre-commit fixes * fix: rework implementation Signed-off-by: Henry Schreiner <[email protected]> * Minor fixes, function is working * Default values * type: ignore * Henry's suggestion - redundant type:ignore comments --------- Signed-off-by: Henry Schreiner <[email protected]> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Henry Schreiner <[email protected]> Co-authored-by: Saransh Chopra <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for a616cdc - Browse repository at this point
Copy the full SHA a616cdcView commit details
Commits on Feb 23, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 070cda9 - Browse repository at this point
Copy the full SHA 070cda9View commit details -
chore: update copyright and license for 2022 and 2023 (#321)
* chore: update copyright and license for 2022 and 2023 * changelog
Configuration menu - View commit details
-
Copy full SHA for 17af58f - Browse repository at this point
Copy the full SHA 17af58fView commit details -
feat: allow passing coordinates to to_Vector*D (#319)
* feat: allow passing coordinates to to_Vector*D * Add tests * Add docstrings * import or skip awkward for light tests * Update src/vector/_methods.py * Add a note for momentum type coords * Fix repr of MomentumObject3D * Update src/vector/_methods.py Co-authored-by: Jim Pivarski <[email protected]> * style: pre-commit fixes * Better error message --------- Co-authored-by: Jim Pivarski <[email protected]> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 5d54670 - Browse repository at this point
Copy the full SHA 5d54670View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v0.11.0...v1.0.0