Skip to content

Commit 7f489fb

Browse files
authored
prepare for v1.4.1 (#475)
1 parent de7db22 commit 7f489fb

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

docs/changelog.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,31 @@
22

33
## Version 1.4
44

5+
### Version 1.4.1
6+
7+
#### Fixes
8+
9+
- fix: sympy backend on numpy 2.0 (full numpy 2.0 support) [#473][]
10+
- fix: add lower and upper bounds for deltaangle [#465][]
11+
- fix: maximum for SymPy backend is the identity function now [#465][]
12+
- fix: get coordinate classes to work for numpy [#466][]
13+
14+
#### Documentation
15+
16+
- docs: add basic docs for sub-classing awkward mixins [#468][]
17+
18+
#### Maintenance
19+
20+
- chore: add missing compute function tests [#454]
21+
- ci: Add GitHub artifact attestations to package distribution [#470][]
22+
23+
[#473]: https://github.com/scikit-hep/vector/pull/473
24+
[#465]: https://github.com/scikit-hep/vector/pull/465
25+
[#466]: https://github.com/scikit-hep/vector/pull/466
26+
[#468]: https://github.com/scikit-hep/vector/pull/468
27+
[#454]: https://github.com/scikit-hep/vector/pull/454
28+
[#470]: https://github.com/scikit-hep/vector/pull/470
29+
530
### Version 1.4.0
631

732
#### Features

0 commit comments

Comments
 (0)