renecotyfanboy / jaxspec

jaxspec is an X-ray spectra Bayesian analysis package, relying on JAX to enable just in time compilation
https://jaxspec.readthedocs.io/en/latest/
MIT License
29 stars 2 forks source link

Update arviz requirement from ^0.17.1 to >=0.17.1,<0.19.0 #141

Closed dependabot[bot] closed 7 months ago

dependabot[bot] commented 7 months ago

Updates the requirements on arviz to permit the latest version.

Release notes

Sourced from arviz's releases.

v0.18.0

This release highlights are support for nested dictionaries and pytrees in from_dict converter and data examples updates: it adds a new example data rugby_field with 4d variables and updates the rugby example to include log_prior and unconstrained_posterior groups.

It also has bugfixes and addresses multiple deprecation warnings from dependencies that were being triggered.

Full changelog available on GitHub.

Changelog

Sourced from arviz's changelog.

v0.18.0 (2024 Apr 4)

New features

  • Add new example data rugby_field and update rugby example data (2322)
  • Support for pytrees and robust to nested dictionaries. (2291)
  • Add .close method to InferenceData (2338)

Maintenance and fixes

  • Fix deprecation warnings in multiple dependencies (2329, 2332 and 2333)

v0.17.1 (2024 Mar 13)

Maintenance and fixes

  • Fix deprecations introduced in latest pandas and xarray versions, and prepare for numpy 2.0 ones (2315))
  • Refactor ECDF code (2311)
  • Fix plot_forest when Numba is installed (2319)

v0.17.0 (2023 Dec 22)

New features

  • Add prior sensitivity diagnostic psens (2093)
  • Add filter_vars functionality to InfereceData.to_dataframemethod (2277)

Maintenance and fixes

  • Update requirements: matplotlib>=3.5, pandas>=1.4.0, numpy>=1.22.0 (2280)
  • Fix behaviour of plot_ppc when dimension order isn't chain, draw, ... (2283)
  • Avoid repeating the variable name in plot_ppc, plot_bpv, plot_loo_pit... when repeated. (2283)
  • Add support for the latest CmdStanPy. (2287)
  • Fix import error on windows due to missing encoding argument (2300)
  • Add __delitem__ method to InferenceData (2292)

Documentation

  • Improve the docstring of psislw (2300)

  • Rerun the quickstart and working with InferenceData notebooks (2300)

  • Several fixes in plot_ppc docstring (2283)

v0.16.1 (2023 Jul 18)

Maintenance and fixes

  • Fix Numba deprecation errors and incorrect nopython usage (2268)

Documentation

  • Rerun Numba notebook

... (truncated)

Commits


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 merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show 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)

📚 Documentation preview 📚: https://jaxspec--141.org.readthedocs.build/en/141/

codecov[bot] commented 7 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 86.68%. Comparing base (d593c64) to head (6afa442).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #141 +/- ## ======================================= Coverage 86.68% 86.68% ======================================= Files 20 20 Lines 1472 1472 ======================================= Hits 1276 1276 Misses 196 196 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.