Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: arviz-devs/arviz
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.23.0
Choose a base ref
...
head repository: arviz-devs/arviz
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
  • 9 commits
  • 498 files changed
  • 6 contributors

Commits on Dec 19, 2025

  1. Convert arviz library to metapackage and start global docs structure (#…

    …2494)
    
    * update repo to host metapackage
    
    * run updated style checks
    
    * fix import orders
    
    * check matching versions for arviz-xyz
    
    * fixes and readme updates start
    
    * improvements to contributing guide
    
    * tox check
    
    * remove tests for duplicated namespaces
    
    * update issue and PR templates
    
    * update versions with SPEC0
    OriolAbril authored Dec 19, 2025
    Configuration menu
    Copy the full SHA
    c7f56c5 View commit details
    Browse the repository at this point in the history

Commits on Dec 22, 2025

  1. Bump actions/checkout from 5 to 6 in the actions group (#2501)

    Bumps the actions group with 1 update: [actions/checkout](https://github.com/actions/checkout).
    
    
    Updates `actions/checkout` from 5 to 6
    - [Release notes](https://github.com/actions/checkout/releases)
    - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
    - [Commits](actions/checkout@v5...v6)
    
    ---
    updated-dependencies:
    - dependency-name: actions/checkout
      dependency-version: '6'
      dependency-type: direct:production
      update-type: version-update:semver-major
      dependency-group: actions
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Dec 22, 2025
    Configuration menu
    Copy the full SHA
    decd324 View commit details
    Browse the repository at this point in the history

Commits on Jan 2, 2026

  1. Bump actions/download-artifact from 6 to 7 in the actions group (#2505)

    Bumps the actions group with 1 update: [actions/download-artifact](https://github.com/actions/download-artifact).
    
    
    Updates `actions/download-artifact` from 6 to 7
    - [Release notes](https://github.com/actions/download-artifact/releases)
    - [Commits](actions/download-artifact@v6...v7)
    
    ---
    updated-dependencies:
    - dependency-name: actions/download-artifact
      dependency-version: '7'
      dependency-type: direct:production
      update-type: version-update:semver-major
      dependency-group: actions
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jan 2, 2026
    Configuration menu
    Copy the full SHA
    77f7ca6 View commit details
    Browse the repository at this point in the history

Commits on Jan 3, 2026

  1. Improve error message for incompatible ArviZ subpackage versions (#2506)

    * Improve error message for mismatched ArviZ subpackage versions
    
    * Improve ArviZ subpackage version mismatch error and add test
    
    * Refine error message formatting and iteration
    ShivamRajSri authored Jan 3, 2026
    Configuration menu
    Copy the full SHA
    4115a1e View commit details
    Browse the repository at this point in the history

Commits on Jan 5, 2026

  1. Configuration menu
    Copy the full SHA
    15798dd View commit details
    Browse the repository at this point in the history
  2. Add from_netcdf and from_zarr aliases for xarray.open_datatree (#2511)

    Expose from_netcdf and from_zarr functions as aliases for
    xarray.open_datatree to maintain backward compatibility and
    improve discoverability in the arviz namespace.
    
    - from_netcdf: direct alias for xarray.open_datatree
    - from_zarr: partial with engine="zarr" preset
    
    Closes #2507
    
    Signed-off-by: majiayu000 <[email protected]>
    majiayu000 authored Jan 5, 2026
    Configuration menu
    Copy the full SHA
    1929eac View commit details
    Browse the repository at this point in the history
  3. Proofreading docs (#2502)

    * proofreading
    
    * proofreading
    
    * fix trailing whitespace
    
    * Update docs/source/user_guide/getting_started.md
    
    Co-authored-by: Oriol Abril-Pla <[email protected]>
    
    * address comments
    
    ---------
    
    Co-authored-by: Oriol Abril-Pla <[email protected]>
    aloctavodia and OriolAbril authored Jan 5, 2026
    Configuration menu
    Copy the full SHA
    e0b92a5 View commit details
    Browse the repository at this point in the history

Commits on Jan 8, 2026

  1. Configuration menu
    Copy the full SHA
    cd223c2 View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2026

  1. Configuration menu
    Copy the full SHA
    91ef530 View commit details
    Browse the repository at this point in the history
Loading