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 2026-08-22 21:35:19
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-arviz (Old)
 and      /work/SRC/openSUSE:Factory/.python-arviz.new.1258 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-arviz"

Sat Aug 22 21:35:19 2026 rev:16 rq:1372944 version:1.3.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-arviz/python-arviz.changes        
2026-05-19 17:50:44.089542149 +0200
+++ /work/SRC/openSUSE:Factory/.python-arviz.new.1258/python-arviz.changes      
2026-08-22 21:37:28.383071440 +0200
@@ -1,0 +2,32 @@
+Fri Aug 21 20:08:30 UTC 2026 - Dirk Müller <[email protected]>
+
+- update to 1.3.0:
+  * Update code of conduct
+  * Add ELLIS Finland as institutional sponsor
+  * Update deprecated git protocol to https in README
+  * Add hdi_prob to prob migration section in migration guide
+- update to 1.2.0:
+  * ArviZ 1.2 builds on the 1.0 release with incremental
+    improvements and no major breaking changes.
+  * The 1.0 ArviZ introduced many breaking changes: See the
+    migration guide for an overview of improvements and guidance
+    on things that will break and how to update them.
+  * For an overview of new features and fixes since the 1.0
+    release, see the respective changelogs: arviz-base, arviz-
+    stats and arviz-plots
+  * The whole library has been refactored for extra flexibility
+    and modularity as well as reducing the cost of maintaining
+    and adding new features to the library. arviz is now a
+    metapackage that exposes all the common functions that are
+    implemented in independent packages of the ArviZverse. For a
+    detailed list of changes you can check the changelog of each
+    of these packages.
+  * Take a look at the online book on Exploratory Analysis of
+    Bayesian Models to see it in action and at the docs of the 3
+    ArviZ packages: arviz-base, arviz-stats and arviz-plots (note
+    all the objects at the top level namespace of these 3
+    libraries are also exposed as arviz.xyz)
+  * **Full Changelog**: https://github.com/arviz-
+    devs/arviz/compare/v1.1.0...v1.2.0
+
+-------------------------------------------------------------------

Old:
----
  arviz-1.1.0.tar.gz

New:
----
  arviz-1.3.0.tar.gz

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

Other differences:
------------------
++++++ python-arviz.spec ++++++
--- /var/tmp/diff_new_pack.TnZlQd/_old  2026-08-22 21:37:29.042094997 +0200
+++ /var/tmp/diff_new_pack.TnZlQd/_new  2026-08-22 21:37:29.043095033 +0200
@@ -17,10 +17,8 @@
 
 
 %{?sle15_python_module_pythons}
-# Upstream supports Python 3.12+
-%define skip_python311 1
 Name:           python-arviz
-Version:        1.1.0
+Version:        1.3.0
 Release:        0
 Summary:        Exploratory analysis of Bayesian models
 License:        Apache-2.0
@@ -32,14 +30,14 @@
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
 # SECTION test requirements
-BuildRequires:  %{python_module arviz-base >= 1.0.0}
-BuildRequires:  %{python_module arviz-plots >= 1.0.0}
-BuildRequires:  %{python_module arviz-stats >= 1.0.0}
+BuildRequires:  %{python_module arviz-base >= 1.3.0}
+BuildRequires:  %{python_module arviz-plots >= 1.3.0}
+BuildRequires:  %{python_module arviz-stats >= 1.3.0}
 BuildRequires:  %{python_module pytest}
 # /SECTION
-Requires:       python-arviz-base >= 1.0.0
-Requires:       python-arviz-plots >= 1.0.0
-Requires:       python-arviz-stats >= 1.0.0
+Requires:       python-arviz-base >= 1.3.0
+Requires:       python-arviz-plots >= 1.3.0
+Requires:       python-arviz-stats >= 1.3.0
 BuildArch:      noarch
 %python_subpackages
 

++++++ arviz-1.1.0.tar.gz -> arviz-1.3.0.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/arviz-1.1.0/.github/workflows/publish.yml 
new/arviz-1.3.0/.github/workflows/publish.yml
--- old/arviz-1.1.0/.github/workflows/publish.yml       2026-04-24 
07:01:01.000000000 +0200
+++ new/arviz-1.3.0/.github/workflows/publish.yml       2026-08-11 
10:14:20.000000000 +0200
@@ -19,11 +19,11 @@
       attestations: write
       id-token: write
     steps:
-      - uses: actions/checkout@v6
+      - uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # 
v7.0.1
         with:
           fetch-depth: 0
           persist-credentials: false
-      - uses: hynek/build-and-inspect-python-package@v2
+      - uses: 
hynek/build-and-inspect-python-package@d44ca7d91762de7a7d5436ddae667c6da6d1c3df 
# v2.18.0
         with:
           # Prove that the packages were built in the context of this workflow.
           attest-build-provenance-github: true
@@ -41,12 +41,12 @@
       id-token: write
     steps:
       - name: Download Distribution Artifacts
-        uses: actions/download-artifact@v8
+        uses: 
actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1
         with:
           # The build-and-inspect-python-package action invokes 
upload-artifact.
           # These are the correct arguments from that action.
           name: Packages
           path: dist
       - name: Publish to PyPI
-        uses: pypa/gh-action-pypi-publish@release/v1
+        uses: 
pypa/gh-action-pypi-publish@cef221092ed1bacb1cc03d23a2d87d1d172e277b # v1.14.0
         # Implicitly attests that the packages were uploaded in the context of 
this workflow.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/arviz-1.1.0/.github/workflows/test.yml 
new/arviz-1.3.0/.github/workflows/test.yml
--- old/arviz-1.1.0/.github/workflows/test.yml  2026-04-24 07:01:01.000000000 
+0200
+++ new/arviz-1.3.0/.github/workflows/test.yml  2026-08-11 10:14:20.000000000 
+0200
@@ -17,9 +17,9 @@
         python-version: ["3.12", "3.13", "3.14"]
       fail-fast: false
     steps:
-      - uses: actions/checkout@v6
+      - uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # 
v7.0.1
       - name: Set up Python ${{ matrix.python-version }}
-        uses: actions/setup-python@v6
+        uses: actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # 
v6.3.0
         with:
           python-version: ${{ matrix.python-version }}
       - name: Install dependencies
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/arviz-1.1.0/CODE_OF_CONDUCT.md 
new/arviz-1.3.0/CODE_OF_CONDUCT.md
--- old/arviz-1.1.0/CODE_OF_CONDUCT.md  2026-04-24 07:01:01.000000000 +0200
+++ new/arviz-1.3.0/CODE_OF_CONDUCT.md  2026-08-11 10:14:20.000000000 +0200
@@ -3,48 +3,26 @@
 ArviZ adopts the NumFOCUS Code of Conduct directly. In other words, we
 expect our community to treat others with kindness and understanding.
 
+You can find the whole document here https://numfocus.org/code-of-conduct.
 
-# THE SHORT VERSION
-Be kind to others. Do not insult or put down others.
-Behave professionally. Remember that harassment and sexist, racist,
-or exclusionary jokes are not appropriate.
-
-All communication should be appropriate for a professional audience
-including people of many different backgrounds. Sexual language and
-imagery are not appropriate.
-
-ArviZ is dedicated to providing a harassment-free community for everyone,
-regardless of gender, sexual orientation, gender identity, and
-expression, disability, physical appearance, body size, race,
-or religion. We do not tolerate harassment of community members
-in any form.
+## THE SHORT VERSION
+
+NumFOCUS is dedicated to providing a harassment-free community for everyone, 
regardless of gender, sexual orientation, gender identity and expression, 
disability, physical appearance, body size, race, or religion. We do not 
tolerate harassment of community members in any form.
+
+Be kind to others. Do not insult or put down others. Behave professionally. 
Remember that harassment and sexist, racist, or exclusionary jokes are not 
appropriate for NumFOCUS.
+
+All communication should be appropriate for a professional audience including 
people of many different backgrounds. Sexual language and imagery is not 
appropriate.
 
 Thank you for helping make this a welcoming, friendly community for all.
 
+## LONG VERSION
+You can find the long version of the Code of Conduct on the NumFOCUS website 
https://numfocus.org/code-of-conduct
+
+## HOW TO REPORT
+
+If you feel that the Code of Conduct has been violated, feel free to submit a 
report, by using the form: [NumFOCUS Code of Conduct Reporting 
Form](https://forms.monday.com/forms/f130e8cddb99568fa86cf077b8912a60?r=use1)
+
+## WHO WILL RECEIVE YOUR REPORT
+Your report will be received and handled by NumFOCUS Code of Conduct Working 
Group; trained, and experienced contributors with diverse backgrounds. The 
group is making decisions independently from the project, PyData, NumFOCUS or 
any other organization.
 
-# How to Submit a Report
-If you feel that there has been a Code of Conduct violation an anonymous
-reporting form is available.
-**If you feel your safety is in jeopardy or the situation is an
-emergency, we urge you to contact local law enforcement before making
-a report. (In the U.S., dial 911.)**
-
-We are committed to promptly addressing any reported issues.
-If you have experienced or witnessed behavior that violates this
-Code of Conduct, please complete the form below to
-make a report.
-
-**REPORTING FORM:** https://numfocus.typeform.com/to/ynjGdT
-
-Reports are sent to the NumFOCUS Code of Conduct Enforcement Team
-(see below).
-
-You can view the Privacy Policy and Terms of Service for TypeForm here.
-The NumFOCUS Privacy Policy is here:
-https://www.numfocus.org/privacy-policy
-
-
-# Full Code of Conduct
-The full text of the NumFOCUS/ArviZ Code of Conduct can be found on
-NumFOCUS's website
-https://numfocus.org/code-of-conduct
+You can learn more about the current group members, as well as the reporting 
procedure [HERE](https://numfocus.org/code-of-conduct)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/arviz-1.1.0/README.md new/arviz-1.3.0/README.md
--- old/arviz-1.1.0/README.md   2026-04-24 07:01:01.000000000 +0200
+++ new/arviz-1.3.0/README.md   2026-08-11 10:14:20.000000000 +0200
@@ -44,7 +44,7 @@
 The latest development version can be installed from the main branch using pip:
 
 ```
-pip install git+git://github.com/arviz-devs/arviz.git
+pip install git+https://github.com/arviz-devs/arviz.git
 ```
 
 Another option is to clone the repository and install using git and setuptools:
@@ -114,11 +114,20 @@
 can be found in the [Code of 
Conduct](https://www.arviz.org/en/latest/CODE_OF_CONDUCT.html)
 
 ## Donations
-ArviZ is a non-profit project under NumFOCUS umbrella. If you want to support 
ArviZ financially, you can donate [here](https://numfocus.org/donate-to-arviz).
+ArviZ is a non-profit project under [NumFOCUS](https://numfocus.org) umbrella. 
If you want to support ArviZ financially, you can donate 
[here](https://numfocus.org/donate-to-arviz).
 
 ## Sponsors and Institutional Partners
+
+[The ArviZ project 
website](https://www.arviz.org/en/latest/sponsors_partners.html) has more 
information about each sponsor and institutional partner and the support they 
provide.
+
+### Institutional partners
+
+ArviZ is currently supported by the following institutional partners:
+
 [![Aalto 
University](https://raw.githubusercontent.com/arviz-devs/arviz-project/refs/heads/main/cards/Aalto-black-text.png)](https://www.aalto.fi/en)
 
[![FCAI](https://raw.githubusercontent.com/arviz-devs/arviz-project/refs/heads/main/cards/FCAI.png)](https://fcai.fi/)
-[![NumFOCUS](https://raw.githubusercontent.com/arviz-devs/arviz-project/refs/heads/main/sphinx/NumFocus.png)](https://numfocus.org)
+[![FCAI](https://raw.githubusercontent.com/arviz-devs/arviz-project/refs/heads/main/cards/FCAI.png)](https://fcai.fi/)
+[![ELLIS 
Finland](https://raw.githubusercontent.com/arviz-devs/arviz-project/refs/heads/main/cards/ellis_finland.png)](https://www.ellisinstitute.fi/)
 
-[The ArviZ project 
website](https://www.arviz.org/en/latest/sponsors_partners.html) has more 
information about each sponsor and the support they provide.
+### Sponsors
+ArviZ currently has no Sponsors.
Binary files old/arviz-1.1.0/docs/source/_static/sponsor_ellis_finland.png and 
new/arviz-1.3.0/docs/source/_static/sponsor_ellis_finland.png differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/arviz-1.1.0/docs/source/index.md 
new/arviz-1.3.0/docs/source/index.md
--- old/arviz-1.1.0/docs/source/index.md        2026-04-24 07:01:01.000000000 
+0200
+++ new/arviz-1.3.0/docs/source/index.md        2026-08-11 10:14:20.000000000 
+0200
@@ -223,7 +223,7 @@
 :::::
 
 <!-- Keep in markdown to generate headerlink -->
-# Sponsors and Institutional Partners
+# Institutional Partners
 
 We thank these institutions for generously supporting the development and 
maintenance of ArviZ.
 
@@ -234,8 +234,13 @@
 :::{grid-item}
 [![fcai_logo](_static/sponsor_fcai.png)](https://fcai.fi/)
 :::
+:::{grid-item}
+[![ellis_finland_logo](_static/sponsor_ellis_finland.png)](https://www.ellisinstitute.fi/)
 ::::
 
+<!--
+# Sponsors -->
+
 <!-- Keep in markdown to generate headerlink -->
 # Support ArviZ
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/arviz-1.1.0/docs/source/user_guide/migration_guide.ipynb 
new/arviz-1.3.0/docs/source/user_guide/migration_guide.ipynb
--- old/arviz-1.1.0/docs/source/user_guide/migration_guide.ipynb        
2026-04-24 07:01:01.000000000 +0200
+++ new/arviz-1.3.0/docs/source/user_guide/migration_guide.ipynb        
2026-08-11 10:14:20.000000000 +0200
@@ -10610,6 +10610,29 @@
     "One recurring feedback we have received is that the documentation was OK 
for people very familiar with Bayesian statistics and probabilistic 
programming,\n",
     "but not so much for newcomers. Thus, we have added more introductory 
material and examples to the documentation, including a separated resource that 
show how to use ArviZ \"in-context\", see 
[EABM](https://arviz-devs.github.io/EABM/). And we attempted to make the 
documentation easier to navigate and understand for everyone.\n"
    ]
+  },
+  {
+   "cell_type": "markdown",
+   "id": "47a92cb3",
+   "metadata": {},
+   "source": [
+    "## HDI Function Changes\n",
+    "\n",
+    "In ArviZ 1.0, the `hdi()` function argument `hdi_prob` was renamed to 
`prob`.\n",
+    "\n",
+    "**Before (ArviZ < 1.0):**\n",
+    "```python\n",
+    "az.hdi(data, hdi_prob=0.95)\n",
+    "```\n",
+    "\n",
+    "**After (ArviZ >= 1.0):**\n",
+    "```python\n",
+    "az.hdi(data, prob=0.95)\n",
+    "```\n",
+    "\n",
+    "\n",
+    "Also note that `input_core_dims` was renamed to `dim` in ArviZ 1.0."
+   ]
   }
  ],
  "metadata": {
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/arviz-1.1.0/pyproject.toml 
new/arviz-1.3.0/pyproject.toml
--- old/arviz-1.1.0/pyproject.toml      2026-04-24 07:01:01.000000000 +0200
+++ new/arviz-1.3.0/pyproject.toml      2026-08-11 10:14:20.000000000 +0200
@@ -25,9 +25,9 @@
 ]
 dynamic = ["version", "description"]
 dependencies = [
-  "arviz_base>=1.1.0,<1.2.0",
-  "arviz_stats[xarray]>=1.1.0,<1.2.0",
-  "arviz_plots>=1.1.0,<1.2.0",
+  "arviz_base>=1.3.0,<1.4.0",
+  "arviz_stats[xarray]>=1.3.0,<1.4.0",
+  "arviz_plots>=1.3.0,<1.4.0",
 ]
 
 [tool.flit.module]
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/arviz-1.1.0/src/arviz/__init__.py 
new/arviz-1.3.0/src/arviz/__init__.py
--- old/arviz-1.1.0/src/arviz/__init__.py       2026-04-24 07:01:01.000000000 
+0200
+++ new/arviz-1.3.0/src/arviz/__init__.py       2026-08-11 10:14:20.000000000 
+0200
@@ -78,7 +78,7 @@
 info += _status
 
 # define version last so it isn't overwritten by the respective attribute in 
the imported libraries
-__version__ = "1.1.0"
+__version__ = "1.3.0"
 
 info = f"Status information for ArviZ {__version__}\n\n{info}"
 

Reply via email to