Skip to content

Commit 47a13cd

Browse files
authored
Update changelog (#459)
* Update changelog * Update changelog.md
1 parent 4fb4846 commit 47a13cd

File tree

2 files changed

+25
-1
lines changed

2 files changed

+25
-1
lines changed

docs/changelog.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,29 @@
11
# Changelog
22

3+
## Version 1.4
4+
5+
### Version 1.4.0
6+
7+
#### Features
8+
9+
- feat: allow coord values in to\_<coord_names> methods [#446][]
10+
- feat: a sympy backend [#442][]
11+
12+
#### Bug fixes
13+
14+
- fix: call the square implementation for power 2 on object vectors [#444][]
15+
- fix: use negfactor in negfactor scale test [#456][]
16+
17+
#### Maintenance
18+
19+
- chore: test on numpy 2.0 [#451][]
20+
21+
[#446]: https://github.com/scikit-hep/vector/pull/446
22+
[#442]: https://github.com/scikit-hep/vector/pull/442
23+
[#444]: https://github.com/scikit-hep/vector/pull/444
24+
[#456]: https://github.com/scikit-hep/vector/pull/456
25+
[#451]: https://github.com/scikit-hep/vector/pull/451
26+
327
## Version 1.3
428

529
### Version 1.3.1

docs/usage/intro.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -573,7 +573,7 @@
573573
"source": [
574574
"### SymPy vectors\n",
575575
"\n",
576-
"> Note: In order to allow SymPy simplifications to work effectively, operations on SymPy vectors are a 100% correct only if the vectors are time-like, that is, they lie in the positive time-like cone (`t**2 > x**2 + y**2 + z**2`). Operations on other vectors might output wrong results.\n",
576+
"> **Note:** Operations on SymPy vectors are only 100% compatible with numeric vectors (Python, NumPy, and Awkward backends) if the vectors are positive time-like, that is, if `t**2 > x**2 + y**2 + z**2`. The space-like and negative time-like cases have different sign conventions.\n",
577577
"\n",
578578
"You can directly use the `VectorSympy` and `MomentumSympy` classes to construct object type vectors:"
579579
]

0 commit comments

Comments
 (0)