File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ ==============================
2+ PyWavelets 1.4.0 Release Notes
3+ ==============================
4+
5+ .. contents ::
6+
7+ We are very pleased to announce the release of PyWavelets 1.4. This release
8+ is a minor update to 1.3.0. It adds wheels for Python 3.11 and drops support
9+ for Python 3.7.
10+
11+ There is one new utility function, `pywt.frequency2scale `, that can be used to
12+ determine CWT scale factors corresponding to a given (normalized) frequency.
13+ It is the inverse of the existing `pywt.scale2frequency `.
14+
15+ A detailed change log is provided below.
16+
17+ Authors
18+ =======
19+
20+ * Christian Clauss +
21+ * Gregory R. Lee
22+ * Orion Poplawski +
23+ * Trevor Clark +
24+
25+ Reviewers
26+ =========
27+
28+ * Gregory R. Lee
29+ * Ralf Gommers
30+
31+ A total of 5 people contributed to this release.
32+ People with a "+" by their names contributed a patch for the first time.
33+
34+
35+ Issues closed for v1.4
36+ -----------------------
37+
38+ * `#640 <https://github.com/PyWavelets/pywt/issues/640 >`__: test_accuracy_precomputed_cwt fails on aarch64
39+
40+ Pull requests for v1.4
41+ ----------------------
42+
43+ * `#629 <https://github.com/PyWavelets/pywt/pull/629 >`__: Fix twine-based uploads to PyPI
44+ * `#635 <https://github.com/PyWavelets/pywt/pull/635 >`__: added a frequency2scale function as the dual to scale2frequency
45+ * `#641 <https://github.com/PyWavelets/pywt/pull/641 >`__: test_cwt_batch can have small differences on some arches (resolves #640)
46+ * `#647 <https://github.com/PyWavelets/pywt/pull/647 >`__: provide setuptools upper bound for robustness against future changes
47+ * `#648 <https://github.com/PyWavelets/pywt/pull/648 >`__: Run GitHub actions test cases using Python 3.11
48+ * `#649 <https://github.com/PyWavelets/pywt/pull/649 >`__: Update wheel building workflow to include Python 3.11
49+ * `#650 <https://github.com/PyWavelets/pywt/pull/650 >`__: Upgrade GitHub Actions
50+ * `#651 <https://github.com/PyWavelets/pywt/pull/651 >`__: Fix typos discovered by codespell
Original file line number Diff line number Diff line change @@ -17,3 +17,4 @@ Release Notes
1717 release.1.1.1
1818 release.1.2.0
1919 release.1.3.0
20+ release.1.4.0
You can’t perform that action at this time.
0 commit comments