File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -4,24 +4,40 @@ PyWavelets 1.3.0 Release Notes
44
55.. contents ::
66
7- We are very pleased to announce the release of PyWavelets 1.3.
7+ We are very pleased to announce the release of PyWavelets 1.3. This release
8+ is functionally the same as 1.2.0, but we have updated the set of binary wheels
9+ provided. Specifically we have added `aarch64 ` wheels for Python 3.7 that were
10+ missing in 1.2.0 and have updated the versions of `manylinux ` used for the
11+ linux wheels in a manner consistent with NumPy and SciPy. We have also dropped
12+ `musllinux ` wheels which were present for some architectures in 1.2.0. We may
13+ add them again in the future if they are adopted by NumPy and there is a
14+ demand for this architecture.
815
16+ Authors
17+ =======
918
10- New features
11- ============
19+ * Gregory R. Lee
20+ * Naoto Ishikawa +
1221
22+ Reviewers
23+ =========
1324
14- Backwards incompatible changes
15- ==============================
25+ * Ralf Gommers
1626
27+ A total of 3 people contributed to this release.
28+ People with a "+" by their names contributed a patch for the first time.
1729
18- Bugs Fixed
19- ==========
2030
31+ Issues closed for v1.3
32+ -----------------------
2133
22- Other changes
23- =============
34+ * `#625 <https://github.com/PyWavelets/pywt/issues/625 >`__: No aarch64 wheels for python3.7
2435
2536
26- Authors
27- =======
37+ Pull requests for v1.3
38+ ----------------------
39+
40+ * `#613 <https://github.com/PyWavelets/pywt/pull/613 >`__: DOC: Update the developer docs on how to make a release
41+ * `#614 <https://github.com/PyWavelets/pywt/pull/614 >`__: MAINT: Fix bugs in automated wheel deployment
42+ * `#620 <https://github.com/PyWavelets/pywt/pull/620 >`__: DOC: Fix level of headers
43+ * `#627 <https://github.com/PyWavelets/pywt/pull/627 >`__: Add aarch64 wheels for Python 3.7 and fix manylinux versions
Original file line number Diff line number Diff line change @@ -16,3 +16,4 @@ Release Notes
1616 release.1.1.0
1717 release.1.1.1
1818 release.1.2.0
19+ release.1.3.0
You can’t perform that action at this time.
0 commit comments