We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c542ca commit 79dbfd5Copy full SHA for 79dbfd5
CHANGELOG.md
@@ -3,10 +3,21 @@
3
All notable changes to this project will be documented here.
4
5
## [Unreleased]
6
+### Added
7
+- Official support for Python 3.13.
8
+- Official support for NumPy 2.1 and NumPy 2.2.
9
+
10
### Changed
11
- Build backend from `pdm-pep517` to `pdm-backend`. Thanks to @bcbnz for
12
the fix.
13
14
+### Fixed
15
+- Integer overflow when reading large files. Thanks to @cdcseacave for
16
+ the fix.
17
18
+### Removed
19
+- Official support for NumPy < 1.25.
20
21
## [1.1] - 2024-08-04
22
### Added
23
- Official support for NumPy 2.0.
0 commit comments