- Enhance fix-setup.patch
* no upper pin for numpy
* no upper pin for Python 3.10 -- Contrary to the commit message
in https://github.com/acoular/acoular/commit/218d90c9a0a8
all the deps are available
* no deprecated setup_requires
* no setuptools runtime requirement
* gh#acoular/acoular#59
- Remove skip_python310
- Add relax-tests.patch -- array comparisons were too tight for
our architectures / system libraries
- Exclude i586 build/test because of unknown numba/llvmlite error
* gh#numba/numba#6012
OBS-URL: https://build.opensuse.org/request/show/988493
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-acoular?expand=0&rev=17
102 lines
4.5 KiB
Plaintext
102 lines
4.5 KiB
Plaintext
-------------------------------------------------------------------
|
|
Mon Jul 11 15:12:36 UTC 2022 - Ben Greiner <code@bnavigator.de>
|
|
|
|
- Enhance fix-setup.patch
|
|
* no upper pin for numpy
|
|
* no upper pin for Python 3.10 -- Contrary to the commit message
|
|
in https://github.com/acoular/acoular/commit/218d90c9a0a8
|
|
all the deps are available
|
|
* no deprecated setup_requires
|
|
* no setuptools runtime requirement
|
|
* gh#acoular/acoular#59
|
|
- Remove skip_python310
|
|
- Add relax-tests.patch -- array comparisons were too tight for
|
|
our architectures / system libraries
|
|
- Exclude i586 build/test because of unknown numba/llvmlite error
|
|
* gh#numba/numba#6012
|
|
|
|
-------------------------------------------------------------------
|
|
Sun Apr 10 21:44:42 UTC 2022 - Matej Cepl <mcepl@suse.com>
|
|
|
|
- Update to 22.3:
|
|
- New class :class:~acoular.fbeamform.BeamformerSodix
|
|
- New SplitBregman and FISTA solvers in
|
|
:class:~acoular.fbeamform.BeamformerCMF
|
|
- IDW is now available for virtual rotation
|
|
- different steering vector formulations are now available for
|
|
time beamformers as well
|
|
- Speedups:
|
|
- time domain beamformers and CleanT deconvolution now share
|
|
a common core codebase and all do blockwise processing
|
|
- Bugfixes:
|
|
- broken digest in :class:~acoular.grids.RectGrid3D repaired
|
|
- :class:~acoular.tbeamform.BeamformerCleant and derived
|
|
classes now never miss samples
|
|
- Add fix-setup.patch (gh#acoular/acoular#59) to make functional
|
|
version of python_requires.
|
|
- Remove skip-failing-tests.patch, which is hopefully not
|
|
required any more.
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Feb 28 14:33:53 UTC 2022 - Matej Cepl <mcepl@suse.com>
|
|
|
|
- Add skip-failing-tests.patch
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Feb 21 11:26:30 UTC 2022 - Dirk Müller <dmueller@suse.com>
|
|
|
|
- update to 21.05:
|
|
* Supports Python 3.6, 3.7, 3.8, 3.9 on Linux, MacOS, Windows
|
|
* New class FiltWNoiseGenerator
|
|
* New classes SphericalHarmonicSource, Linesource,
|
|
MovingPointSourceDipole, MovingLineSource
|
|
* New class TimeConvolve
|
|
* frequency domain beamformers are abaout 30% faster
|
|
* time domain beamformers and CLEAN-T is now about 10 x faster
|
|
* Unittests for all major features, much better coverage
|
|
* integration sectors
|
|
* new grid classes from 20.10 are now imported into module namespace
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Jan 29 23:22:05 UTC 2021 - Ben Greiner <code@bnavigator.de>
|
|
|
|
- Skip python36 build because Tumbleweed does not have
|
|
python36-scikit-learn and python36-scipy (NEP 29)
|
|
- rpmlint fixes
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Nov 2 14:36:10 UTC 2020 - Marketa Calabkova <mcalabkova@suse.com>
|
|
|
|
- update to version 20.10
|
|
* Supports Python 3.6, 3.7, 3.8
|
|
* New base classes for time signal processing: Filter, FilterBank
|
|
* New filter classes: TimeExpAverage, FiltFreqWeight, OctaveFilterBank
|
|
* Demo script is now part of module (see Getting Started for usage)
|
|
* New class for processing sound card input: SoundDeviceSamplesGenerator
|
|
* New class for cumulative averaging: TimeCumAverage
|
|
* New grid classes ImportGrid, LineGrid, MergeGrid
|
|
* New versatile integration sector classes RectSector, CircSector, PolySector, ConvexSector, MultiSector
|
|
* New class for mixing multiple channels ChannelMixer
|
|
* New class for using arbitrary sources as signal: GenericSignalGenerator
|
|
* New time-domain beamforming classes for CLEAN-T method: BeamformerCleant, BeamformerCleantSq, BeamformerCleantTraj, BeamformerCleantSqTraj
|
|
* Adds possibility to store/load metadata to/from HDF files with WriteH5/TimeSamples classes
|
|
* New submodule tools containing several helper functions, e.g. for data aggregation
|
|
* WriteWAV: user can optionally set name of output wav file
|
|
* Bugfix: PowerSpectra.freq_range / .ind_low / .ind_high are now correctly updated depending on changed attributes
|
|
* Bugfix: SineGenerator amplitude is now set via amplitude attribute
|
|
* Some minor fixes
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Apr 27 08:39:59 UTC 2020 - Marketa Calabkova <mcalabkova@suse.com>
|
|
|
|
- update to version 20.2
|
|
* Adds gradient-based solver for BeamformerCMF (L_BFGS_B)
|
|
* Adds possibilty to take into account convective amplification
|
|
of moving sources in BeamformerTimeTraj
|
|
* TraitsUI support of the classes has to be activated via config
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Jan 8 19:26:33 UTC 2019 - Todd R <toddrme2178@gmail.com>
|
|
|
|
- initial version
|