Skip to content

Releases: scikit-hep/vector

Version 0.8.2

26 May 18:29
01bff6d
Compare
Choose a tag to compare
  • Fixed missing momentum synonyms in CoordinatesAwkward
  • Added vector.zip
  • Allowed lowercase e and m for energy and mass
  • Fixed _wrap_result for methods called on an ak.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

09 Apr 19:51
f63fa13
Compare
Choose a tag to compare

Some test, CI, and PyPI improvements, and one use facing fix.

  • Fix issue importing without Awkward installed #76

Version 0.8

08 Apr 22:23
Compare
Choose a tag to compare

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.