Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-sidpy for openSUSE:Factory 
checked in at 2023-02-09 16:22:22
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-sidpy (Old)
 and      /work/SRC/openSUSE:Factory/.python-sidpy.new.4462 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-sidpy"

Thu Feb  9 16:22:22 2023 rev:10 rq:1063818 version:0.11.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-sidpy/python-sidpy.changes        
2022-10-21 16:20:28.610277409 +0200
+++ /work/SRC/openSUSE:Factory/.python-sidpy.new.4462/python-sidpy.changes      
2023-02-09 16:22:37.202531543 +0100
@@ -1,0 +2,26 @@
+Wed Feb  8 12:27:54 UTC 2023 - Daniel Garcia <daniel.gar...@suse.com>
+
+- Update to 0.11.2
+  * compatibility to numpy >1.24
+- 0.11.1
+  * Minor release. Small fixes to image windowing, four dimensional visualizer,
+    and adding of a structure attribute to the sidpy.dataset object.
+- 0.11
+  * Added CHANNEL dimension type for sidpy dimensions (for example of usage see
+    this link) . This is useful for multi-channel spectral datasets, which can
+    now be plotted using the intrinsic .plot() method
+  * Added updated capability on spectral visualizer to enable plotting of
+    multi-channel spectra
+  * Small changes with set_dimension() method to be more robust
+  * Minor bug fixes
+  * Updates to various tests
+- 0.10
+  * This release adds a few 'under the hood' changes to the sidpy dataset
+    object, with respect to chunking and folding/unfolding. Some minor edits to
+    some visualization functions were also made. A new method
+    visualize_fit_results() to the SidFitter class was added to aid in
+    visualization of functional fits.
+- 0.0.9
+  * Added fitter class and improved tests.
+
+-------------------------------------------------------------------

Old:
----
  sidpy-0.0.8.tar.gz

New:
----
  sidpy-0.11.2.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ python-sidpy.spec ++++++
--- /var/tmp/diff_new_pack.uhmSEs/_old  2023-02-09 16:22:37.998535644 +0100
+++ /var/tmp/diff_new_pack.uhmSEs/_new  2023-02-09 16:22:38.006535685 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-sidpy
 #
-# Copyright (c) 2022 SUSE LLC
+# Copyright (c) 2023 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,15 +17,15 @@
 
 
 %define packagename sidpy
-%{?!python_module:%define python_module() python3-%{**}}
 %define skip_python2 1
 Name:           python-sidpy
-Version:        0.0.8
+Version:        0.11.2
 Release:        0
 Summary:        Utilities for processing Spectroscopic and Imaging Data
 License:        MIT
 URL:            https://pycroscopy.github.io/sidpy/
 Source:         
https://github.com/pycroscopy/sidpy/archive/%{version}.tar.gz#/%{packagename}-%{version}.tar.gz
+BuildRequires:  %{python_module ase}
 BuildRequires:  %{python_module cytoolz}
 BuildRequires:  %{python_module dask >= 0.10}
 BuildRequires:  %{python_module dask-array >= 0.10}
@@ -40,10 +40,13 @@
 BuildRequires:  %{python_module psutil}
 BuildRequires:  %{python_module pytest}
 BuildRequires:  %{python_module qt5}
+BuildRequires:  %{python_module scikit-learn}
+BuildRequires:  %{python_module scipy}
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  %{python_module toolz}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
+Requires:       python-ase
 Requires:       python-cytoolz
 Requires:       python-dask >= 0.10
 Requires:       python-dask-array >= 0.10
@@ -57,6 +60,8 @@
 Requires:       python-numpy >= 1.10
 Requires:       python-psutil
 Requires:       python-qt5
+Requires:       python-scikit-learn
+Requires:       python-scipy
 Requires:       python-toolz
 BuildArch:      noarch
 %python_subpackages
@@ -77,7 +82,9 @@
 %python_expand %fdupes %{buildroot}%{$python_sitelib}
 
 %check
-%pytest
+# Broken test
+donttest="test_standard_serial_compute_few_jobs"
+%pytest -k "not $donttest"
 
 %files %{python_files}
 %doc README.rst

++++++ sidpy-0.0.8.tar.gz -> sidpy-0.11.2.tar.gz ++++++
/work/SRC/openSUSE:Factory/python-sidpy/sidpy-0.0.8.tar.gz 
/work/SRC/openSUSE:Factory/.python-sidpy.new.4462/sidpy-0.11.2.tar.gz differ: 
char 12, line 1

Reply via email to