Hello community, here is the log from the commit of package python-acoular for openSUSE:Factory checked in at 2020-11-04 18:26:27 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-acoular (Old) and /work/SRC/openSUSE:Factory/.python-acoular.new.11331 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-acoular" Wed Nov 4 18:26:27 2020 rev:3 rq:845717 version:20.10 Changes: -------- --- /work/SRC/openSUSE:Factory/python-acoular/python-acoular.changes 2020-04-28 22:31:42.697680013 +0200 +++ /work/SRC/openSUSE:Factory/.python-acoular.new.11331/python-acoular.changes 2020-11-04 18:31:40.664242761 +0100 @@ -1,0 +2,22 @@ +Mon Nov 2 14:36:10 UTC 2020 - Marketa Calabkova <[email protected]> + +- 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 + +------------------------------------------------------------------- Old: ---- acoular-20.2.tar.gz New: ---- acoular-20.10.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-acoular.spec ++++++ --- /var/tmp/diff_new_pack.ZnzsxH/_old 2020-11-04 18:31:41.292241368 +0100 +++ /var/tmp/diff_new_pack.ZnzsxH/_new 2020-11-04 18:31:41.292241368 +0100 @@ -18,9 +18,9 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} %define skip_python2 1 -%define github_version 20.02 +%define github_version 20.10 Name: python-acoular -Version: 20.2 +Version: 20.10 Release: 0 Summary: Library for acoustic beamforming License: BSD-3-Clause @@ -39,6 +39,7 @@ # SECTION test requirements BuildRequires: %{python_module numba >= 0.40.0} BuildRequires: %{python_module numpy >= 1.11.3} +BuildRequires: %{python_module pip} BuildRequires: %{python_module scikit-learn >= 0.19.1} BuildRequires: %{python_module scipy >= 0.1.0} BuildRequires: %{python_module tables >= 3.4.4} @@ -66,7 +67,6 @@ %install %python_install %python_expand %fdupes %{buildroot}%{$python_sitelib} -rm %{buildroot}%{_bindir}/acoular_demo.py %check %python_expand $python -c 'import acoular'; ++++++ acoular-20.2.tar.gz -> acoular-20.10.tar.gz ++++++ /work/SRC/openSUSE:Factory/python-acoular/acoular-20.2.tar.gz /work/SRC/openSUSE:Factory/.python-acoular.new.11331/acoular-20.10.tar.gz differ: char 12, line 1
