You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
This discussion was created from the release Version 0.8.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
First release to PyPI. Initial implementation. Initial features:
You can currently construct vectors using
obj
/arr
/awk
(orobj
/array
/Array
) for single, NumPy, and Awkward vectors, respectively. The next version is likely to improve the vector construction process.This discussion was created from the release Version 0.8.
Beta Was this translation helpful? Give feedback.
All reactions