File tree 2 files changed +28
-11
lines changed
2 files changed +28
-11
lines changed Original file line number Diff line number Diff line change @@ -4,24 +4,40 @@ PyWavelets 1.3.0 Release Notes
4
4
5
5
.. contents ::
6
6
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.
8
15
16
+ Authors
17
+ =======
9
18
10
- New features
11
- ============
19
+ * Gregory R. Lee
20
+ * Naoto Ishikawa +
12
21
22
+ Reviewers
23
+ =========
13
24
14
- Backwards incompatible changes
15
- ==============================
25
+ * Ralf Gommers
16
26
27
+ A total of 3 people contributed to this release.
28
+ People with a "+" by their names contributed a patch for the first time.
17
29
18
- Bugs Fixed
19
- ==========
20
30
31
+ Issues closed for v1.3
32
+ -----------------------
21
33
22
- Other changes
23
- =============
34
+ * `#625 <https://github.com/PyWavelets/pywt/issues/625 >`__: No aarch64 wheels for python3.7
24
35
25
36
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
16
16
release.1.1.0
17
17
release.1.1.1
18
18
release.1.2.0
19
+ release.1.3.0
You can’t perform that action at this time.
0 commit comments