Skip to content

Releases: scikit-hep/vector

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

Version 0.8.4

29 Jul 15:09
f02e2f0
Compare
Choose a tag to compare

@Sinclert's PR #128, which allows VectorObject, VectorNumpy, and VectorAwkward to be subclassed by other projects.

Version 0.8.3

11 Jun 02:51
d9cd956
Compare
Choose a tag to compare

Fixed Awkward Arrays of momentum vectors in Numba (PR #112).