Path to this page:
./
math/py-pywavelets,
Discrete Wavelet Transforms in Python
Branch: CURRENT,
Version: 1.7.0,
Package name: py312-pywavelets-1.7.0,
Maintainer: pkgsrc-usersPyWavelets is a Python wavelet transforms module that includes:
* nD Forward and Inverse Discrete Wavelet Transform (DWT and IDWT)
* 1D and 2D Forward and Inverse Stationary Wavelet Transform
(Undecimated Wavelet Transform)
* 1D and 2D Wavelet Packet decomposition and reconstruction
* 1D Continuous Wavelet Tranfsorm
* Computing Approximations of wavelet and scaling functions
* Over 100 built-in wavelet filters and support for custom wavelets
* Single and double precision calculations
* Results compatibility with Matlab Wavelet Toolbox (tm)
Required to run:[
devel/py-setuptools] [
math/py-numpy] [
devel/py-cython] [
lang/python37]
Required to build:[
pkgtools/cwrappers]
Master sites:
Filesize: 3842.546 KB
Version history: (Expand)
- (2024-08-20) Updated to version: py312-pywavelets-1.7.0
- (2024-04-08) Updated to version: py311-pywavelets-1.6.0
- (2023-12-02) Updated to version: py311-pywavelets-1.5.0
- (2022-11-15) Updated to version: py310-pywavelets-1.4.1
- (2022-01-05) Updated to version: py39-pywavelets-1.0.3nb2
- (2021-10-07) Updated to version: py39-pywavelets-1.0.3nb1
CVS history: (Expand)
2024-10-14 08:46:10 by Thomas Klausner | Files touched by this commit (325) |
Log message:
*: clean-up after python38 removal
|
2024-08-25 10:37:56 by Thomas Klausner | Files touched by this commit (1) |
Log message:
py-pywavelets: needs C17
|
2024-08-20 16:24:09 by Adam Ciarcinski | Files touched by this commit (1) |
Log message:
py-pywavelets: do not pollute localdir with .pytest_cache
|
2024-08-20 16:22:42 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-pywavelets: updated to 1.7.0
v1.7.0
Issues closed for v1.7.0
Start building WASM wheels against newer Pyodide (version 0.26.0)
Pull requests for v1.7.0
BLD: Test editable installations for PyWavelets in CI
Drop support for older dependencies (see SPEC 0)
MAINT: set version to 1.7.0.dev0
DOC: Fix incorrect indentations for a few interactive examples
DOC, DEP: Remove custom \`:button_text\` directive option, bump...
DEP: Remove \`docutils\` upper-pin, bump \`sphinx\`
FIX, CI: Temporarily disable \`pytest\`'s caching in Pyodide...
CI, BLD: Use \`cibuildwheel\` to build and test Pyodide/WASM...
Bump the github-actions group with 2 updates
Use \`scipy-doctest\` instead of \`refguide-check\`
DOC: easy_install is no longer a thing
CI: Add CI to test on free-threaded Python
CI: Add CI to release nightly wheels against free-threaded Python...
CI: add macOS nightly wheels for free-threaded CPython
Bump softprops/action-gh-release from 2.0.5 to 2.0.6 in the github-actions...
BLD: mark extension modules as compatible to run without the...
BLD: fix a few install tags for generated .py files
Bump the github-actions group with 4 updates
BLD/CI: support Python 3.13 (cp313/cp313t) in pyproject.toml...
|
2024-04-08 07:52:11 by Adam Ciarcinski | Files touched by this commit (3) | |
Log message:
py-pywavelets: updated to 1.6.0
PyWavelets 1.6.0
We are very pleased to announce the release of PyWavelets 1.6.0. This release
is a minor update to 1.6.x. It adds support for NumPy 2.0, which also keeping
compatibility with NumPy 1.22-1.26. It requires Cython 3.0; support for 0.29.x
is dropped.
Other noteworthy improvements:
- Improved documentation for ``pywt.cwt``
- The documentation was migrated to the PyData Sphinx Theme and the content
organization improved
- Releases on PyPI now include wheels for ``musllinux`` (x86-64 and aarch64)
- The test suite is now passing and tested in CI with Emscripten/Pyodide
- Nightly builds will be available at
https://anaconda.org/scientific-python-nightly-wheels/PyWavelets/ going
forward
|
2023-12-02 10:59:10 by Adam Ciarcinski | Files touched by this commit (3) | |
Log message:
py-pywavelets: updated to 1.5.0
Issues closed for v1.5
distutils was deprecated in Python 3.10
Pull requests for v1.5
BLD: switch to using Meson as the build system for PyWavelets
DOC: update docs for setup.py removal, and fix ReadTheDocs build
MAINT: fix warnings emitted by loading npy/npz data files
CI: limit contourpy to <1.1, to avoid building win32 from source
Update dependencies per SPEC 0
Remove old travis references
Test on Python 3.12
Add spin as developer UI to meson
AppVeyor: Upgrade to Visual Studio 2022 and use python-launcher
Build Python 3.12 wheels
Test on final releases on Python 3.12
|
2023-08-02 01:20:57 by Thomas Klausner | Files touched by this commit (158) |
Log message:
*: remove more references to Python 3.7
|
2023-07-01 10:37:47 by Thomas Klausner | Files touched by this commit (105) | |
Log message:
*: restrict py-numpy users to 3.9+ in preparation for update
|