Recent Releases of https://github.com/arviz-devs/arviz-plots

https://github.com/arviz-devs/arviz-plots - v0.6.0

What's Changed

New features

  • Add plotloopit by @aloctavodia in https://github.com/arviz-devs/arviz-plots/pull/190
  • Added rug to lot_dist() by @PiyushPanwarFST in https://github.com/arviz-devs/arviz-plots/pull/192
  • Add plotpriorposterior and rewrite plot_bf by @aloctavodia in https://github.com/arviz-devs/arviz-plots/pull/198
  • Add plot_autocorr by @suhaani-agarwal in https://github.com/arviz-devs/arviz-plots/pull/153
  • Add plot_mcse by @aloctavodia in https://github.com/arviz-devs/arviz-plots/pull/211
  • Add combine_plots, allowing to arrange a set of existing plots into a single chart by @aloctavodia in https://github.com/arviz-devs/arviz-plots/pull/207
  • Add plotppctstat by @rohanbabbar04 in https://github.com/arviz-devs/arviz-plots/pull/210
  • Add more tstats to plotppctstat by @aloctavodia in https://github.com/arviz-devs/arviz-plots/pull/217
  • Add references to plotppcdist by @rohanbabbar04 in https://github.com/arviz-devs/arviz-plots/pull/223
  • Add PlotMatrix plotting manager class by @OriolAbril in https://github.com/arviz-devs/arviz-plots/pull/221
  • Add savefig method to PlotCollection by @aloctavodia in https://github.com/arviz-devs/arviz-plots/pull/246
  • Add plotrankdist by @aloctavodia in https://github.com/arviz-devs/arviz-plots/pull/253
  • Add support multiple variables in plot_bf by @aloctavodia in https://github.com/arviz-devs/arviz-plots/pull/256
  • Add function for plotting reference bands by @rohanbabbar04 in https://github.com/arviz-devs/arviz-plots/pull/258
  • Add plotpairfocus by @The-Broken-Keyboard in https://github.com/arviz-devs/arviz-plots/pull/276

Maintenance and bug fixes

  • Clean pit functions by @aloctavodia in https://github.com/arviz-devs/arviz-plots/pull/191
  • Adds rule to select fewer ticks in sqrt scale for bokeh and plotly by @The-Broken-Keyboard in https://github.com/arviz-devs/arviz-plots/pull/189
  • Show bf for null by @aloctavodia in https://github.com/arviz-devs/arviz-plots/pull/196
  • Make rug defaults to False by @aloctavodia in https://github.com/arviz-devs/arviz-plots/pull/197
  • Rootogram: do not plot observation by default for prior_predictive by @aloctavodia in https://github.com/arviz-devs/arviz-plots/pull/202
  • Add group argument to plotppcpava by @aloctavodia in https://github.com/arviz-devs/arviz-plots/pull/203
  • Handles title spacing during creation of plot by @The-Broken-Keyboard in https://github.com/arviz-devs/arviz-plots/pull/199
  • Rename plot modules by @aloctavodia in https://github.com/arviz-devs/arviz-plots/pull/205
  • Add group argument loopit ppcpit by @aloctavodia in https://github.com/arviz-devs/arviz-plots/pull/206
  • Fixes shared x property for appropriate plots ( like rank plot, trace plot etc ) by @The-Broken-Keyboard in https://github.com/arviz-devs/arviz-plots/pull/208
  • Add group argument to plotpriorposterior by @aloctavodia in https://github.com/arviz-devs/arviz-plots/pull/209
  • Small fixes to plotpriorposterior by @OriolAbril in https://github.com/arviz-devs/arviz-plots/pull/216
  • Add horizontalalign to annotatexy by @rohanbabbar04 in https://github.com/arviz-devs/arviz-plots/pull/214
  • Fix error plotppcdist, generalize title ppc galery by @aloctavodia in https://github.com/arviz-devs/arviz-plots/pull/220
  • Update labelled title to include text by @rohanbabbar04 in https://github.com/arviz-devs/arviz-plots/pull/222
  • Allow prior predictive checks when observed_data group is not present by @aloctavodia in https://github.com/arviz-devs/arviz-plots/pull/226
  • Fix bug plotppcdist when passing references and add test by @aloctavodia in https://github.com/arviz-devs/arviz-plots/pull/228
  • use scalar prob for quantile/tail ess by @OriolAbril in https://github.com/arviz-devs/arviz-plots/pull/240
  • Use fill_between for matplotlib histogram, instead of bar by @aloctavodia in https://github.com/arviz-devs/arviz-plots/pull/247
  • Update addreferencelines as a helper function by @rohanbabbar04 in https://github.com/arviz-devs/arviz-plots/pull/230
  • Backend should be none by @aloctavodia in https://github.com/arviz-devs/arviz-plots/pull/251
  • Improve publish workflow by @OriolAbril in https://github.com/arviz-devs/arviz-plots/pull/252
  • Update refdim in addreference_lines by @rohanbabbar04 in https://github.com/arviz-devs/arviz-plots/pull/254
  • Explicit index support in PlotCollection.map by @OriolAbril in https://github.com/arviz-devs/arviz-plots/pull/241
  • Add consistent legend support across backends by @Advaitgaur004 in https://github.com/arviz-devs/arviz-plots/pull/115
  • Fix cols definition plot_autocorr by @aloctavodia in https://github.com/arviz-devs/arviz-plots/pull/263
  • rename addreferencelines and reference_bands by @aloctavodia in https://github.com/arviz-devs/arviz-plots/pull/264
  • psense_dist: Change order point-interval by @aloctavodia in https://github.com/arviz-devs/arviz-plots/pull/265
  • Unify default value for col_wrap to 4 by @aloctavodia in https://github.com/arviz-devs/arviz-plots/pull/268
  • Change batteries-included plots' call signature by @aloctavodia in https://github.com/arviz-devs/arviz-plots/pull/275
  • update dim+sample_dims by @aloctavodia in https://github.com/arviz-devs/arviz-plots/pull/277
  • Add tests plotppc* by @aloctavodia in https://github.com/arviz-devs/arviz-plots/pull/280
  • Add more tests by @aloctavodia in https://github.com/arviz-devs/arviz-plots/pull/281
  • raise when extra keyword arguments make it to aes generation by @OriolAbril in https://github.com/arviz-devs/arviz-plots/pull/285
  • More corrections in pairfocusplot by @The-Broken-Keyboard in https://github.com/arviz-devs/arviz-plots/pull/282

Documentation

  • Improve documentation by @aloctavodia in https://github.com/arviz-devs/arviz-plots/pull/193
  • Improve docs for PIT plots by @AlexAndorra in https://github.com/arviz-devs/arviz-plots/pull/195
  • Several documentation improvements by @OriolAbril in https://github.com/arviz-devs/arviz-plots/pull/215
  • Docstring update in addreferencelines by @rohanbabbar04 in https://github.com/arviz-devs/arviz-plots/pull/225
  • Correct a typo: currenly -> currently by @star1327p in https://github.com/arviz-devs/arviz-plots/pull/233
  • Clean gallery description for ppc plots by @aloctavodia in https://github.com/arviz-devs/arviz-plots/pull/232
  • Make example less cluncky by @aloctavodia in https://github.com/arviz-devs/arviz-plots/pull/234
  • Add link to John K. Kruschke's Doing Bayesian Data Analysis book by @star1327p in https://github.com/arviz-devs/arviz-plots/pull/238
  • Add more variation to distribution examples by @aloctavodia in https://github.com/arviz-devs/arviz-plots/pull/242
  • Add style to docs by @aloctavodia in https://github.com/arviz-devs/arviz-plots/pull/248
  • Link "batteries-included plots intro" page to Example Gallery by @rohanbabbar04 in https://github.com/arviz-devs/arviz-plots/pull/249
  • Correct a typo: instatiates -> instantiates by @star1327p in https://github.com/arviz-devs/arviz-plots/pull/255
  • Revise a cross-ref in docs.md by @star1327p in https://github.com/arviz-devs/arviz-plots/pull/260
  • Fix references by @aloctavodia in https://github.com/arviz-devs/arviz-plots/pull/266
  • fixes docstring and error statement in compare function by @The-Broken-Keyboard in https://github.com/arviz-devs/arviz-plots/pull/267
  • Add overview/getting started tutorial by @aloctavodia in https://github.com/arviz-devs/arviz-plots/pull/269
  • Improve tutorial notebooks by @OriolAbril in https://github.com/arviz-devs/arviz-plots/pull/261
  • Proof of concept of explicit type hints for visuals, stats and aesbyvisuals by @OriolAbril in https://github.com/arviz-devs/arviz-plots/pull/283

New Contributors

  • @AlexAndorra made their first contribution in https://github.com/arviz-devs/arviz-plots/pull/195
  • @suhaani-agarwal made their first contribution in https://github.com/arviz-devs/arviz-plots/pull/153
  • @rohanbabbar04 made their first contribution in https://github.com/arviz-devs/arviz-plots/pull/210
  • @star1327p made their first contribution in https://github.com/arviz-devs/arviz-plots/pull/233
  • @Advaitgaur004 made their first contribution in https://github.com/arviz-devs/arviz-plots/pull/115

Full Changelog: https://github.com/arviz-devs/arviz-plots/compare/v0.5.0...v0.6.0

- Python
Published by aloctavodia about 1 year ago

https://github.com/arviz-devs/arviz-plots - v0.5.0

What's Changed

  • Randomized pit by @aloctavodia in https://github.com/arviz-devs/arviz-plots/pull/167
  • Add missing visuals to docs by @aloctavodia in https://github.com/arviz-devs/arviz-plots/pull/168
  • Make ecdf_line a step line by @aloctavodia in https://github.com/arviz-devs/arviz-plots/pull/169
  • Properly wrap columns and reduce duplicated code by @aloctavodia in https://github.com/arviz-devs/arviz-plots/pull/170
  • Added plotbf() function for bayesfactor in arviz-plots by @PiyushPanwarFST in https://github.com/arviz-devs/arviz-plots/pull/158
  • Update utils.py by @aloctavodia in https://github.com/arviz-devs/arviz-plots/pull/171
  • Add plot_rank by @aloctavodia in https://github.com/arviz-devs/arviz-plots/pull/172
  • Add plot ecdf pit plot by @aloctavodia in https://github.com/arviz-devs/arviz-plots/pull/173
  • fix regression bug plotpsensequantities by @aloctavodia in https://github.com/arviz-devs/arviz-plots/pull/175
  • Improve Data Generation & Plot Tests: by @PiyushPanwarFST in https://github.com/arviz-devs/arviz-plots/pull/177
  • Adds square root scale for bokeh and plotly by @The-Broken-Keyboard in https://github.com/arviz-devs/arviz-plots/pull/178
  • Update plot_compare by @aloctavodia in https://github.com/arviz-devs/arviz-plots/pull/181
  • plotconvergedist: Add grouped argument by @aloctavodia in https://github.com/arviz-devs/arviz-plots/pull/182
  • adds sqrt scale for yaxis in plotly by @The-Broken-Keyboard in https://github.com/arviz-devs/arviz-plots/pull/183
  • Add coverage argument to pit plots by @aloctavodia in https://github.com/arviz-devs/arviz-plots/pull/185

New Contributors

  • @github-actions made their first contribution in https://github.com/arviz-devs/arviz-plots/pull/165
  • @PiyushPanwarFST made their first contribution in https://github.com/arviz-devs/arviz-plots/pull/158

Full Changelog: https://github.com/arviz-devs/arviz-plots/compare/v0.4.0...v0.5.0

- Python
Published by aloctavodia over 1 year ago

https://github.com/arviz-devs/arviz-plots - v0.4.0

What's Changed

  • move out new_ds to arviz-stats by @aloctavodia in https://github.com/arviz-devs/arviz-plots/pull/102
  • update version, dependencies and CI by @OriolAbril in https://github.com/arviz-devs/arviz-plots/pull/110
  • Use DataTree class from xarray by @OriolAbril in https://github.com/arviz-devs/arviz-plots/pull/111
  • Update pyproject.toml by @OriolAbril in https://github.com/arviz-devs/arviz-plots/pull/113
  • Add energy plot by @aloctavodia in https://github.com/arviz-devs/arviz-plots/pull/108
  • Add plot for distribution of convergence diagnostics by @aloctavodia in https://github.com/arviz-devs/arviz-plots/pull/105
  • Add separated prior and likelihood groups by @aloctavodia in https://github.com/arviz-devs/arviz-plots/pull/117
  • Add psense_quantities plot by @aloctavodia in https://github.com/arviz-devs/arviz-plots/pull/119
  • Rename arviz-clean to arviz-variat by @aloctavodia in https://github.com/arviz-devs/arviz-plots/pull/120
  • add cetrino and vibrant styles for plotly by @aloctavodia in https://github.com/arviz-devs/arviz-plots/pull/121
  • psense: fix facetting and add xlabel by @aloctavodia in https://github.com/arviz-devs/arviz-plots/pull/123
  • Add summary dictionary arguments by @aloctavodia in https://github.com/arviz-devs/arviz-plots/pull/125
  • plotly: change format of title update in backend by @The-Broken-Keyboard in https://github.com/arviz-devs/arviz-plots/pull/124
  • Update glossary.md by @aloctavodia in https://github.com/arviz-devs/arviz-plots/pull/126
  • Add PAV-adjusted calibration plot by @aloctavodia in https://github.com/arviz-devs/arviz-plots/pull/127
  • Upper bound plotly by @aloctavodia in https://github.com/arviz-devs/arviz-plots/pull/128
  • Use isotonic function that works with datatrees by @aloctavodia in https://github.com/arviz-devs/arviz-plots/pull/131
  • plotpavacalibrarion: Add reference, fix xlabel by @aloctavodia in https://github.com/arviz-devs/arviz-plots/pull/132
  • Fix bug when setting some plot_kwargs to false by @aloctavodia in https://github.com/arviz-devs/arviz-plots/pull/134
  • Add citations by @aloctavodia in https://github.com/arviz-devs/arviz-plots/pull/135
  • use <6 version of plotly for documentation and use latest for other purposes by @The-Broken-Keyboard in https://github.com/arviz-devs/arviz-plots/pull/136
  • fix see also pava gallery by @aloctavodia in https://github.com/arviz-devs/arviz-plots/pull/137
  • Add plotppcdist by @aloctavodia in https://github.com/arviz-devs/arviz-plots/pull/138
  • Add warning message for discrete data by @aloctavodia in https://github.com/arviz-devs/arviz-plots/pull/139
  • rename plot_pava and minor fixes by @aloctavodia in https://github.com/arviz-devs/arviz-plots/pull/140
  • Plotly: Fix excesive margins by @aloctavodia in https://github.com/arviz-devs/arviz-plots/pull/141
  • add arviz-style for bokeh by @aloctavodia in https://github.com/arviz-devs/arviz-plots/pull/122
  • Add Plot ppc rootogram by @aloctavodia in https://github.com/arviz-devs/arviz-plots/pull/142
  • plotppcrootogram: fix examples by @aloctavodia in https://github.com/arviz-devs/arviz-plots/pull/144
  • Reorganize categories in the gallery by @aloctavodia in https://github.com/arviz-devs/arviz-plots/pull/145
  • remove plots from titles by @aloctavodia in https://github.com/arviz-devs/arviz-plots/pull/146
  • Consistence use of data_pairs, remove default markers from pava by @aloctavodia in https://github.com/arviz-devs/arviz-plots/pull/152
  • added functionality of step histogram for all three backends by @The-Broken-Keyboard in https://github.com/arviz-devs/arviz-plots/pull/147
  • Use continuous outcome for plotppcdist example by @aloctavodia in https://github.com/arviz-devs/arviz-plots/pull/154
  • add grid visual by @aloctavodia in https://github.com/arviz-devs/arviz-plots/pull/155
  • Add plotppcpit by @aloctavodia in https://github.com/arviz-devs/arviz-plots/pull/159
  • plotppcpava: Change default xlabel by @aloctavodia in https://github.com/arviz-devs/arviz-plots/pull/161

New Contributors

  • @The-Broken-Keyboard made their first contribution in https://github.com/arviz-devs/arviz-plots/pull/124

Full Changelog: https://github.com/arviz-devs/arviz-plots/compare/v0.3.0...v0.4.0

- Python
Published by aloctavodia over 1 year ago

https://github.com/arviz-devs/arviz-plots - Release 0.3.0

This will be the final release that uses xarray-datatree library. From here on, the DataTree class from xarray itself will be used.

- Python
Published by OriolAbril over 1 year ago

https://github.com/arviz-devs/arviz-plots - Initial release

Initial arviz-plots release. The main goal of this pre-release is allowing users to test out the new API for batteries included plots: see intro guide or respective API docs and a new class PlotCollection to help write custom plots (which is used internally for all batteries included plots).

- Python
Published by OriolAbril about 2 years ago