forked from arviz-devs/arviz
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add new groups to from_numpyro and from_dict (arviz-devs#1125)
* added groups * update tests and changelog * lint changes * update from_dict and tests * update changelog * modify io_dict * minor fixes * update changelog again Add warning for log scale default in compare/loo/waic functions (arviz-devs#1150) * Added scale warning to ELPDData * Added scale warning to compare function * Added changes to Changelog * Moved warning to end of string in loo function * Removed last test for loo_print * Ran Black * Integrated Oriol's comments add local to docstring, and use lowercase for ess (arviz-devs#1152) hardcode show=False in plot_posterior subplots (arviz-devs#1151) * hardcode show=False in plot_posterior subplots * update changelog Fix documentation and deprecation warning in pair plot (arviz-devs#1156) The "kind" argument is not described correctly. * Fix pairplot warning. Previously, because of incorrect argument checking, pairplot would mistakenly warn the caller not to use the "contour" argument when that argument was NOT supplied. Changed default value to None and did the defaulting by hand to fix this issue. Also added some type declarations. * Clarified docstring for contour argument. Co-authored-by: Robert P. Goldman <[email protected]> add viridis as default cmap (arviz-devs#1160) add examples to customize 2D KDE (arviz-devs#1158) * add examples to customize 2D KDE * blackify gallery example * update changelog * briefly explain contour_kwargs and contourf_kwargs
- Loading branch information
Showing
17 changed files
with
482 additions
and
156 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.