From 1cb72877ee100a06568acc9aceefdcb5b316a464 Mon Sep 17 00:00:00 2001 From: astrofrog Date: Tue, 16 Apr 2024 11:49:20 +0000 Subject: [PATCH] Update CHANGELOG --- CHANGES.md | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/CHANGES.md b/CHANGES.md index 9c8a7ec..3b8c1db 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,26 @@ +## v0.13 - 2024-04-16 + + +### What's Changed + +The main change in this release is added support for Numpy 2.0. + +#### Other Changes + +* Clean up test matrix by @pllim in https://github.com/astrofrog/fast-histogram/pull/82 +* Use v1 workflow, not main by @pllim in https://github.com/astrofrog/fast-histogram/pull/79 +* Fix link to benchmark plot in README by @pllim in https://github.com/astrofrog/fast-histogram/pull/78 +* Add PyPI badge by @pllim in https://github.com/astrofrog/fast-histogram/pull/75 +* Remove wheel from build requirements by @pllim in https://github.com/astrofrog/fast-histogram/pull/74 +* Build against Numpy 2.0.0rc1 for Python>=3.9 by @astrofrog in https://github.com/astrofrog/fast-histogram/pull/86 + +### New Contributors + +* @pre-commit-ci made their first contribution in https://github.com/astrofrog/fast-histogram/pull/70 +* @pllim made their first contribution in https://github.com/astrofrog/fast-histogram/pull/82 + +**Full Changelog**: https://github.com/astrofrog/fast-histogram/compare/v0.12...v0.13 + ## 0.12 (2023-10-17) - Fix segmentation faults under various conditions. [#62, #66]