Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-arviz for openSUSE:Factory 
checked in at 2024-10-07 21:52:27
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-arviz (Old)
 and      /work/SRC/openSUSE:Factory/.python-arviz.new.19354 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-arviz"

Mon Oct  7 21:52:27 2024 rev:11 rq:1206051 version:0.20.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-arviz/python-arviz.changes        
2024-07-11 20:30:13.334358569 +0200
+++ /work/SRC/openSUSE:Factory/.python-arviz.new.19354/python-arviz.changes     
2024-10-07 21:52:52.183847698 +0200
@@ -1,0 +2,46 @@
+Sun Oct  6 10:24:01 UTC 2024 - Ben Greiner <[email protected]>
+
+- Update to 0.20.0
+  ##New features
+  * Add optimized simultaneous ECDF confidence bands (2368)
+  * Add support for setting groups with idata[group] (2374)
+  ## Maintenance and fixes
+  * Make dm-tree and optional dependency (2379)
+  * Fix bug in psislw modifying input inplace (2377)
+  * Fix behaviour of two dimensional KDE plot with recent
+    matplotlib releases (2383)
+  * Make defaults in plot_compare more intuitive (2388)
+  ## Documentation
+  * Added extensions of virtual environments in .gitignore (2371)
+  * Fixed the issue in the Contribution References Documentation
+    (2369)
+  * Improve docstrings for loo and waic (2366)
+- Release 0.19.0
+  ## New Features
+  * Use revised Pareto k threshold (2349)
+  * Added arguments ci_prob, eval_points, rvs, and random_state to
+    plot_ecdf (2316)
+  * Deprecated rcParam stats.hdi_prob and replaced with
+    stats.ci_prob (2316)
+  * Expose features from arviz-base, arviz-stats and arviz-plots as
+    arviz.preview submodule (2361)
+  ## Maintenance and fixes
+  * Ensure support with numpy 2.0 (2321)
+  * Update testing strategy to include an environment without
+    optional dependencies and an environment with scientific python
+    nightlies (2321)
+  * Address bokeh related deprecations (2362)
+  * Fix legend overwriting issue in plot_trace (2334)
+  ## Deprecation
+  * Support for arrays and DataArrays in plot_khat has been
+    deprecated. Only ELPDdata will be supported in the future
+    (2349)
+  * Removed arguments values2, fpr, pointwise, and pit in plot_ecdf
+    (2316)
+- Update test setup
+  * Disable numba test due to missing compatibility with numpy 2.1
+  * Remove old bokeh test skips
+  * Add netCDF4 to tests
+  * Run in parallel with pytest-xdist
+
+-------------------------------------------------------------------

Old:
----
  arviz-0.18.0.tar.gz

New:
----
  arviz-0.20.0.tar.gz

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

Other differences:
------------------
++++++ python-arviz.spec ++++++
--- /var/tmp/diff_new_pack.AEWMJl/_old  2024-10-07 21:52:52.731870512 +0200
+++ /var/tmp/diff_new_pack.AEWMJl/_new  2024-10-07 21:52:52.731870512 +0200
@@ -17,9 +17,8 @@
 
 
 %{?sle15_python_module_pythons}
-%define skip_python39 1
 Name:           python-arviz
-Version:        0.18.0
+Version:        0.20.0
 Release:        0
 Summary:        Exploratory analysis of Bayesian models
 License:        Apache-2.0
@@ -28,32 +27,35 @@
 BuildRequires:  %{python_module pip}
 BuildRequires:  %{python_module setuptools >= 60.0.0}
 BuildRequires:  %{python_module wheel}
+BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
 # SECTION test requirements
 BuildRequires:  %{python_module cloudpickle}
-BuildRequires:  %{python_module bokeh}
+BuildRequires:  %{python_module bokeh >= 3}
 BuildRequires:  %{python_module dash}
 BuildRequires:  %{python_module dask-array}
 BuildRequires:  %{python_module dask}
-BuildRequires:  %{python_module dm-tree}
+BuildRequires:  %{python_module dm-tree >= 0.1.8}
 BuildRequires:  %{python_module h5netcdf}
 BuildRequires:  %{python_module matplotlib >= 3.5}
-BuildRequires:  %{python_module numba}
-BuildRequires:  %{python_module numpy >= 1.22.0 with %python-numpy < 2}
+BuildRequires:  %{python_module netCDF4}
+# Optional test, Numba is currently not compatible with numpy >= 2.1
+#BuildRequires:  %%{python_module numba}
+BuildRequires:  %{python_module numpy >= 1.23.0}
 BuildRequires:  %{python_module packaging}
 BuildRequires:  %{python_module pandas >= 1.4.0}
 BuildRequires:  %{python_module pytest >= 0.23}
+BuildRequires:  %{python_module pytest-xdist}
 BuildRequires:  %{python_module scipy >= 1.8.0}
 BuildRequires:  %{python_module typing_extensions}
 BuildRequires:  %{python_module ujson}
 BuildRequires:  %{python_module xarray >= 0.21.0}
 BuildRequires:  %{python_module xarray-einstats >= 0.3}
-BuildRequires:  %{python_module zarr}
+BuildRequires:  %{python_module zarr >= 2.5 with %python-zarr < 3}
 # /SECTION
-BuildRequires:  fdupes
-Requires:       python-dm-tree
 Requires:       python-h5netcdf
 Requires:       python-matplotlib >= 3.5
+Requires:       python-numpy >= 1.23.0
 Requires:       python-packaging
 Requires:       python-pandas >= 1.4.0
 Requires:       python-scipy >= 1.8.0
@@ -61,8 +63,9 @@
 Requires:       python-typing_extensions
 Requires:       python-xarray >= 0.21.0
 Requires:       python-xarray-einstats
-Requires:       (python-numpy >= 1.22.0 with python-numpy < 2)
-Recommends:     python-bokeh >= 1.4.0
+Recommends:     python-bokeh >= 3
+Recommends:     python-dm-tree >= 0.1.8
+Recommends:     python-netCDF4
 Recommends:     python-numba
 Recommends:     python-ujson
 BuildArch:      noarch
@@ -86,10 +89,9 @@
 %check
 # Matplotlib tests try to save results to non-writeable dir
 donttest="test_plots_matplotlib"
-donttest+=" or test_plot_separation"
-# Different edge numbers
-donttest+=" or (test_plots_bokeh and test_plot_forest)"
-%pytest -k "not ($donttest)"
+# Tries to connect to external server for arviz data
+donttest="$donttest or test_plot_separation"
+%pytest -n auto -k "not ($donttest)"
 
 %files %{python_files}
 %doc CHANGELOG.md README.md

++++++ arviz-0.18.0.tar.gz -> arviz-0.20.0.tar.gz ++++++
/work/SRC/openSUSE:Factory/python-arviz/arviz-0.18.0.tar.gz 
/work/SRC/openSUSE:Factory/.python-arviz.new.19354/arviz-0.20.0.tar.gz differ: 
char 13, line 1

Reply via email to