Skip to content

Version 0.8

Compare
Choose a tag to compare
@henryiii henryiii released this 08 Apr 22:23
· 332 commits to main since this release

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.