·
4 commits
to main
since this release
Immutable
release. Only release title and notes can be modified.
What's Changed
New features
- Generalize loo expectations by @aloctavodia in #312
- Add std, var, iqr and mad by @aloctavodia in #306
- Set histogram density=True by default by @aatifjunaid in #307
- Add method to compute influential observations based on leave-one-out expectations by @aloctavodia in #321
- Add custom log-likelihood to
loo()by @jordandeklerk in #322 - Add new uniformity test by @aloctavodia in #316
- Fix mcse for circular variables by @aloctavodia in #341
- Make elpd_diff negative by @aloctavodia in #342
Maintenance and bug fixes
- Improve error handling and messages in BaseArray by @ShivamRajSri in #281
- Silence edge-case runtime warnings in dispersion helpers by @sjiang83 in #319
- ci: treat warnings as errors in arviz-stats test configuration by @sjiang83 in #315
- Update rootogram helpers by @OriolAbril in #330
- Preserve observed_data coordinates in weight_predictions by @ShivamRajSri in #285
- Pre-commit: update ruff hook from v0.6.9 to v0.15.6 by @mahidhiman12 in #334
- Update pit helpers to support sample_dims by @OriolAbril in #335
- Add ignore for xarray related timedelta dtype deprecation by @OriolAbril in #347
- Fix Numba array backend edge cases and maximize pure Python test coverage by @player3zxcvbnm in #320
- Clean uniform test implementation by @aloctavodia in #352
- Add pareto_pit by @aloctavodia in #353
Documentation
- Remove long docstring examples by @jordandeklerk in #326
- Remove
khatdisplay in example docstring by @jordandeklerk in #336 - Fix compare() docstring, return object column name now matches docstring by @Cab14bacc in #340
- Update
compare()docstring by @jordandeklerk in #346 - Enhance method descriptions for R-hat computation by @Gaurav-Borse-dev in #343
- Document kwargs for kde across all layers by @player3zxcvbnm in #327
New Contributors
- @ShivamRajSri made their first contribution in #281
- @aatifjunaid made their first contribution in #307
- @sjiang83 made their first contribution in #319
- @mahidhiman12 made their first contribution in #334
- @Cab14bacc made their first contribution in #340
- @player3zxcvbnm made their first contribution in #320
- @Gaurav-Borse-dev made their first contribution in #343
Full Changelog: v1.0.0...v1.1.0