Skip to content

Commit 42de962

Browse files
committed
DOC: add release notes for 1.8.0
1 parent 5c1fb33 commit 42de962

File tree

3 files changed

+41
-0
lines changed

3 files changed

+41
-0
lines changed

doc/release/1.8.0-notes.rst

Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
1+
==============================
2+
PyWavelets 1.8.0 Release Notes
3+
==============================
4+
5+
We are very pleased to announce the release of PyWavelets 1.8.0. This release
6+
is a minor update to 1.7.x. It adds support for free-threaded Python 3.13 on
7+
Windows. The supported Python, NumPy and Cython versions are unchanged from
8+
1.7.x.
9+
10+
Note that building from source with free-threaded CPython requires a recent
11+
development version of Cython (>=3.1.0a0).
12+
13+
14+
Authors
15+
=======
16+
17+
* Ralf Gommers
18+
* Marco Meyer-Conde +
19+
* Omer Sayli +
20+
21+
A total of 3 people contributed to this release.
22+
People with a "+" by their names contributed a patch for the first time.
23+
24+
25+
Issues closed for v1.8.0
26+
------------------------
27+
28+
* `#780 <https://github.com/PyWavelets/pywt/issues/780>`__: Pip install PyWavelets does not work with GIL disabled version...
29+
30+
31+
Pull requests for v1.8.0
32+
------------------------
33+
34+
* `#766 <https://github.com/PyWavelets/pywt/pull/766>`__: Bump actions/upload-artifact from 4.3.4 to 4.4.0 in the github-actions...
35+
* `#769 <https://github.com/PyWavelets/pywt/pull/769>`__: DOC: improve figures in \`demo/wp_scalogram.py\`
36+
* `#771 <https://github.com/PyWavelets/pywt/pull/771>`__: CI: build free-threaded Windows wheels
37+
* `#775 <https://github.com/PyWavelets/pywt/pull/775>`__: CI: fix Windows wheels, clean up cp313/cp313t build config
38+
* `#778 <https://github.com/PyWavelets/pywt/pull/778>`__: DOC: highlighted deprecations with backward compatibility information
39+
* `#779 <https://github.com/PyWavelets/pywt/pull/779>`__: Bump the github-actions group with 2 updates

doc/source/release.1.8.0.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
.. include:: ../release/1.8.0-notes.rst

doc/source/releasenotes.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ Release Notes
44
.. toctree::
55
:maxdepth: 1
66

7+
release.1.8.0
78
release.1.7.0
89
release.1.6.0
910
release.1.5.0

0 commit comments

Comments
 (0)