Skip to content

Commit

Permalink
prepare for v1.4.1 (#475)
Browse files Browse the repository at this point in the history
  • Loading branch information
Saransh-cpp authored Jun 10, 2024
1 parent de7db22 commit 7f489fb
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions docs/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,31 @@

## Version 1.4

### Version 1.4.1

#### Fixes

- fix: sympy backend on numpy 2.0 (full numpy 2.0 support) [#473][]
- fix: add lower and upper bounds for deltaangle [#465][]
- fix: maximum for SymPy backend is the identity function now [#465][]
- fix: get coordinate classes to work for numpy [#466][]

#### Documentation

- docs: add basic docs for sub-classing awkward mixins [#468][]

#### Maintenance

- chore: add missing compute function tests [#454]
- ci: Add GitHub artifact attestations to package distribution [#470][]

[#473]: https://github.com/scikit-hep/vector/pull/473
[#465]: https://github.com/scikit-hep/vector/pull/465
[#466]: https://github.com/scikit-hep/vector/pull/466
[#468]: https://github.com/scikit-hep/vector/pull/468
[#454]: https://github.com/scikit-hep/vector/pull/454
[#470]: https://github.com/scikit-hep/vector/pull/470

### Version 1.4.0

#### Features
Expand Down

0 comments on commit 7f489fb

Please sign in to comment.