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,<0.19.0 to >=0.17.1,<0.20.0 #169

Closed dependabot[bot] closed 4 months ago

dependabot[bot] commented 4 months ago

Updates the requirements on arviz to permit the latest version.

Release notes

Sourced from arviz's releases.

v0.19.0

This release highlights are: Work with Bokeh3, uses revised Pareto k threshold, refactor plot_ecdf arguments, expose new features as preview submodule.

Full Changelog: https://github.com/arviz-devs/arviz/blob/main/CHANGELOG.md#v0190-2024-jul-19

Changelog

Sourced from arviz's changelog.

v0.19.0 (2024 Jul 19)

New features

  • Use revised Pareto k threshold (2349)
  • Added arguments ci_prob, eval_points, rvs, and random_state to plot_ecdf (2316)
  • Deprecated rcParam stats.hdi_prob and replaced with stats.ci_prob (2316)
  • Expose features from arviz-base, arviz-stats and arviz-plots as arviz.preview submodule (2361)

Maintenance and fixes

  • Ensure support with numpy 2.0 (2321)

  • Update testing strategy to include an environment without optional dependencies and an environment with scientific python nightlies (2321)

  • Address bokeh related deprecations (2362)

  • Fix legend overwriting issue in plot_trace (2334)

Deprecation

  • Support for arrays and DataArrays in plot_khat has been deprecated. Only ELPDdata will be supported in the future (2349)
  • Removed arguments values2, fpr, pointwise, and pit in plot_ecdf (2316)

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)

Deprecation

  • Removed arguments values2, fpr, pointwise, npoints, and pit in plot_ecdf (2316)

Documentation

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)

... (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--169.org.readthedocs.build/en/169/

renecotyfanboy commented 4 months ago

@dependabot rebase