Revisions of python-pyFFTW

buildservice-autocommit accepted request 1146240 from Daniel Garcia's avatar Daniel Garcia (dgarcia) (revision 19)
baserev update by copy to link target
Daniel Garcia's avatar Daniel Garcia (dgarcia) committed (revision 18)
- Revert refresh of patch cython3.patch, it's not needed
Daniel Garcia's avatar Daniel Garcia (dgarcia) committed (revision 17)
- Add python312.patch gh#pyFFTW/pyFFTW#370
- Remove shebangs from python files
- Use fdupes to remove duplicates
buildservice-autocommit accepted request 1111745 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 16)
baserev update by copy to link target
Dirk Mueller's avatar Dirk Mueller (dirkmueller) accepted request 1111373 from Markéta Machová's avatar Markéta Machová (mcalabkova) (revision 15)
- Add upstream cython3.patch to fix the build
buildservice-autocommit accepted request 1066140 from Daniel Garcia's avatar Daniel Garcia (dgarcia) (revision 14)
baserev update by copy to link target
Daniel Garcia's avatar Daniel Garcia (dgarcia) committed (revision 13)
- Use %pytest_arch instead of just %pytest
Daniel Garcia's avatar Daniel Garcia (dgarcia) committed (revision 12)
- Fix package in files
Daniel Garcia's avatar Daniel Garcia (dgarcia) committed (revision 11)
- Update to 0.13.1:
  * fix typo by @MicaelJarniac in #345
  * Additional platform support and removal of support for old setups by
    @JeppeKlitgaard in #351
- 0.13.0:
  * add pyproject.toml (#226)
  * Real-to-real transforms (#256)
  * Drop testing on Python 2.7 and 3.5 (#285)
  * Minor doc changes to README (#305)
  * Document PYFFTW_INCLUDE and PYFFTW_LIB_DIR (#311)
  * Build wheels on GitHub Actions via cibuildwheel (#318)
  * Fixed setup.py and working CI builds (#323)
  * Update NumPy and SciPy interfaces with new norm options (take 2) (#330)
  * CI: Added the correct gh actions badge and tweaked the name of the workflow
    (#331)
  * CI: Improved badge to link to the actual workflow (#332)
  * remove use of distutils (#333)
  * Increase time allowed for cache clearance in test (#334)
  * Increase timing in cache tests (#336)
  * Fix miscellaneous typos (#337)
buildservice-autocommit accepted request 871601 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 10)
baserev update by copy to link target
Dirk Mueller's avatar Dirk Mueller (dirkmueller) accepted request 871489 from Benjamin Greiner's avatar Benjamin Greiner (bnavigator) (revision 9)
- skip python36: NEP 29 makes python36-numpy and -scipy unavailable
  in TW
- Don't build inplace for tests, drop deprecated setup.py test
  command
buildservice-autocommit accepted request 769968 from Tomáš Chvátal's avatar Tomáš Chvátal (scarabeus_iv) (revision 8)
baserev update by copy to link target
Tomáš Chvátal's avatar Tomáš Chvátal (scarabeus_iv) accepted request 769967 from Atri Bhattacharya's avatar Atri Bhattacharya (badshah400) (revision 7)
- Update to version 0.12.0:
  + scipy.fft interface This interface operates like the existing
    scipy.fftpack interface, but matches the API of the newer
    scipy.fft module introduced in SciPy 1.4.
  + test suite was updated to be compatible with more recent dask
    (gh#pyFFTW/pyFFTW#278).
  + Cython variable _N was renamed to avoid a name conflict with a
    preprocessor token on some platforms (gh#pyFFTW/pyFFTW#259).
  + Cython code has been updated to explicitly use
    `language_level=3str` for compatibility with a future Cython
    3.0 release.
- Drop 265.patch: Incorporated upstream.
- Update URL and Source URL to point to new github repository.
buildservice-autocommit accepted request 767872 from Tomáš Chvátal's avatar Tomáš Chvátal (scarabeus_iv) (revision 6)
baserev update by copy to link target
Tomáš Chvátal's avatar Tomáš Chvátal (scarabeus_iv) accepted request 767862 from Martin Hauke's avatar Martin Hauke (mnhauke) (revision 5)
- Add patch:
  * 265.patch (Fix Factory builds)
    https://github.com/pyFFTW/pyFFTW/pull/265
buildservice-autocommit accepted request 662852 from Todd R's avatar Todd R (TheBlackCat) (revision 4)
baserev update by copy to link target
Todd R's avatar Todd R (TheBlackCat) accepted request 662851 from Todd R's avatar Todd R (TheBlackCat) (revision 3)
- Update to version 0.11.1
  + New features
    * Dask interface
    * Fast transform planning utility
    * Expanded support for norm keyword argument in the numpy interfaces
    * Support for norm keyword argument in FFTW builders
    * Dynamic library detection at build and run time
    * OpenMP threading support
    * Custom Configuration of Planners and Interfaces
  + Bugs Fixed
    * A platform-dependent bug that results in potentially overwriting a previously
      computed output upon repeated calls to the numpy interfaces was fixed (#199).
    * Fix to potential platform-dependent integer overflow in empty_aligned (#192).
    * rfftfreq is now present in the numpy fft interfaces for numpy >= 1.8 (#207)
  + Other changes
    * float16 inputs are now transformed using single rather than double precision.
    * The default planning for the numpy and scipy interfaces has changed from
      FFTW_MEASURE to FFTW_ESTIMATE.  This results in faster planning.  In cases
      where the same transform is to be repeated many times, it is likely
      advantageous to manually specify FFTW_MEASURE instead (or use the FFTW builders
      to pre-plan the FFT).
    * FutureWarnings related to NumPy multiindexing in NumPy 1.15 are avoided by
      using more modern indexing conventions.
    * version number handling is now automatically handled by versioneer
    * All documentation is now built and hosted at Read the Docs (
      http://pyfftw.readthedocs.io).
Todd R's avatar Todd R (TheBlackCat) committed (revision 2)
converted link to branch
Todd R's avatar Todd R (TheBlackCat) committed (revision 1)
Displaying all 19 revisions
openSUSE Build Service is sponsored by