Skip to content

Releases: scikit-hep/vector

Version 1.3.0

05 Mar 20:46
23f1c42
Compare
Choose a tag to compare

What's Changed

Features

  • feat: coordinate transformation functions with momentum names by @Saransh-cpp in #424
  • feat: allow momentum coords in to_VectorND methods + cleanup by @Saransh-cpp in #423
  • feat: add a lite nox session + add numba as optional dependency by @Saransh-cpp in #431
  • feat: like method for projecting vector into the coordinate space of another vector + better type errors and hints by @Saransh-cpp in #426
  • feat: add support for dask-awkward arrays in vector constructors by @Saransh-cpp in #429
  • feat: short names for to_VectorND methods by @Saransh-cpp in #432

Full Changelog: v1.2.0...v1.3.0

Version 1.2.0

30 Jan 13:53
2cb538c
Compare
Choose a tag to compare

What's Changed

Bug fixes

  • fix: result of an infix operation should be demoted to the lowest possible dimension by @Saransh-cpp in #413
  • fix: all infix operations should not depend on the order of arguments by @Saransh-cpp in #413
  • fix: return the correct awkward record when performing an infix operation by @Saransh-cpp in #413
  • fix: respect user defined awkward mixin subclasses and projection classes by @Saransh-cpp in #413

Documentation

Maintenance

Full Changelog: v1.1.1.post1...v1.2.0

Version 1.1.1.post1

05 Oct 15:37
e612e95
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.1.1...v1.1.1.post1

Version 1.1.1

08 Sep 03:28
cb35ad6
Compare
Choose a tag to compare

What's Changed

Bug fixes

Maintenance

Full Changelog: v1.1.0...v1.1.1

Version 1.1.0

23 Jun 00:23
9070e13
Compare
Choose a tag to compare

What's Changed

Features

  • feat: implement sum, count, and count_nonzero reductions by @agoose77 in #347

Maintenance

New Contributors

Full Changelog: v1.0.0...v1.1.0

Version 1.0.0

23 Feb 18:36
5d54670
Compare
Choose a tag to compare

What's Changed

Features

Fixes

Documentation

Maintenance

Full Changelog: v0.11.0...v1.0.0

Version 0.11.0

21 Dec 20:13
eb2b414
Compare
Choose a tag to compare

What's Changed

Features

  • Add constructors for VectorObject2D and MomentumObject2D by @henryiii in #89
  • Add support for awkward v2 (and keep supporting v1) by @Saransh-cpp in #284

Fixes

Documentation

Maintenance

New Contributors

Full Changelog: v0.10.0...v0.11.0

Version 0.10.0

06 Sep 14:53
9cd8871
Compare
Choose a tag to compare

What's Changed

Maintenance

Full Changelog: v0.9.0...v0.10.0

Version 0.9.0

05 Sep 19:46
bfeade3
Compare
Choose a tag to compare

What's Changed

Features

Fixes

Documentation

Maintenance

New Contributors

Full Changelog: v0.8.5...v0.9.0

Version 0.8.5

01 Feb 19:35
0b9bf7e
Compare
Choose a tag to compare

What's Changed

  • Add boostCM_of to clarify #134, supported by scaleD and negD. by @jpivarski in #135
  • Let 'eta' be NaN if 'z' is NaN. by @jpivarski in #139
  • Define dot product without absolute value. by @jpivarski in #148
  • Fixed numpy array code examples in documentation by @cansik in #151
  • Vector components may be NumpyArrayType or IndexedArrayType in Numba. by @jpivarski in #162
  • VectorNumpy pickle suppport to enable multiprocessing by @cansik in #163
  • chore: pre-commit and style cleanup by @henryiii in #164

New Contributors

Full Changelog: v0.8.4...v0.8.5