Skip to content

Commit 97b41ab

Browse files
committed
patch changelog
1 parent e86364d commit 97b41ab

1 file changed

Lines changed: 28 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,34 @@ Changelog
22
=========
33

44

5+
0.10.0 (2026-07-29)
6+
-------------------
7+
8+
New
9+
~~~
10+
- Full compatibility with NumPy 2.x and Python 3.11-3.14. [fbordeu]
11+
- Modernized package setup and build configuration. [fbordeu]
12+
- Updated GitHub Actions workflows for modern CI/CD. [fbordeu]
13+
- Added replacement wrapper for numpy's .data access for compatibility. [fbordeu]
14+
- Refactored numerical operations and removed unnecessary float conversions. [fbordeu]
15+
- Improved error handling in HDF5 parameter writing. [fbordeu]
16+
- Updated AssertionsMixin to inherit from unittest.TestCase with improved tests. [fbordeu]
17+
18+
Fix
19+
~~~
20+
- Restored compatibility with NumPy 1.26.x while supporting NumPy 2.x. [fbordeu]
21+
- Updated deprecated assertRegexp calls to modern equivalents. [fbordeu]
22+
- Deactivated catch warnings causing issues with NumPy. [fbordeu]
23+
- Added debugging config to resolve NumPy memory address issues in tests. [fbordeu]
24+
25+
Other
26+
~~~~~
27+
- Builds on preparatory NumPy compatibility work by [MartinBubel]. [fbordeu]
28+
- Dropped support for Python < 3.11. [fbordeu]
29+
- Set minimum dependency versions: numpy>=2, scipy>=1.15. [fbordeu]
30+
- Bumped version: 0.9.6 → 0.10.0. [fbordeu]
31+
32+
533
(unreleased)
634
------------
735

0 commit comments

Comments
 (0)