18 Commits

Author SHA256 Message Date
bc8cfc468b Accepting request 988640 from devel:languages:python:numeric
OBS-URL: https://build.opensuse.org/request/show/988640
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-acoular?expand=0&rev=5
2022-07-13 11:45:11 +00:00
b573e85e27 Accepting request 988493 from home:bnavigator:branches:devel:languages:python:numeric
- 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
2022-07-12 13:44:45 +00:00
af01527cc2 Fix changelog
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-acoular?expand=0&rev=16
2022-04-10 21:48:42 +00:00
50da37e89b - 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.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-acoular?expand=0&rev=15
2022-04-10 21:46:30 +00:00
94db5324af Fix file list
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-acoular?expand=0&rev=14
2022-02-28 14:52:14 +00:00
7cf711bd75 - Add skip-failing-tests.patch
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-acoular?expand=0&rev=13
2022-02-28 14:34:03 +00:00
0c7ccebfd6 - 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 
 -------------------------------------------------------------------

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-acoular?expand=0&rev=12
2022-02-21 11:27:39 +00:00
021e4852b9 Accepting request 867994 from devel:languages:python:numeric
OBS-URL: https://build.opensuse.org/request/show/867994
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-acoular?expand=0&rev=4
2021-01-31 15:52:15 +00:00
222c357e42 Accepting request 867818 from home:bnavigator:branches:devel:languages:python:numeric
- Skip python36 build because Tumbleweed does not have
  python36-scikit-learn and python36-scipy (NEP 29) 
- rpmlint fixes

OBS-URL: https://build.opensuse.org/request/show/867818
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-acoular?expand=0&rev=10
2021-01-30 14:58:11 +00:00
468201753f Accepting request 845717 from devel:languages:python:numeric
OBS-URL: https://build.opensuse.org/request/show/845717
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-acoular?expand=0&rev=3
2020-11-04 17:26:27 +00:00
542c1064fd Accepting request 845661 from home:mcalabkova:branches:devel:languages:python:numeric
- 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

OBS-URL: https://build.opensuse.org/request/show/845661
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-acoular?expand=0&rev=8
2020-11-03 13:12:39 +00:00
aa756f9205 Accepting request 798251 from devel:languages:python:numeric
OBS-URL: https://build.opensuse.org/request/show/798251
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-acoular?expand=0&rev=2
2020-04-28 20:30:31 +00:00
Tomáš Chvátal
e20657992f Accepting request 798177 from home:mcalabkova:branches:devel:languages:python:numeric
- 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

OBS-URL: https://build.opensuse.org/request/show/798177
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-acoular?expand=0&rev=6
2020-04-27 12:52:07 +00:00
717897a119 Accepting request 755351 from devel:languages:python:numeric
Library for acoustic beamforming

OBS-URL: https://build.opensuse.org/request/show/755351
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-acoular?expand=0&rev=1
2019-12-09 20:38:05 +00:00
Todd R
f1dc7a78d8 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-acoular?expand=0&rev=4 2019-12-09 17:55:10 +00:00
Todd R
6f4643809e OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-acoular?expand=0&rev=3 2019-12-09 17:54:56 +00:00
Todd R
e8bb5d114e OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-acoular?expand=0&rev=2 2019-12-09 17:54:37 +00:00
Todd R
96927d3f96 Accepting request 755329 from home:TheBlackCat:branches:devel:languages:python:numeric
Library for acoustic beamforming

OBS-URL: https://build.opensuse.org/request/show/755329
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-acoular?expand=0&rev=1
2019-12-09 16:29:03 +00:00