Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support new arviz v0.10.0 features #92

Closed
sethaxen opened this issue Oct 3, 2020 · 0 comments · Fixed by #290
Closed

Support new arviz v0.10.0 features #92

sethaxen opened this issue Oct 3, 2020 · 0 comments · Fixed by #290

Comments

@sethaxen
Copy link
Member

sethaxen commented Oct 3, 2020

Relevant entries from the changelog:
New plots:

  • Added plot_separation (1359)

Methods for InferenceData:

  • Added to_dict method for InferenceData object (1223)
  • Extended methods from xr.Dataset to InferenceData (1254)
  • Add extend and add_groups to InferenceData (1300 and 1386)
  • Added __iter__ method (.items) for InferenceData (1356)

New examples:

  • Add more plot_parallel examples (1380)

These can already be accessed with the forwarded dot syntax (i.e. idata.to_dict() already works), but we need to figure out if any of these should also be overloads of Base functions.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant