Skip to content

Releases: scikit-hep/vector

Version 1.5.1

28 Aug 14:13
3b31219
Compare
Choose a tag to compare

What's Changed

Fixes

Full Changelog: v1.5.0...v1.5.1

Version 1.4.3 (backport)

28 Aug 14:01
Compare
Choose a tag to compare

What's Changed

Fixes

Full Changelog: v1.4.2...v1.4.3

Version 1.5.0

26 Aug 15:21
53fb5fc
Compare
Choose a tag to compare

What's Changed

Breaking

Full Changelog: v1.4.2...v1.5

Version 1.4.2

26 Aug 14:47
0401fcc
Compare
Choose a tag to compare

What's Changed

Fixes

Documentation

Full Changelog: v1.4.1...v1.4.2

Version 1.4.1

10 Jun 11:33
7f489fb
Compare
Choose a tag to compare

What's Changed

Fixes

Documentation

Maintenance

Full Changelog: v1.4.0...v1.4.1

Version 1.4.0

23 Apr 14:24
47a13cd
Compare
Choose a tag to compare

What's Changed

Features

Bug fixes

Maintenance

Full Changelog: v1.3.1...v1.4.0

Version 1.3.1

15 Mar 13:21
6ee3a1f
Compare
Choose a tag to compare

What's Changed

Features

Bug Fixes

  • fix: support dask-awkward 2024.3.0 by @Saransh-cpp in #436
  • fix: momentum coords should not be repeated with generic coords in subclasses by @Saransh-cpp in #438

Full Changelog: v1.3.0...v1.3.1

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