Releases: scikit-hep/vector
Releases · scikit-hep/vector
Version 0.8.2
- Fixed missing momentum synonyms in CoordinatesAwkward
- Added
vector.zip
- Allowed lowercase
e
andm
for energy and mass - Fixed
_wrap_result
for methods called on anak.Record
- Fixed error in calculation of
deltaangle
- Fixed Awkward version check
- Pinned Python version for
dis
(in tests) - Using myst-parser (in docs)
Version 0.8.1
Some test, CI, and PyPI improvements, and one use facing fix.
- Fix issue importing without Awkward installed #76
Version 0.8
First release to PyPI. Initial implementation. Initial features:
- 2D, 3D, and Lorentz vectors
- Single, Array, and Awkward forms
- Supports Numba / Awkward + Numba
- Multiple coordinate systems
- Geometric / momentum versions
- Statically typed
You can currently construct vectors using obj
/arr
/awk
(or obj
/array
/Array
) for single, NumPy, and Awkward vectors, respectively. The next version is likely to improve the vector construction process.