Releases: arviz-devs/preliz
Releases · arviz-devs/preliz
0.19.0
0.18.0
What's Changed
New Features
- add logcdf, sf and isf by @aloctavodia in #670
Documentation
- Correct a typo: compues -> computes by @star1327p in #668
- Update the links in Distributions modifiers by @star1327p in #669
New Contributors
- @star1327p made their first contribution in #668
Full Changelog: 0.17.0...0.18.0
0.17.0
What's Changed
New Features
- Add mode method for Discrete distributions by @aleicazatti in #660
- Add mode method to MvNormal by @aleicazatti in #661
- Add Mode method to Dirichlet by @aleicazatti in #662
- Add Mode method to Truncated by @aleicazatti in #663
- Add Mode to Hurdle and Censored by @aleicazatti in #664
Documentation
- Add "all" to methods in citations by @rohanbabbar04 in #658
Maintenance and bug fixes
- Allow scipy version 1.15 by @aloctavodia in #666
Full Changelog: 0.16.0...0.17.0
0.16.0
What's Changed
New Features
- Add mode to distributions by @rohanbabbar04 in #628, #632, #635, and #650
- Add mode method for DiscreteWeibull, LogitNormal, Hypergeometric and SkewNormal by @Advaitgaur004 in #636
- Generalize legend to accept arbitrary strings by @aloctavodia in #644
- Predictive explorer: add option to fix y_lims by @aleicazatti in #648
Maintenance and bug fixes
- Update workflows to latest versions by @rohanbabbar04 in #626
- Add ruff for linting instead of pylint by @rohanbabbar04 in #625
- Fix p2p_bambi test check by @rohanbabbar04 in #630
- Sphinx configuration in .readthedocs.yaml by @rohanbabbar04 in #633
- Update dependencies by @rohanbabbar04 in #637
- Add support for Python 3.13 by @rohanbabbar04 in #638
- ppa: fix random seed by @aloctavodia in #645
- Update tests for pymc for python3.13 by @rohanbabbar04 in #653
Documentation
- Add a new page for Examples Gallery by @rohanbabbar04 in #627
- Distributions Gallery: Small fix in uniform.md by @aleicazatti in #639
- Separating pages from Overview by @rohanbabbar04 in #642
- Distributions Gallery: add tags by @aleicazatti in #641
- Distributions Gallery: fix see-also links by @aleicazatti in #643
- Add sphinxbibtex and function to get references from methods by @rohanbabbar04 in #651
- Distributions Gallery: Separate Colors by Category by @aleicazatti in #652
- Swap descriptions of truncated and censored distributions by @pdb5627 in #655
New Contributors
- @Advaitgaur004 made their first contribution in #636
- @pdb5627 made their first contribution in #655
Full Changelog: 0.15.0...0.16.0
0.15.0
What's Changed
New Features
- maxent: fix any of the properties of the distribution (summary statistics) by @aloctavodia in #616
Maintenance and bug fixes
- Fix plot_interactive bug for multivariate distributions by @aloctavodia in #619
- Improve interactive tests by @aloctavodia in #623
Documentation
- Add note about restraints by @aloctavodia in #624
Full Changelog: 0.14.0...0.15.0
0.14.0
What's Changed
New Features
- Add rcParams by @aloctavodia in #615
Mainten 10000 ance and bug fixes
- Add test for modes by @aloctavodia in #613
- Do not expose posterior_to_prior by @aloctavodia in #614
Documentation
- Distributions Gallery: Add pronunciation to ZIB, ZINB and ZIP by @aleicazatti in #606
- Distributions Gallery: Add Dirichlet by @aleicazatti in #608
- Distributions Gallery: Add MvNormal by @aleicazatti in #609
- Distributions Gallery: Add Mixture by @aleicazatti in #610
- Distributions Gallery: Add Hurdle by @aleicazatti in #611
- Fix Roulette docstring by @aloctavodia in #607
- Fix hurdle docstring by @aloctavodia in #612
Full Changelog: 0.13.0...0.14.0
0.13.0
What's Changed
New Features
- Add mode argument to maxent by @aloctavodia in #603
Maintenance and bug fixes
- refactor ppe and related functions by @aloctavodia in #597
Documentation
- Distribution Gallery: Add Geometric by @aleicazatti in #595
- Distributions Gallery: Improve layout Distribution Pages by @aleicazatti in #596
- Distributions Gallery: Apply new layout to distribution pages by @aleicazatti in #598
- Distribution Gallery: Add HyperGeometric by @aleicazatti in #600
- Distributions Gallery: Add ZIB by @aleicazatti in #601
- Distributions Gallery: Add ZINB by @aleicazatti in #602
- Distributions Gallery: Add ZIP by @aleicazatti in #605
Full Changelog: 0.12.0...0.13.0
0.12.0
What's Changed
New Features
- Make
quartile_int
a class by @rohanbabbar04 in #570 - Add
Mixture
modifier by @aloctavodia in #572 - Add
to_bambi
method by @aloctavodia in #578
Maintenance and bug fixes
- Refactor
ppe
by @aloctavodia in #579 - fix corner case
Weibull
pdf by @aloctavodia in #583 - fix corner case hdi
Censored
by @aloctavodia in #590 - Circular intervals for
VonMises
by @aloctavodia in #592 Dirichlet
: more robust joint pdf for larger values of alpha by @aloctavodia in #593
Documentation
- Distributions Gallery: Add Triangular by @aleicazatti in #571
- Distributions Gallery: Add TruncatedNormal by @aleicazatti in #573
- Distributions Gallery: Add VonMises by @aleicazatti in #574
- Distributions Gallery: Add Wald by @aleicazatti in #581
- Distributions Gallery: Add Weibull by @aleicazatti in #582
- Distributions Gallery: Add BetaBinomial by @aleicazatti in #584
- Distribution Gallery: Add Binomial by @aleicazatti in #586
- Distribution Gallery: Add DiscreteUniform by @aleicazatti in #589
- Distribution Gallery: Add Categorical by @aleicazatti in #588
- Distribution Gallery: Add DiscreteWeibull by @aleicazatti in #591
- Reorganize and update docs by @aloctavodia in #594
Full Changelog: 0.11.0...0.12.0
0.11.0
What's Changed
New Features
- Add combine_roulette function by @aloctavodia in #555
- Add combine function by @aloctavodia in #557
- mle: handle multidimensional samples by @aloctavodia in #568
Documentation
- Add ChangeLog to website by @rohanbabbar04 in #562
- Distribution Gallery: Add Laplace by @aleicazatti in #553
- Distributions Gallery: Add LogitNormal by @aleicazatti in #560
- Distributions Gallery: Add Pareto by @aleicazatti in #563
- Distributions Gallery: Add Rice by @aleicazatti in #565
- Distributions Gallery: Add SkewNormal by @aleicazatti in #566
- Distributions Gallery: Add Moyal by @aleicazatti in #561
- Distributions Gallery: Add SkewStudentT by @aleicazatti in #567
- Distribution Gallery: Add Log-Logistic by @aleicazatti in #556
- Update tagline by @aloctavodia in #558
Full Changelog: 0.10.0...0.11.0
0.10.0
What's Changed
New Features
- Extend "to_pymc" to transformed variables by @aloctavodia in #544
- Roulette is a class now and fitted distribution can be accessed with the attribute
.dist
by @aloctavodia in #546
Maintenance and bug fixes
- Fix bounds and psi param for Hurdle by @aloctavodia in #537
- Remove ArviZ dependency by @aloctavodia in #536
- PPA: several fixes by @aloctavodia in #549
Documentation
- Add reference to PriorDB by @aloctavodia in #535
- Distribution Gallery: Add HalfCauchy by @aleicazatti in #538
- Distribution Gallery: Add HalfNormal by @aleicazatti in #540
- Distribution Gallery: Add HalfStudentT by @aleicazatti in #541
- Distributions Gallery: Add InverseGamma by @aleicazatti in #542
- Distribution Gallery: Add Kumaraswamy by @aleicazatti in #548
- Add bounds to gallery images by @aloctavodia in #539
Full Changelog: 0.9.1...0.10.0