ArviZ.jl
ArviZ.jl copied to clipboard
Support new arviz v0.10.0 features
trafficstars
Relevant entries from the changelog: New plots:
- Added
plot_separation(1359)
Methods for InferenceData:
- Added
to_dictmethod for InferenceData object (1223) - Extended methods from
xr.DatasettoInferenceData(1254) - Add
extendandadd_groupstoInferenceData(1300 and 1386) - Added
__iter__method (.items) for InferenceData (1356)
New examples:
- Add more
plot_parallelexamples (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.