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 2025-12-24 13:16:16
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-arviz (Old)
 and      /work/SRC/openSUSE:Factory/.python-arviz.new.1928 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-arviz"

Wed Dec 24 13:16:16 2025 rev:12 rq:1324295 version:0.23.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-arviz/python-arviz.changes        
2024-10-07 21:52:52.183847698 +0200
+++ /work/SRC/openSUSE:Factory/.python-arviz.new.1928/python-arviz.changes      
2025-12-24 13:17:42.785932021 +0100
@@ -1,0 +2,37 @@
+Mon Dec 22 11:40:47 UTC 2025 - Ben Greiner <[email protected]>
+
+- Update to 0.23.0
+  * Note from the authors: We expect this to be the last 0.x ArviZ
+    release. See the migration guide to read about what this will
+    mean.
+    https://python.arviz.org/en/latest/user_guide/migration_guide.html
+  * fixes in netcdf serialization for InferenceData and fixes to
+    DataTree<->InferenceData conversions.
+- Release 0.22.0
+  * The highlights of these release are interoperability of
+    InferenceData and the new xarray.DataTree object and automatic
+    inferring of dimension names from plates in the numpyro
+    converter.
+  * We have also done more testing of the arviz.preview module.
+    Take a look at the migration guide if you want an early peek to
+    the changes and improvements to come. You can treat
+    arviz.preview as a beta release of ArviZ 1.0 so use carefully
+    and keep an eye on the development. We hope to have a release
+    candidate available for wider user testing in a few months.
+- Release 0.21.0
+  * handle python -OO by @JohannesBuchner in #2393
+  * Align autogenerated dimension names when dims and default_dims
+    are provided by @lucianopaz in #2395
+  * Allow custom groups without warnings by @OriolAbril in #2401
+  * Robustify preview module by @OriolAbril in #2398
+  * add ecdf comparison plot by @OriolAbril in #2178
+  * Add a parameter to enable/disable smoothing on discrete
+    variables in BLV (Issue #2325) by @Patchouli-Kenntnis in #2344
+  * Update mcse_sd calculation to not use normality assumption. by
+    @ahartikainen in #2167
+  * Split up Bayes Factor stat and plotting functions by @mpmbq2 in
+    #2406
+  * plot_hdi raise exception when x is string (#2412) by
+    @milesalanmoore in #2413
+
+-------------------------------------------------------------------

Old:
----
  arviz-0.20.0.tar.gz

New:
----
  arviz-0.23.0.tar.gz

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

Other differences:
------------------
++++++ python-arviz.spec ++++++
--- /var/tmp/diff_new_pack.f42rpl/_old  2025-12-24 13:17:43.453959618 +0100
+++ /var/tmp/diff_new_pack.f42rpl/_new  2025-12-24 13:17:43.453959618 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-arviz
 #
-# Copyright (c) 2024 SUSE LLC
+# Copyright (c) 2025 SUSE LLC and contributors
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -18,7 +18,7 @@
 
 %{?sle15_python_module_pythons}
 Name:           python-arviz
-Version:        0.20.0
+Version:        0.23.0
 Release:        0
 Summary:        Exploratory analysis of Bayesian models
 License:        Apache-2.0
@@ -33,41 +33,43 @@
 BuildRequires:  %{python_module cloudpickle}
 BuildRequires:  %{python_module bokeh >= 3}
 BuildRequires:  %{python_module dash}
-BuildRequires:  %{python_module dask-array}
+BuildRequires:  %{python_module dask-distributed}
 BuildRequires:  %{python_module dask}
 BuildRequires:  %{python_module dm-tree >= 0.1.8}
-BuildRequires:  %{python_module h5netcdf}
+BuildRequires:  %{python_module h5netcdf >= 1.0.2}
 BuildRequires:  %{python_module matplotlib >= 3.5}
 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 numba}
+BuildRequires:  %{python_module numpy >= 1.26.0}
 BuildRequires:  %{python_module packaging}
-BuildRequires:  %{python_module pandas >= 1.4.0}
+BuildRequires:  %{python_module pandas >= 2.1.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 scipy >= 1.11.0}
+BuildRequires:  %{python_module typing_extensions >= 4.1.0}
 BuildRequires:  %{python_module ujson}
-BuildRequires:  %{python_module xarray >= 0.21.0}
+BuildRequires:  %{python_module xarray >= 2023.7}
 BuildRequires:  %{python_module xarray-einstats >= 0.3}
-BuildRequires:  %{python_module zarr >= 2.5 with %python-zarr < 3}
+# Zarr is being updated to v3, arviz v1 will be compatible
+## BuildRequires:  %%{python_module zarr >= 2.5 with %%python-zarr < 3}
 # /SECTION
-Requires:       python-h5netcdf
-Requires:       python-matplotlib >= 3.5
-Requires:       python-numpy >= 1.23.0
+Requires:       python-h5netcdf >= 1.0.2
+Requires:       python-matplotlib >= 3.8
+Requires:       python-numpy >= 1.26.0
 Requires:       python-packaging
-Requires:       python-pandas >= 1.4.0
-Requires:       python-scipy >= 1.8.0
+Requires:       python-pandas >= 2.1.0
+Requires:       python-scipy >= 1.11.0
 Requires:       python-setuptools >= 60.0.0
-Requires:       python-typing_extensions
-Requires:       python-xarray >= 0.21.0
-Requires:       python-xarray-einstats
+Requires:       python-typing_extensions >= 4.1.0
+Requires:       python-xarray >= 2023.7
+Requires:       python-xarray-einstats >= 0.3
 Recommends:     python-bokeh >= 3
+Recommends:     python-dask-distributed
 Recommends:     python-dm-tree >= 0.1.8
 Recommends:     python-netCDF4
 Recommends:     python-numba
 Recommends:     python-ujson
+Recommends:     (python-zarr >= 2.5.0 with python-zarr < 3)
 BuildArch:      noarch
 %python_subpackages
 

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

Reply via email to