From 43a3cbbfba194a847e8d0860b0e7a0d69f12a2c2 Mon Sep 17 00:00:00 2001 From: Saransh Chopra Date: Wed, 28 Aug 2024 15:03:23 +0100 Subject: [PATCH] Update changelog.md --- docs/changelog.md | 16 ++++++++++++---- 1 file changed, 12 insertions(+), 4 deletions(-) diff --git a/docs/changelog.md b/docs/changelog.md index d74a4c4e..a15411e6 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -20,17 +20,25 @@ ## Version 1.4 +### Version 1.4.3 + +#### Fixes + +- fix: uncap numpy [#502][] + +[#502]: https://github.com/scikit-hep/vector/pull/502 + ### Version 1.4.2 #### Fixes -- fix: depend on numpy<2.1 to support numba -- fix: fix ci for awkward v1.x (numpy v2 is out) -- fix: sympy tests (sympy v1.13) +- fix: depend on numpy<2.1 to support numba [#476][] +- fix: fix ci for awkward v1.x (numpy v2 is out) [#479][] +- fix: sympy tests (sympy v1.13) [#485][] #### Documentation -- docs: update intro notebook + readme +- docs: update intro notebook + readme [#489][] [#476]: https://github.com/scikit-hep/vector/pull/476 [#479]: https://github.com/scikit-hep/vector/pull/479