From 04bfc51e1d7859c6ccb8ec87c0ed6621e27bb5f3 Mon Sep 17 00:00:00 2001 From: Anton Volkov Date: Tue, 30 Jun 2026 15:42:33 +0200 Subject: [PATCH] Backport 0.4.3 changelog entry from maintenance/0.4.x Record the 0.4.3 release on main and move the gh-226 entry from the unreleased [dev] section into the released [0.4.3] section, matching the finalized changelog on the maintenance/0.4.x branch. Co-Authored-By: Claude Opus 4.8 (1M context) --- CHANGELOG.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7b129cd..f6f52d8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,10 +11,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Changed * Removed `numpy-base` dependency and `USE_NUMPY_BASE` environment variable from conda recipe [gh-200](https://github.com/IntelPython/mkl_umath/pull/200) -* Updated `mkl_umath` patching to work with changes to NumPy Cython API present in NumPy 2.5 [gh-226](https://github.com/IntelPython/mkl_umath/pull/226) ### Fixed +## [0.4.3] - 2026-06-30 + +### Changed +* Updated `mkl_umath` patching to work with changes to NumPy Cython API present in NumPy 2.5 [gh-226](https://github.com/IntelPython/mkl_umath/pull/226) + ## [0.4.2] - 2026-05-28 ### Added