@@ -4,7 +4,9 @@ PyWavelets 1.5.0 Release Notes
44
55.. contents ::
66
7- We are very pleased to announce the release of PyWavelets 1.5.
7+ We are very pleased to announce the release of PyWavelets 1.5.0. This release
8+ is a minor update to 1.4.x. It adds support for Python 3.12 and drops support
9+ for Python 3.8. It also adds support for Cython 3.0.
810
911PyWavelets now uses Meson as its build system, and meson-python
1012as the build backend. This requires no changes from users, a
@@ -15,14 +17,36 @@ the hood.
1517Authors
1618=======
1719
20+ * Christian Clauss
21+ * Ralf Gommers
22+ * Gregory R. Lee
23+ * Jarrod Millman +
24+ * Evans Doe Ocansey +
25+ * Ahmet Can Solak +
26+ * Stefan van der Walt +
1827
19- Reviewers
20- =========
28+ A total of 7 people contributed to this release.
29+ People with a "+" by their names contributed a patch for the first time.
30+ This list of names is automatically generated, and may not be fully complete.
2131
2232
2333Issues closed for v1.5
2434-----------------------
2535
36+ * `#621 <https://github.com/PyWavelets/pywt/issues/621 >`__: distutils was deprecated in Python 3.10
37+
2638
2739Pull requests for v1.5
2840----------------------
41+
42+ * `#667 <https://github.com/PyWavelets/pywt/pull/667 >`__: BLD: switch to using Meson as the build system for PyWavelets
43+ * `#669 <https://github.com/PyWavelets/pywt/pull/669 >`__: DOC: update docs for setup.py removal, and fix ReadTheDocs build
44+ * `#679 <https://github.com/PyWavelets/pywt/pull/679 >`__: MAINT: fix warnings emitted by loading npy/npz data files
45+ * `#680 <https://github.com/PyWavelets/pywt/pull/680 >`__: CI: limit contourpy to <1.1, to avoid building win32 from source
46+ * `#681 <https://github.com/PyWavelets/pywt/pull/681 >`__: Update dependencies per SPEC 0
47+ * `#682 <https://github.com/PyWavelets/pywt/pull/682 >`__: Remove old travis references
48+ * `#683 <https://github.com/PyWavelets/pywt/pull/683 >`__: Test on Python 3.12
49+ * `#685 <https://github.com/PyWavelets/pywt/pull/685 >`__: Add spin as developer UI to meson
50+ * `#688 <https://github.com/PyWavelets/pywt/pull/688 >`__: AppVeyor: Upgrade to Visual Studio 2022 and use python-launcher
51+ * `#690 <https://github.com/PyWavelets/pywt/pull/690 >`__: Build Python 3.12 wheels
52+ * `#691 <https://github.com/PyWavelets/pywt/pull/691 >`__: Test on final releases on Python 3.12
0 commit comments