File tree Expand file tree Collapse file tree 1 file changed +25
-0
lines changed Expand file tree Collapse file tree 1 file changed +25
-0
lines changed Original file line number Diff line number Diff line change 2
2
3
3
## Version 1.4
4
4
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
+
5
30
### Version 1.4.0
6
31
7
32
#### Features
You can’t perform that action at this time.
0 commit comments