Skip to content

Bump arviz from 1.0.0 to 1.1.0#796

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/uv/arviz-1.1.0
Open

Bump arviz from 1.0.0 to 1.1.0#796
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/uv/arviz-1.1.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Apr 27, 2026

Bumps arviz from 1.0.0 to 1.1.0.

Release notes

Sourced from arviz's releases.

v1.1.0

What's Changed

ArviZ 1.1 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.

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)

Changes in the metapackage.

New Contributors

Full Changelog: arviz-devs/arviz@v1.0.0...v1.1.0

Changelog

Sourced from arviz's changelog.

Change Log

v0.23.0 (2025 Des 9)

Maintenance and fixes

  • Fix numpyro jax incompatibility. (2465)
  • Avoid closing unloaded files in from_netcdf() (2463)
  • Fix sign error in lp parsed in from_numpyro (2468)
  • Fix attrs persistance in idata-datatree conversions (2476)

v0.22.0 (2025 Jul 9)

New features

  • plot_pair now has more flexible support for reference_values (2438)
  • Make arviz.from_numpyro(..., dims=None) automatically infer dims from the numpyro model based on its numpyro.plate structure

Maintenance and fixes

  • reference_values and labeller now work together in plot_pair (2437)
  • Fix plot_lm for multidimensional data (2408)
  • Add scipy-stubs as a development dependency (2445)
  • Test compare dataframe stays consistent independently of input order (2407)
  • Fix hdi_probs behaviour in 2d plot_kde (2460)

Documentation

  • Added documentation for reference_values (2438)
  • Add migration guide page to help switch over to the new arviz-xyz libraries (2459)

v0.21.0 (2025 Mar 06)

New features

Maintenance and fixes

  • Make arviz.data.generate_dims_coords handle dims and default_dims consistently (2395)
  • Only emit a warning for custom groups in InferenceData when explicitly requested (2401)
  • Splits Bayes Factor computation out from az.plot_bf into az.bayes_factor (2402)
  • Update method="sd" of mcse to not use normality assumption (2167)
  • Add exception in az.plot_hdi for x of type str (2413)

Documentation

  • Add example of ECDF comparison plot to gallery (2178)
  • Change Twitter to X, including the icon (2418)
  • Update Bokeh link in Installation.rst (2425)
  • Add missing periods to the ArviZ community page (2426)
  • Fix missing docstring (2430)

v0.20.0 (2024 Sep 28)

New features

  • Add optimized simultaneous ECDF confidence bands (2368)
  • Add support for setting groups with idata[group] (2374)

... (truncated)

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [arviz](https://github.com/arviz-devs/arviz) from 1.0.0 to 1.1.0.
- [Release notes](https://github.com/arviz-devs/arviz/releases)
- [Changelog](https://github.com/arviz-devs/arviz/blob/main/CHANGELOG.md)
- [Commits](arviz-devs/arviz@v1.0.0...v1.1.0)

---
updated-dependencies:
- dependency-name: arviz
  dependency-version: 1.1.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file python:uv Pull requests that update python:uv code labels Apr 27, 2026
@dependabot dependabot Bot requested a review from dylanhmorris as a code owner April 27, 2026 06:12
@dependabot dependabot Bot added the python:uv Pull requests that update python:uv code label Apr 27, 2026
@github-actions
Copy link
Copy Markdown

Thank you for your contribution @dependabot[bot] 🚀! Your github-pages is ready for download 👉 here 👈!
(The artifact expires on 2026-05-04T06:23:00Z. You can re-generate it by re-running the workflow here.)

@codecov
Copy link
Copy Markdown

codecov Bot commented Apr 27, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 98.44%. Comparing base (7210e47) to head (aa79f82).

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #796   +/-   ##
=======================================
  Coverage   98.44%   98.44%           
=======================================
  Files          51       51           
  Lines        1675     1675           
=======================================
  Hits         1649     1649           
  Misses         26       26           
Flag Coverage Δ
unittests 98.44% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file python:uv Pull requests that update python:uv code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants