From 6ee3a1f81f02ce8013c6a766860ed05009d672fe Mon Sep 17 00:00:00 2001 From: Saransh Chopra Date: Fri, 15 Mar 2024 14:20:12 +0100 Subject: [PATCH] Update changelog (#439) --- docs/changelog.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/docs/changelog.md b/docs/changelog.md index b9642cb2..214a858f 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -2,8 +2,25 @@ ## Version 1.3 +### Version 1.3.1 + +#### Features + +- feat: make momentum-ness infectious [#437][] + +#### Bug fixes + +- fix: support dask-awkward 2024.3.0 [#436][] +- fix: momentum coords should not be repeated with generic coords in subclasses [#438][] + +[#436]: https://github.com/scikit-hep/vector/pull/436 +[#438]: https://github.com/scikit-hep/vector/pull/438 +[#437]: https://github.com/scikit-hep/vector/pull/437 + ### Version 1.3.0 +#### Features + - feat: coordinate transformation functions with momentum names [#424][] - feat: allow momentum coords in to_Vector\*D methods + cleanup [#423][] - feat: add a lite nox session + add numba as optional dependency [#431][]