Up to [cvs.NetBSD.org] / pkgsrc / math / py-pywavelets
Request diff between arbitrary revisions
Default branch: MAIN
Revision 1.9 / (download) - annotate - [select for diffs], Mon Nov 14 23:50:35 2022 UTC (4 months, 1 week ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2023Q1-base,
pkgsrc-2023Q1,
pkgsrc-2022Q4-base,
pkgsrc-2022Q4,
HEAD
Changes since 1.8: +3 -4
lines
Diff to previous 1.8 (colored)
py-pywavelets: update to 1.4.1. ============================== PyWavelets 1.1.0 Release Notes ============================== We are very pleased to announce the release of PyWavelets 1.1. This release includes enhanced functionality for both the stationary wavelet transforms (``swt``, ``swt2``, ``swtn``) as well as the continuous wavelet transform (``cwt``). In addition, there are a handful of bug fixes as described in more detail below. This release has dropped Python 2.7 support and now requires Python >= 3.5. ============================== PyWavelets 1.1.1 Release Notes ============================== This release is identical in functionality to 1.1.0. It fixes setup.py to prevent pip from trying to install from PyPI for Python < 3.5. ============================== PyWavelets 1.2.0 Release Notes ============================== We are very pleased to announce the release of PyWavelets 1.2. This release has new discrete wavelet transforms features incleading a series of multiresolution analysis functions (details below). PyWavelets has dropped support for Python 3.5 and 3.6 and now supports Python 3.7-3.10. We also now provide aarch64 linux wheels as well as universal2 and arm64 wheels that are compatible with Apple's M1 processors. ============================== PyWavelets 1.3.0 Release Notes ============================== We are very pleased to announce the release of PyWavelets 1.3. This release is functionally the same as 1.2.0, but we have updated the set of binary wheels provided. Specifically we have added `aarch64` wheels for Python 3.7 that were missing in 1.2.0 and have updated the versions of `manylinux` used for the linux wheels in a manner consistent with NumPy and SciPy. We have also dropped `musllinux` wheels which were present for some architectures in 1.2.0. We may add them again in the future if they are adopted by NumPy and there is a demand for this architecture. ============================== PyWavelets 1.4.0 Release Notes ============================== We are very pleased to announce the release of PyWavelets 1.4. This release is a minor update to 1.3.0. It adds wheels for Python 3.11 and drops support for Python 3.7. There is one new utility function, `pywt.frequency2scale`, that can be used to determine CWT scale factors corresponding to a given (normalized) frequency. It is the inverse of the existing `pywt.scale2frequency`.
Revision 1.8 / (download) - annotate - [select for diffs], Fri Apr 15 11:27:41 2022 UTC (11 months, 1 week ago) by nia
Branch: MAIN
CVS Tags: pkgsrc-2022Q3-base,
pkgsrc-2022Q3,
pkgsrc-2022Q2-base,
pkgsrc-2022Q2
Changes since 1.7: +2 -2
lines
Diff to previous 1.7 (colored)
math: Mark some packages incompatible with Python 3.7 due to numpy
Revision 1.7 / (download) - annotate - [select for diffs], Tue Jan 25 01:28:26 2022 UTC (14 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2022Q1-base,
pkgsrc-2022Q1
Changes since 1.6: +3 -1
lines
Diff to previous 1.6 (colored)
py-pywavelets: does not build with python 2.7
Revision 1.6 / (download) - annotate - [select for diffs], Tue Jan 4 20:54:16 2022 UTC (14 months, 3 weeks ago) by wiz
Branch: MAIN
Changes since 1.5: +2 -2
lines
Diff to previous 1.5 (colored)
*: bump PKGREVISION for egg.mk users They now have a tool dependency on py-setuptools instead of a DEPENDS
Revision 1.5 / (download) - annotate - [select for diffs], Thu Dec 30 13:05:38 2021 UTC (14 months, 3 weeks ago) by adam
Branch: MAIN
Changes since 1.4: +1 -3
lines
Diff to previous 1.4 (colored)
Forget about Python 3.6
Revision 1.4 / (download) - annotate - [select for diffs], Tue Jun 29 08:42:01 2021 UTC (20 months, 4 weeks ago) by nia
Branch: MAIN
CVS Tags: pkgsrc-2021Q4-base,
pkgsrc-2021Q4,
pkgsrc-2021Q3-base,
pkgsrc-2021Q3
Changes since 1.3: +3 -1
lines
Diff to previous 1.3 (colored)
py-numpy: "Python version >= 3.7 required."
Revision 1.3 / (download) - annotate - [select for diffs], Mon Oct 12 21:52:03 2020 UTC (2 years, 5 months ago) by bacon
Branch: MAIN
CVS Tags: pkgsrc-2021Q2-base,
pkgsrc-2021Q2,
pkgsrc-2021Q1-base,
pkgsrc-2021Q1,
pkgsrc-2020Q4-base,
pkgsrc-2020Q4
Changes since 1.2: +2 -1
lines
Diff to previous 1.2 (colored)
math/blas, math/lapack: Install interchangeable BLAS system Install the new interchangeable BLAS system created by Thomas Orgis, currently supporting Netlib BLAS/LAPACK, OpenBLAS, cblas, lapacke, and Apple's Accelerate.framework. This system allows the user to select any BLAS implementation without modifying packages or using package options, by setting PKGSRC_BLAS_TYPES in mk.conf. See mk/blas.buildlink3.mk for details. This commit should not alter behavior of existing packages as the system defaults to Netlib BLAS/LAPACK, which until now has been the only supported implementation. Details: Add new mk/blas.buildlink3.mk for inclusion in dependent packages Install compatible Netlib math/blas and math/lapack packages Update math/blas and math/lapack MAINTAINER approved by adam@ OpenBLAS, cblas, and lapacke will follow in separate commits Update direct dependents to use mk/blas.buildlink3.mk Perform recursive revbump
Revision 1.2 / (download) - annotate - [select for diffs], Mon Jun 17 14:54:57 2019 UTC (3 years, 9 months ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2020Q3-base,
pkgsrc-2020Q3,
pkgsrc-2020Q2-base,
pkgsrc-2020Q2,
pkgsrc-2020Q1-base,
pkgsrc-2020Q1,
pkgsrc-2019Q4-base,
pkgsrc-2019Q4,
pkgsrc-2019Q3-base,
pkgsrc-2019Q3,
pkgsrc-2019Q2-base,
pkgsrc-2019Q2
Changes since 1.1: +6 -3
lines
Diff to previous 1.1 (colored)
py-pywavelets: updated to 1.0.3 PyWavelets 1.0.3 is functionally equivalent to the 1.0.2 release. It was made to add the add an archive of the JOSS paper to the 1.0.x branch and serve as a reference corresponding to the version of the software reviewed that was peer reviewed. PyWavelets 1.0.2 is a bug-fix and maintenance release with no new features compared to 1.0.1. PyWavelets 1.0.1 is a bug-fix release with no new features compared to 1.0.0. We are very pleased to announce the release of PyWavelets 1.0. We view this version number as a milestone in the project's now more than a decade long history. It reflects that PyWavelets has stabilized over the past few years, and is now a mature package which a lot of other important packages depend on. A listing of those package won't be complete, but some we are aware of are: - scikit-image <https://scikit-image.org>_ - image processing in Python - imagehash <https://github.com/JohannesBuchner/imagehash>_ - perceptual image hashing - pyradiomics <https://github.com/Radiomics/pyradiomics>_ - extraction of Radiomics features from 2D and 3D images and binary masks - tomopy <https://github.com/tomopy/tomopy>_ - Tomographic Reconstruction in Python - SpikeSort <https://github.com/btel/SpikeSort>_ - Spike sorting library implemented in Python/NumPy/PyTables - ODL <https://github.com/odlgroup/odl>_ - operator discretization library This release requires Python 2.7 or >=3.5 and NumPy 1.9.1 or greater. The 1.0 release will be the last release supporting Python 2.7. It will be a Long Term Support (LTS) release, meaning that we will backport critical bug fixes to 1.0.x for as long as Python itself does so (i.e. until 1 Jan 2020).
Revision 1.1 / (download) - annotate - [select for diffs], Wed Nov 22 11:06:23 2017 UTC (5 years, 4 months ago) by markd
Branch: MAIN
CVS Tags: pkgsrc-2019Q1-base,
pkgsrc-2019Q1,
pkgsrc-2018Q4-base,
pkgsrc-2018Q4,
pkgsrc-2018Q3-base,
pkgsrc-2018Q3,
pkgsrc-2018Q2-base,
pkgsrc-2018Q2,
pkgsrc-2018Q1-base,
pkgsrc-2018Q1,
pkgsrc-2017Q4-base,
pkgsrc-2017Q4
py-pywavelets: Add version 0.5.2 PyWavelets 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)