You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
Relevant entries from the changelog:
New plots:
plot_separation
(1359)Methods for
InferenceData
:to_dict
method for InferenceData object (1223)xr.Dataset
toInferenceData
(1254)extend
andadd_groups
toInferenceData
(1300 and 1386)__iter__
method (.items
) for InferenceData (1356)New examples:
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.The text was updated successfully, but these errors were encountered: