Recent Releases of PreliZ

PreliZ - 0.20.0

What's Changed

  • Make predictive explorer more flexible (in particular for PyMC and Bambi) by @aloctavodia in https://github.com/arviz-devs/preliz/pull/672
  • PPE: add alternative family option, remove "method" by @aloctavodia in https://github.com/arviz-devs/preliz/pull/673
  • Use arviz_stats by @aloctavodia in https://github.com/arviz-devs/preliz/pull/675
  • improve hdi computation by @aloctavodia in https://github.com/arviz-devs/preliz/pull/676
  • use trapezoid, update requirements by @aloctavodia in https://github.com/arviz-devs/preliz/pull/678
  • remove obsolete code by @aloctavodia in https://github.com/arviz-devs/preliz/pull/679

Full Changelog: https://github.com/arviz-devs/preliz/compare/0.19.0...0.20.0

Scientific Software - Peer-reviewed - Python
Published by aloctavodia 6 months ago

PreliZ - 0.19.0

What's Changed

  • add logsf method by @OriolAbril in https://github.com/arviz-devs/preliz/pull/671

Full Changelog: https://github.com/arviz-devs/preliz/compare/0.18.0...0.19.0

Scientific Software - Peer-reviewed - Python
Published by aloctavodia 8 months ago

PreliZ - 0.18.0

What's Changed

New Features

  • add logcdf, sf and isf by @aloctavodia in https://github.com/arviz-devs/preliz/pull/670

Documentation

  • Correct a typo: compues -> computes by @star1327p in https://github.com/arviz-devs/preliz/pull/668
  • Update the links in Distributions modifiers by @star1327p in https://github.com/arviz-devs/preliz/pull/669

New Contributors

  • @star1327p made their first contribution in https://github.com/arviz-devs/preliz/pull/668

Full Changelog: https://github.com/arviz-devs/preliz/compare/0.17.0...0.18.0

Scientific Software - Peer-reviewed - Python
Published by aloctavodia 8 months ago

PreliZ - 0.17.0

What's Changed

New Features

  • Add mode method for Discrete distributions by @aleicazatti in https://github.com/arviz-devs/preliz/pull/660
  • Add mode method to MvNormal by @aleicazatti in https://github.com/arviz-devs/preliz/pull/661
  • Add Mode method to Dirichlet by @aleicazatti in https://github.com/arviz-devs/preliz/pull/662
  • Add Mode method to Truncated by @aleicazatti in https://github.com/arviz-devs/preliz/pull/663
  • Add Mode to Hurdle and Censored by @aleicazatti in https://github.com/arviz-devs/preliz/pull/664

Documentation

  • Add "all" to methods in citations by @rohanbabbar04 in https://github.com/arviz-devs/preliz/pull/658

Maintenance and bug fixes

  • Allow scipy version 1.15 by @aloctavodia in https://github.com/arviz-devs/preliz/pull/666

Full Changelog: https://github.com/arviz-devs/preliz/compare/0.16.0...0.17.0

Scientific Software - Peer-reviewed - Python
Published by aloctavodia 8 months ago

PreliZ - 0.16.0

What's Changed

New Features

  • Add mode to distributions by @rohanbabbar04 in https://github.com/arviz-devs/preliz/pull/628, https://github.com/arviz-devs/preliz/pull/632, https://github.com/arviz-devs/preliz/pull/635, and https://github.com/arviz-devs/preliz/pull/650
  • Add mode method for DiscreteWeibull, LogitNormal, Hypergeometric and SkewNormal by @Advaitgaur004 in https://github.com/arviz-devs/preliz/pull/636
  • Generalize legend to accept arbitrary strings by @aloctavodia in https://github.com/arviz-devs/preliz/pull/644
  • Predictive explorer: add option to fix y_lims by @aleicazatti in https://github.com/arviz-devs/preliz/pull/648

Maintenance and bug fixes

  • Update workflows to latest versions by @rohanbabbar04 in https://github.com/arviz-devs/preliz/pull/626
  • Add ruff for linting instead of pylint by @rohanbabbar04 in https://github.com/arviz-devs/preliz/pull/625
  • Fix p2p_bambi test check by @rohanbabbar04 in https://github.com/arviz-devs/preliz/pull/630
  • Sphinx configuration in .readthedocs.yaml by @rohanbabbar04 in https://github.com/arviz-devs/preliz/pull/633
  • Update dependencies by @rohanbabbar04 in https://github.com/arviz-devs/preliz/pull/637
  • Add support for Python 3.13 by @rohanbabbar04 in https://github.com/arviz-devs/preliz/pull/638
  • ppa: fix random seed by @aloctavodia in https://github.com/arviz-devs/preliz/pull/645
  • Update tests for pymc for python3.13 by @rohanbabbar04 in https://github.com/arviz-devs/preliz/pull/653

Documentation

  • Add a new page for Examples Gallery by @rohanbabbar04 in https://github.com/arviz-devs/preliz/pull/627
  • Distributions Gallery: Small fix in uniform.md by @aleicazatti in https://github.com/arviz-devs/preliz/pull/639
  • Separating pages from Overview by @rohanbabbar04 in https://github.com/arviz-devs/preliz/pull/642
  • Distributions Gallery: add tags by @aleicazatti in https://github.com/arviz-devs/preliz/pull/641
  • Distributions Gallery: fix see-also links by @aleicazatti in https://github.com/arviz-devs/preliz/pull/643
  • Add sphinxbibtex and function to get references from methods by @rohanbabbar04 in https://github.com/arviz-devs/preliz/pull/651
  • Distributions Gallery: Separate Colors by Category by @aleicazatti in https://github.com/arviz-devs/preliz/pull/652
  • Swap descriptions of truncated and censored distributions by @pdb5627 in https://github.com/arviz-devs/preliz/pull/655

New Contributors

  • @Advaitgaur004 made their first contribution in https://github.com/arviz-devs/preliz/pull/636
  • @pdb5627 made their first contribution in https://github.com/arviz-devs/preliz/pull/655

Full Changelog: https://github.com/arviz-devs/preliz/compare/0.15.0...0.16.0

Scientific Software - Peer-reviewed - Python
Published by aloctavodia 10 months ago

PreliZ - 0.15.0

What's Changed

New Features

  • maxent: fix any of the properties of the distribution (summary statistics) by @aloctavodia in https://github.com/arviz-devs/preliz/pull/616

Maintenance and bug fixes

  • Fix plot_interactive bug for multivariate distributions by @aloctavodia in https://github.com/arviz-devs/preliz/pull/619
  • Improve interactive tests by @aloctavodia in https://github.com/arviz-devs/preliz/pull/623

Documentation

  • Add note about restraints by @aloctavodia in https://github.com/arviz-devs/preliz/pull/624

Full Changelog: https://github.com/arviz-devs/preliz/compare/0.14.0...0.15.0

Scientific Software - Peer-reviewed - Python
Published by aloctavodia 12 months ago

PreliZ - 0.14.0

What's Changed

New Features

  • Add rcParams by @aloctavodia in https://github.com/arviz-devs/preliz/pull/615

Maintenance and bug fixes

  • Add test for modes by @aloctavodia in https://github.com/arviz-devs/preliz/pull/613
  • Do not expose posteriortoprior by @aloctavodia in https://github.com/arviz-devs/preliz/pull/614

Documentation

  • Distributions Gallery: Add pronunciation to ZIB, ZINB and ZIP by @aleicazatti in https://github.com/arviz-devs/preliz/pull/606
  • Distributions Gallery: Add Dirichlet by @aleicazatti in https://github.com/arviz-devs/preliz/pull/608
  • Distributions Gallery: Add MvNormal by @aleicazatti in https://github.com/arviz-devs/preliz/pull/609
  • Distributions Gallery: Add Mixture by @aleicazatti in https://github.com/arviz-devs/preliz/pull/610
  • Distributions Gallery: Add Hurdle by @aleicazatti in https://github.com/arviz-devs/preliz/pull/611
  • Fix Roulette docstring by @aloctavodia in https://github.com/arviz-devs/preliz/pull/607
  • Fix hurdle docstring by @aloctavodia in https://github.com/arviz-devs/preliz/pull/612

Full Changelog: https://github.com/arviz-devs/preliz/compare/0.13.0...0.14.0

Scientific Software - Peer-reviewed - Python
Published by aloctavodia about 1 year ago

PreliZ - 0.13.0

What's Changed

New Features

  • Add mode argument to maxent by @aloctavodia in https://github.com/arviz-devs/preliz/pull/603

Maintenance and bug fixes

  • refactor ppe and related functions by @aloctavodia in https://github.com/arviz-devs/preliz/pull/597

Documentation

  • Distribution Gallery: Add Geometric by @aleicazatti in https://github.com/arviz-devs/preliz/pull/595
  • Distributions Gallery: Improve layout Distribution Pages by @aleicazatti in https://github.com/arviz-devs/preliz/pull/596
  • Distributions Gallery: Apply new layout to distribution pages by @aleicazatti in https://github.com/arviz-devs/preliz/pull/598
  • Distribution Gallery: Add HyperGeometric by @aleicazatti in https://github.com/arviz-devs/preliz/pull/600
  • Distributions Gallery: Add ZIB by @aleicazatti in https://github.com/arviz-devs/preliz/pull/601
  • Distributions Gallery: Add ZINB by @aleicazatti in https://github.com/arviz-devs/preliz/pull/602
  • Distributions Gallery: Add ZIP by @aleicazatti in https://github.com/arviz-devs/preliz/pull/605

Full Changelog: https://github.com/arviz-devs/preliz/compare/0.12.0...0.13.0

Scientific Software - Peer-reviewed - Python
Published by aloctavodia about 1 year ago

PreliZ - 0.12.0

What's Changed

New Features

  • Make quartile_int a class by @rohanbabbar04 in https://github.com/arviz-devs/preliz/pull/570
  • Add Mixture modifier by @aloctavodia in https://github.com/arviz-devs/preliz/pull/572
  • Add to_bambi method by @aloctavodia in https://github.com/arviz-devs/preliz/pull/578

Maintenance and bug fixes

  • Refactor ppe by @aloctavodia in https://github.com/arviz-devs/preliz/pull/579
  • fix corner case Weibull pdf by @aloctavodia in https://github.com/arviz-devs/preliz/pull/583
  • fix corner case hdi Censored by @aloctavodia in https://github.com/arviz-devs/preliz/pull/590
  • Circular intervals for VonMises by @aloctavodia in https://github.com/arviz-devs/preliz/pull/592
  • Dirichlet: more robust joint pdf for larger values of alpha by @aloctavodia in https://github.com/arviz-devs/preliz/pull/593

Documentation

  • Distributions Gallery: Add Triangular by @aleicazatti in https://github.com/arviz-devs/preliz/pull/571
  • Distributions Gallery: Add TruncatedNormal by @aleicazatti in https://github.com/arviz-devs/preliz/pull/573
  • Distributions Gallery: Add VonMises by @aleicazatti in https://github.com/arviz-devs/preliz/pull/574
  • Distributions Gallery: Add Wald by @aleicazatti in https://github.com/arviz-devs/preliz/pull/581
  • Distributions Gallery: Add Weibull by @aleicazatti in https://github.com/arviz-devs/preliz/pull/582
  • Distributions Gallery: Add BetaBinomial by @aleicazatti in https://github.com/arviz-devs/preliz/pull/584
  • Distribution Gallery: Add Binomial by @aleicazatti in https://github.com/arviz-devs/preliz/pull/586
  • Distribution Gallery: Add DiscreteUniform by @aleicazatti in https://github.com/arviz-devs/preliz/pull/589
  • Distribution Gallery: Add Categorical by @aleicazatti in https://github.com/arviz-devs/preliz/pull/588
  • Distribution Gallery: Add DiscreteWeibull by @aleicazatti in https://github.com/arviz-devs/preliz/pull/591
  • Reorganize and update docs by @aloctavodia in https://github.com/arviz-devs/preliz/pull/594

Full Changelog: https://github.com/arviz-devs/preliz/compare/0.11.0...0.12.0

Scientific Software - Peer-reviewed - Python
Published by aloctavodia about 1 year ago

PreliZ - 0.11.0

What's Changed

New Features

  • Add combine_roulette function by @aloctavodia in https://github.com/arviz-devs/preliz/pull/555
  • Add combine function by @aloctavodia in https://github.com/arviz-devs/preliz/pull/557
  • mle: handle multidimensional samples by @aloctavodia in https://github.com/arviz-devs/preliz/pull/568

Documentation

  • Add ChangeLog to website by @rohanbabbar04 in https://github.com/arviz-devs/preliz/pull/562
  • Distribution Gallery: Add Laplace by @aleicazatti in https://github.com/arviz-devs/preliz/pull/553
  • Distributions Gallery: Add LogitNormal by @aleicazatti in https://github.com/arviz-devs/preliz/pull/560
  • Distributions Gallery: Add Pareto by @aleicazatti in https://github.com/arviz-devs/preliz/pull/563
  • Distributions Gallery: Add Rice by @aleicazatti in https://github.com/arviz-devs/preliz/pull/565
  • Distributions Gallery: Add SkewNormal by @aleicazatti in https://github.com/arviz-devs/preliz/pull/566
  • Distributions Gallery: Add Moyal by @aleicazatti in https://github.com/arviz-devs/preliz/pull/561
  • Distributions Gallery: Add SkewStudentT by @aleicazatti in https://github.com/arviz-devs/preliz/pull/567
  • Distribution Gallery: Add Log-Logistic by @aleicazatti in https://github.com/arviz-devs/preliz/pull/556
  • Update tagline by @aloctavodia in https://github.com/arviz-devs/preliz/pull/558

Full Changelog: https://github.com/arviz-devs/preliz/compare/0.10.0...0.11.0

Scientific Software - Peer-reviewed - Python
Published by aloctavodia about 1 year ago

PreliZ - 0.10.0

What's Changed

New Features

  • Extend "to_pymc" to transformed variables by @aloctavodia in https://github.com/arviz-devs/preliz/pull/544
  • Roulette is a class now and fitted distribution can be accessed with the attribute .dist by @aloctavodia in https://github.com/arviz-devs/preliz/pull/546

Maintenance and bug fixes

  • Fix bounds and psi param for Hurdle by @aloctavodia in https://github.com/arviz-devs/preliz/pull/537
  • Remove ArviZ dependency by @aloctavodia in https://github.com/arviz-devs/preliz/pull/536
  • PPA: several fixes by @aloctavodia in https://github.com/arviz-devs/preliz/pull/549

Documentation

  • Add reference to PriorDB by @aloctavodia in https://github.com/arviz-devs/preliz/pull/535
  • Distribution Gallery: Add HalfCauchy by @aleicazatti in https://github.com/arviz-devs/preliz/pull/538
  • Distribution Gallery: Add HalfNormal by @aleicazatti in https://github.com/arviz-devs/preliz/pull/540
  • Distribution Gallery: Add HalfStudentT by @aleicazatti in https://github.com/arviz-devs/preliz/pull/541
  • Distributions Gallery: Add InverseGamma by @aleicazatti in https://github.com/arviz-devs/preliz/pull/542
  • Distribution Gallery: Add Kumaraswamy by @aleicazatti in https://github.com/arviz-devs/preliz/pull/548
  • Add bounds to gallery images by @aloctavodia in https://github.com/arviz-devs/preliz/pull/539

Full Changelog: https://github.com/arviz-devs/preliz/compare/0.9.1...0.10.0

Scientific Software - Peer-reviewed - Python
Published by aloctavodia over 1 year ago

PreliZ - 0.9.1

What's Changed

  • clarify where optimization results are stored by @aloctavodia in https://github.com/arviz-devs/preliz/pull/525
  • Add docs for conda installation by @rohanbabbar04 in https://github.com/arviz-devs/preliz/pull/528
  • Add posteriortoprior example by @rohanbabbar04 in https://github.com/arviz-devs/preliz/pull/527
  • Distribution Gallery: Beta Alternative Parametrization by @aleicazatti in https://github.com/arviz-devs/preliz/pull/529
  • Add NegativeBinomial and Bernoulli distributions to Gallery by @aloctavodia in https://github.com/arviz-devs/preliz/pull/530
  • Add pronunciation audios to gallery by @aloctavodia in https://github.com/arviz-devs/preliz/pull/531
  • Distribution Gallery: ALD alternative parametrization by @aleicazatti in https://github.com/arviz-devs/preliz/pull/532
  • Distribution Gallery: Alternative parametrization by @aleicazatti in https://github.com/arviz-devs/preliz/pull/533
  • Raise error if distribution passed to maxent or quartile is frozen by @aloctavodia in https://github.com/arviz-devs/preliz/pull/534

Full Changelog: https://github.com/arviz-devs/preliz/compare/0.9.0...0.9.1

Scientific Software - Peer-reviewed - Python
Published by aloctavodia over 1 year ago

PreliZ -

What's Changed

New Features

  • Add posteriortoprior function by @rohanbabbar04 in https://github.com/arviz-devs/preliz/pull/508
  • posteriortoprior: accept idata return string with PyMC model by @aloctavodia in https://github.com/arviz-devs/preliz/pull/512
  • Add params_dict attribute by @aloctavodia in https://github.com/arviz-devs/preliz/pull/521
  • Add to_pymc method to distributions by @aloctavodia in https://github.com/arviz-devs/preliz/pull/523
  • Add bambi support for posteriortoprior by @rohanbabbar04 in https://github.com/arviz-devs/preliz/pull/522

Maintenance and bug fixes

  • Solve for pymc>=5.16.0 by @rohanbabbar04 in https://github.com/arviz-devs/preliz/pull/485
  • Add legend argument to multivariate distributions by @aloctavodia in https://github.com/arviz-devs/preliz/pull/488
  • Don't run tests if only docs folder changes by @OriolAbril in https://github.com/arviz-devs/preliz/pull/495
  • Clean namespace and add the missing elements to API doc by @aloctavodia in https://github.com/arviz-devs/preliz/pull/511
  • Update tests for posteriortoprior by @rohanbabbar04 in https://github.com/arviz-devs/preliz/pull/515

Documentation

  • Add Distribution Gallery by @aleicazatti in https://github.com/arviz-devs/preliz/pull/465
  • Add note about PyMC and Bambi installation by @aloctavodia in https://github.com/arviz-devs/preliz/pull/472
  • Update normal distribution page by @aleicazatti in https://github.com/arviz-devs/preliz/pull/477
  • Add Beta distribution to the gallery by @aloctavodia in https://github.com/arviz-devs/preliz/pull/478
  • Add Student's T distribution page by @aleicazatti in https://github.com/arviz-devs/preliz/pull/480
  • Gallery: Add script to generate cover images by @aloctavodia in https://github.com/arviz-devs/preliz/pull/479
  • Add logistic distribution page by @aleicazatti in https://github.com/arviz-devs/preliz/pull/481
  • Add Cauchy distribution page by @aleicazatti in https://github.com/arviz-devs/preliz/pull/483
  • Fix Logistic docstring by @aleicazatti in https://github.com/arviz-devs/preliz/pull/484
  • Add LogNormal distribution page by @aleicazatti in https://github.com/arviz-devs/preliz/pull/486
  • Add Exponential distribution page by @aleicazatti in https://github.com/arviz-devs/preliz/pull/487
  • Add Multivariate images to the distribution gallery by @aloctavodia in https://github.com/arviz-devs/preliz/pull/489
  • Gallery: Add Censored and Truncated distributions. by @aloctavodia in https://github.com/arviz-devs/preliz/pull/490
  • Add Poisson to the distribution gallery by @aloctavodia in https://github.com/arviz-devs/preliz/pull/491
  • Gallery: Add uniform distribution page by @aleicazatti in https://github.com/arviz-devs/preliz/pull/494
  • Gallery: Add asymmetric Laplace distribution by @aloctavodia in https://github.com/arviz-devs/preliz/pull/497
  • Gallery: Add beta scaled by @aloctavodia in https://github.com/arviz-devs/preliz/pull/499
  • Gallery: Uniform, remove repeated paragraph by @aleicazatti in https://github.com/arviz-devs/preliz/pull/501
  • Gallery: Default to API docs for missing cards by @aloctavodia in https://github.com/arviz-devs/preliz/pull/502
  • Distribution Gallery: add ChiSquared by @aleicazatti in https://github.com/arviz-devs/preliz/pull/504
  • Add tabs for predictiveexplorer in observedspaceexamplesall.rst by @rohanbabbar04 in https://github.com/arviz-devs/preliz/pull/505
  • Distribution Gallery: Add Gamma by @aleicazatti in https://github.com/arviz-devs/preliz/pull/506
  • use PreliZ style by @aloctavodia in https://github.com/arviz-devs/preliz/pull/509
  • Distributions Gallery: Add ExGaussian by @aleicazatti in https://github.com/arviz-devs/preliz/pull/507
  • Distributions Gallery: Add Gumbel by @aleicazatti in https://github.com/arviz-devs/preliz/pull/514

Full Changelog: https://github.com/arviz-devs/preliz/compare/0.8.1...0.9.0

Scientific Software - Peer-reviewed - Python
Published by aloctavodia over 1 year ago

PreliZ - 0.8.1

What's Changed

  • Fix Missing distributions in api_reference.rst by @rohanbabbar04 in https://github.com/arviz-devs/preliz/pull/467
  • Improve Docs for predictive functions by @rohanbabbar04 in https://github.com/arviz-devs/preliz/pull/468
  • Remove sphinx_thebe conf and dependency by @rohanbabbar04 in https://github.com/arviz-devs/preliz/pull/469
  • fix moments labels by @aloctavodia in https://github.com/arviz-devs/preliz/pull/471

Full Changelog: https://github.com/arviz-devs/preliz/compare/0.8.0...0.8.1

Scientific Software - Peer-reviewed - Python
Published by aloctavodia over 1 year ago

PreliZ - 0.8.0

What's Changed

New Features

  • Add pymc support to predictive explorer by @rohanbabbar04 in https://github.com/arviz-devs/preliz/pull/450
  • Add support for engine="auto" and bambi models in predictive explorer by @rohanbabbar04 in https://github.com/arviz-devs/preliz/pull/455
  • Add example for bambi and pymc to observedspaceexamples by @rohanbabbar04 in https://github.com/arviz-devs/preliz/pull/456
  • use g format string for distribution repr by @aloctavodia in https://github.com/arviz-devs/preliz/pull/459
  • improve hdi computation and interval representation by @aloctavodia in https://github.com/arviz-devs/preliz/pull/458

Maintenance and bug fixes

  • Fix TruncatedNormal Docs by @rohanbabbar04 in https://github.com/arviz-devs/preliz/pull/446
  • improve interval report by @aloctavodia in https://github.com/arviz-devs/preliz/pull/457
  • fix small issues in docstrings by @aloctavodia in https://github.com/arviz-devs/preliz/pull/454

Full Changelog**: https://github.com/arviz-devs/preliz/compare/0.7.0...0.8.0

Scientific Software - Peer-reviewed - Python
Published by aloctavodia over 1 year ago

PreliZ - 0.7.0

What's Changed

New Features

  • Add LogLogistic distribution by @aloctavodia in https://github.com/arviz-devs/preliz/pull/438
  • Adds support for multiple targets with weights to ppe by @rohanbabbar04 in https://github.com/arviz-devs/preliz/pull/442

Maintenance and bug fixes

  • relax mle test by @aloctavodia in https://github.com/arviz-devs/preliz/pull/441
  • Add tests to ppe by @rohanbabbar04 in https://github.com/arviz-devs/preliz/pull/436
  • improve x_val by @aloctavodia in https://github.com/arviz-devs/preliz/pull/440

Full Changelog: https://github.com/arviz-devs/preliz/compare/0.6.3...0.7.0

Scientific Software - Peer-reviewed - Python
Published by aloctavodia over 1 year ago

PreliZ - 0.6.3

What's Changed

  • Censored and Truncated. Allow bounds to be vectors by @aloctavodia in https://github.com/arviz-devs/preliz/pull/431
  • Add SkewStudentT by @rohanbabbar04 in https://github.com/arviz-devs/preliz/pull/432
  • Fix mle bugs in some distributions by @aloctavodia in https://github.com/arviz-devs/preliz/pull/434 and https://github.com/arviz-devs/preliz/pull/435

Full Changelog: https://github.com/arviz-devs/preliz/compare/0.6.2...0.6.3

Scientific Software - Peer-reviewed - Python
Published by aloctavodia over 1 year ago

PreliZ - 0.6.2

What's Changed

  • add metadata to package so it can be added to conda forge by @OriolAbril in https://github.com/arviz-devs/preliz/pull/430

Full Changelog: https://github.com/arviz-devs/preliz/compare/0.6.1...0.6.2

Scientific Software - Peer-reviewed - Python
Published by aloctavodia over 1 year ago

PreliZ - 0.6.1

What's Changed

  • uneven x_vals by @aloctavodia in https://github.com/arviz-devs/preliz/pull/424
  • fix binomial logpdf at bounds by @aloctavodia in https://github.com/arviz-devs/preliz/pull/425
  • ignore modifier distributions when mapping pymc to preliz by @aloctavodia in https://github.com/arviz-devs/preliz/pull/426
  • use xlogx/y/1py and fix logpdf values outside of the support by @aloctavodia in https://github.com/arviz-devs/preliz/pull/428

Full Changelog: https://github.com/arviz-devs/preliz/compare/0.6.0...0.6.1

Scientific Software - Peer-reviewed - Python
Published by aloctavodia over 1 year ago

PreliZ - 0.6.0

What's Changed

New features

  • Add Hurdle distribution by @aloctavodia in https://github.com/arviz-devs/preliz/pull/398

Add custom distribution (not SciPy wrappers):

  • Add Logistic by @rohanbabbar04 in https://github.com/arviz-devs/preliz/pull/394
  • Add Gumbel by @aloctavodia in https://github.com/arviz-devs/preliz/pull/395
  • Add Pareto by @rohanbabbar04 in https://github.com/arviz-devs/preliz/pull/396
  • Add Cauchy by @rohanbabbar04 in https://github.com/arviz-devs/preliz/pull/401
  • Add LogNormal by @aloctavodia in https://github.com/arviz-devs/preliz/pull/402
  • Add Kumaraswamy by @aloctavodia in https://github.com/arviz-devs/preliz/pull/403
  • Add ChiSquared distribution by @aloctavodia in https://github.com/arviz-devs/preliz/pull/404
  • Add Moyal by @aloctavodia in https://github.com/arviz-devs/preliz/pull/405
  • Add LogitNormal by @aloctavodia in https://github.com/arviz-devs/preliz/pull/406
  • Add hypergeometric by @aloctavodia in https://github.com/arviz-devs/preliz/pull/407
  • Add HalfCauchy by @rohanbabbar04 in https://github.com/arviz-devs/preliz/pull/409
  • Add DiscreteWeibull by @aloctavodia in https://github.com/arviz-devs/preliz/pull/410
  • Add BetaBinomial by @aloctavodia in https://github.com/arviz-devs/preliz/pull/411
  • Add TruncatedNormal by @rohanbabbar04 in https://github.com/arviz-devs/preliz/pull/414
  • Add SkewNormal by @aloctavodia in https://github.com/arviz-devs/preliz/pull/415
  • Add Rice by @aloctavodia in https://github.com/arviz-devs/preliz/pull/416
  • Add BetaScaled by @aloctavodia in https://github.com/arviz-devs/preliz/pull/417
  • Add ExGaussian by @aloctavodia in https://github.com/arviz-devs/preliz/pull/419

Bug fixes and maintenance

  • Add env.yml files for conda/mamba install by @rohanbabbar04 in https://github.com/arviz-devs/preliz/pull/400
  • Remove transition code by @aloctavodia in https://github.com/arviz-devs/preliz/pull/420
  • improve logpdf ExGaussian by @aloctavodia in https://github.com/arviz-devs/preliz/pull/421
  • Use neg_logpdf by @aloctavodia in https://github.com/arviz-devs/preliz/pull/422
  • Fix doc style for ZIB by @aloctavodia in https://github.com/arviz-devs/preliz/pull/412
  • Remove interpolation for plot_pdf of discrete variables by @aloctavodia in https://github.com/arviz-devs/preliz/pull

Full Changelog: https://github.com/arviz-devs/preliz/compare/0.5.0...0.6.0

Scientific Software - Peer-reviewed - Python
Published by aloctavodia over 1 year ago

PreliZ - 0.5.0

What's Changed

New features

  • Add Truncated and Censored distributions by @aloctavodia in https://github.com/arviz-devs/preliz/pull/370 and in https://github.com/arviz-devs/preliz/pull/372

Bug fixes and maintenance

  • Fix bug for predictive_explorer and hist by @aloctavodia in https://github.com/arviz-devs/preliz/pull/381
  • Beta: rename kappa to nu by @aloctavodia in https://github.com/arviz-devs/preliz/pull/385
  • Add Python 3.12 to tests by @rohanbabbar04 in https://github.com/arviz-devs/preliz/pull/390

Add custom distribution (not SciPy wrappers):

  • Add VonMises by @aloctavodia in https://github.com/arviz-devs/preliz/pull/376
  • Add StudentT and HalfStudentT by @aloctavodia in https://github.com/arviz-devs/preliz/pull/379
  • Add InverseGamma by @aloctavodia in https://github.com/arviz-devs/preliz/pull/382
  • Add Wald by @aloctavodia in https://github.com/arviz-devs/preliz/pull/384
  • Add Gamma by @rohanbabbar04 in https://github.com/arviz-devs/preliz/pull/387
  • Add Uniform and DiscreteUniform by @aloctavodia in https://github.com/arviz-devs/preliz/pull/388
  • Add Categorical by @aloctavodia in https://github.com/arviz-devs/preliz/pull/389
  • Add Triangular by @rohanbabbar04 in https://github.com/arviz-devs/preliz/pull/391
  • Add Geometric by @aloctavodia in https://github.com/arviz-devs/preliz/pull/392

Full Changelog: https://github.com/arviz-devs/preliz/compare/0.4.1...0.5.0

Scientific Software - Peer-reviewed - Python
Published by aloctavodia over 1 year ago

PreliZ - 0.4.1

What's Changed

  • Ipython should be optional by @aloctavodia in https://github.com/arviz-devs/preliz/pull/369

Full Changelog: https://github.com/arviz-devs/preliz/compare/0.4.0...0.4.1

Scientific Software - Peer-reviewed - Python
Published by aloctavodia almost 2 years ago

PreliZ - 0.4.0

What's Changed

  • Add plot_interactive to MvNormal by @rohanbabbar04 in https://github.com/arviz-devs/preliz/pull/337
  • Dirichlet Elicitation by @nishant42491 in https://github.com/arviz-devs/preliz/pull/327
  • Add faster Normal implementation by @aloctavodia in https://github.com/arviz-devs/preliz/pull/344
  • Add ppe method for predictive elicitation (very experimental) by @aloctavodia in https://github.com/arviz-devs/preliz/pull/336
  • Add faster HalfNormal distribution by @aloctavodia in https://github.com/arviz-devs/preliz/pull/346
  • Add faster Poisson by @aloctavodia in https://github.com/arviz-devs/preliz/pull/347
  • Add faster Bernoulli and Binomial by @aloctavodia in https://github.com/arviz-devs/preliz/pull/348
  • Add faster Beta by @aloctavodia in https://github.com/arviz-devs/preliz/pull/350
  • Add faster NegativeBinomial by @aloctavodia in https://github.com/arviz-devs/preliz/pull/351
  • Add faster Weibull by @aloctavodia in https://github.com/arviz-devs/preliz/pull/353
  • Add neglogpdf private method by @aloctavodia in https://github.com/arviz-devs/preliz/pull/354
  • Add faster Exponential by @rohanbabbar04 in https://github.com/arviz-devs/preliz/pull/355
  • Add faster Laplace by @rohanbabbar04 in https://github.com/arviz-devs/preliz/pull/356
  • Add npoints argument to xvals. by @aloctavodia in https://github.com/arviz-devs/preliz/pull/357
  • Add faster ZINB by @aloctavodia in https://github.com/arviz-devs/preliz/pull/359
  • Add faster ZIP by @aloctavodia in https://github.com/arviz-devs/preliz/pull/360
  • Add faster ZIB by @aloctavodia in https://github.com/arviz-devs/preliz/pull/362
  • Add faster Asymmetric Laplace by @rohanbabbar04 in https://github.com/arviz-devs/preliz/pull/364

Full Changelog: https://github.com/arviz-devs/preliz/compare/0.3.8...0.4.0

Scientific Software - Peer-reviewed - Python
Published by aloctavodia almost 2 years ago

PreliZ - 0.3.8

What's Changed

  • Add example for plot_func by @rohanbabbar04 in https://github.com/arviz-devs/preliz/pull/311
  • Added quartile_int to `Direct elicitation in 1D by @rohanbabbar04 in https://github.com/arviz-devs/preliz/pull/312
  • Adding tests for ppa by @rohanbabbar04 in https://github.com/arviz-devs/preliz/pull/313
  • Add elicitation of Beta distribution with bounds and mode by @nishant42491 in https://github.com/arviz-devs/preliz/pull/309
  • Add checkboxes to control distributions in roulette by @rohanbabbar04 in https://github.com/arviz-devs/preliz/pull/318
  • Make default mass values consistent, invert order fmt-mass, check fmt is a string by @aloctavodia in https://github.com/arviz-devs/preliz/pull/314
  • Update roulette plot and gif by @rohanbabbar04 in https://github.com/arviz-devs/preliz/pull/322
  • Add beta mode tests by @nishant42491 in https://github.com/arviz-devs/preliz/pull/323
  • Updated ppa widgets to include references by @rohanbabbar04 in https://github.com/arviz-devs/preliz/pull/328
  • Fix MLE for halfnormal by @aloctavodia in https://github.com/arviz-devs/preliz/pull/329
  • Remove predictive_finder by @aloctavodia in https://github.com/arviz-devs/preliz/pull/330
  • Add plot_interactive to Dirichlet by @rohanbabbar04 in https://github.com/arviz-devs/preliz/pull/332

New Contributors

  • @rohanbabbar04 made their first contribution in https://github.com/arviz-devs/preliz/pull/311
  • @nishant42491 made their first contribution in https://github.com/arviz-devs/preliz/pull/309

Full Changelog: https://github.com/arviz-devs/preliz/compare/0.3.7...0.3.8

Scientific Software - Peer-reviewed - Python
Published by aloctavodia almost 2 years ago

PreliZ -

What's Changed

  • refactor ppa by @aloctavodia in https://github.com/arviz-devs/preliz/pull/295
  • Refactor PPA to improve internal documentation by @aloctavodia in https://github.com/arviz-devs/preliz/pull/296
  • Use systematic resampling for predictive finder by @aloctavodia in https://github.com/arviz-devs/preliz/pull/297
  • ensure integer x-axis for pmf by @aloctavodia in https://github.com/arviz-devs/preliz/pull/298
  • fix bug beta distribution sigma/kappa by @aloctavodia in https://github.com/arviz-devs/preliz/pull/299
  • Bambi parser (very experimental)) by @aloctavodia in https://github.com/arviz-devs/preliz/pull/300
  • handle comments by @aloctavodia in https://github.com/arviz-devs/preliz/pull/301
  • add reference values to predictive explorer by @aloctavodia in https://github.com/arviz-devs/preliz/pull/302
  • check psi valid values for ZeroInflated distributions by @aloctavodia in https://github.com/arviz-devs/preliz/pull/304
  • add references by @aloctavodia in https://github.com/arviz-devs/preliz/pull/305
  • Override entropy of TruncatedNormal by @aloctavodia in https://github.com/arviz-devs/preliz/pull/306
  • predictive_explorer: Add option for custom plot by @aloctavodia in https://github.com/arviz-devs/preliz/pull/307

Full Changelog: https://github.com/arviz-devs/preliz/compare/0.3.6...0.3.7

Scientific Software - Peer-reviewed - Python
Published by aloctavodia almost 2 years ago

PreliZ - 0.3.6

What's Changed

  • unpin matplotlib by @aloctavodia in https://github.com/arviz-devs/preliz/pull/285
  • fix a bug in roulette and improve scale by @aloctavodia in https://github.com/arviz-devs/preliz/pull/286
  • add more distributions to roulette by @aloctavodia in https://github.com/arviz-devs/preliz/pull/287
  • add quartile_int function by @aloctavodia in https://github.com/arviz-devs/preliz/pull/288
  • customize roulette by @aloctavodia in https://github.com/arviz-devs/preliz/pull/291
  • rename predictivesliders to predictiveexplorer refactor and new features by @aloctavodia in https://github.com/arviz-devs/preliz/pull/292
  • add predictive_finder method (experimental) by @aloctavodia in https://github.com/arviz-devs/preliz/pull/293

Full Changelog: https://github.com/arviz-devs/preliz/compare/0.3.5...0.3.6

Scientific Software - Peer-reviewed - Python
Published by aloctavodia about 2 years ago

PreliZ - 0.3.5

What's Changed

  • silence warnings by @aloctavodia in https://github.com/arviz-devs/preliz/pull/280
  • extend exclude list ppa by @aloctavodia in https://github.com/arviz-devs/preliz/pull/282

Full Changelog: https://github.com/arviz-devs/preliz/compare/0.3.4...0.3.5

Scientific Software - Peer-reviewed - Python
Published by aloctavodia over 2 years ago

PreliZ - 0.3.4

What's Changed

  • Fix LaTeX umlaut by @olexandr-konovalov in https://github.com/arviz-devs/preliz/pull/277

New Contributors

  • @olexandr-konovalov made their first contribution in https://github.com/arviz-devs/preliz/pull/277

Full Changelog: https://github.com/arviz-devs/preliz/compare/0.3.3...0.3.4

Scientific Software - Peer-reviewed - Python
Published by aloctavodia over 2 years ago

PreliZ - 0.3.3

What's Changed

  • fix for scipy 1.11.1 by @aloctavodia in https://github.com/arviz-devs/preliz/pull/272
  • allow singular covariance matrix by @aloctavodia in https://github.com/arviz-devs/preliz/pull/274

Full Changelog: https://github.com/arviz-devs/preliz/compare/0.3.2...0.3.3

Scientific Software - Peer-reviewed - Python
Published by aloctavodia over 2 years ago

PreliZ - 0.3.2

What's Changed

  • conditionally import ipywidgets by @aloctavodia in https://github.com/arviz-devs/preliz/pull/268
  • drop python 3.8 add 3.11 by @aloctavodia in https://github.com/arviz-devs/preliz/pull/270

Full Changelog: https://github.com/arviz-devs/preliz/compare/0.3.1...0.3.2

Scientific Software - Peer-reviewed - Python
Published by aloctavodia over 2 years ago

PreliZ - 0.3.1

What's Changed

  • add color and alpha arguments to plot methods by @aloctavodia in https://github.com/arviz-devs/preliz/pull/240
  • add DiscreteWeibull by @aleicazatti in https://github.com/arviz-devs/preliz/pull/239
  • add bounds to optimize_moments by @aloctavodia in https://github.com/arviz-devs/preliz/pull/243
  • add figsize argument to plot_interactive by @aloctavodia in https://github.com/arviz-devs/preliz/pull/244
  • rename fixed_lim to xy_lim by @aleicazatti in https://github.com/arviz-devs/preliz/pull/245
  • add tests for DiscreteWeibull by @aleicazatti in https://github.com/arviz-devs/preliz/pull/242
  • fix entropy and moments of DiscreteWeibull by @aloctavodia in https://github.com/arviz-devs/preliz/pull/249
  • use koay method for estimation of Rice parameters by @aloctavodia in https://github.com/arviz-devs/preliz/pull/251
  • add opt example by @aloctavodia in https://github.com/arviz-devs/preliz/pull/252
  • add overview to readme and landing page by @aloctavodia in https://github.com/arviz-devs/preliz/pull/257
  • quartile init value and message by @aloctavodia in https://github.com/arviz-devs/preliz/pull/256
  • specify model used by ppa by @aloctavodia in https://github.com/arviz-devs/preliz/pull/258
  • add dependency bundles by @aleicazatti in https://github.com/arviz-devs/preliz/pull/259
  • pin scipy version by @aloctavodia in https://github.com/arviz-devs/preliz/pull/265
  • predictive slider: better automatic range by @aloctavodia in https://github.com/arviz-devs/preliz/pull/264

Full Changelog: https://github.com/arviz-devs/preliz/compare/0.3.0...0.3.1

Scientific Software - Peer-reviewed - Python
Published by aloctavodia over 2 years ago

PreliZ - 0.3.0

What's Changed

  • Add optimize_moments internal function by @aloctavodia in https://github.com/arviz-devs/preliz/pull/212
  • Add HyperGeometric distribution by @aleicazatti in https://github.com/arviz-devs/preliz/pull/215
  • Fix bug maxent plot_kwargs by @aloctavodia in https://github.com/arviz-devs/preliz/pull/216
  • Use absolute loss for optimize_moments by @aloctavodia in https://github.com/arviz-devs/preliz/pull/217
  • Rename Student to StudentT by @aloctavodia in https://github.com/arviz-devs/preliz/pull/219
  • Add ZeroInflatedBinomial by @aleicazatti in https://github.com/arviz-devs/preliz/pull/220
  • Add ZeroInflatedNegativeBinomial by @aleicazatti in https://github.com/arviz-devs/preliz/pull/222
  • Add initial support for MultiVariate Variables by @aloctavodia in https://github.com/arviz-devs/preliz/pull/224
  • Add alternative parametrization for Wald by @aleicazatti in https://github.com/arviz-devs/preliz/pull/230
  • Add alternative parametrization for MvNormal by @aleicazatti in https://github.com/arviz-devs/preliz/pull/232
  • Add alternative parametrization for Exponential by @aleicazatti in https://github.com/arviz-devs/preliz/pull/234
  • Add Kumaraswamy distribution by @aleicazatti in https://github.com/arviz-devs/preliz/pull/231
  • Faster KDE predictive sliders by @aloctavodia in https://github.com/arviz-devs/preliz/pull/237

Full Changelog: https://github.com/arviz-devs/preliz/compare/0.2.0...0.3.0

Scientific Software - Peer-reviewed - Python
Published by aloctavodia over 2 years ago

PreliZ -

What's Changed

  • support non_scalar parameters for rvs, cdf and ppf methods by @aloctavodia in https://github.com/arviz-devs/preliz/pull/162
  • Add test plot_interactive and roulette by @aloctavodia in https://github.com/arviz-devs/preliz/pull/163 and in https://github.com/arviz-devs/preliz/pull/164
  • Refactor utils by @aloctavodia in https://github.com/arviz-devs/preliz/pull/167
  • add predictive_sliders function by @aloctavodia in https://github.com/arviz-devs/preliz/pull/168
  • DOCS: small changes to layout, name of notebook, fix typos, improve wording by @aloctavodia in https://github.com/arviz-devs/preliz/pull/170 and in @aloctavodia in https://github.com/arviz-devs/preliz/pull/171
  • Predictive sliders improve parser by @aloctavodia in https://github.com/arviz-devs/preliz/pull/173
  • Make ppa PPL agnostic by @aloctavodia in https://github.com/arviz-devs/preliz/pull/181
  • Add Bernoulli by @aleicazatti in https://github.com/arviz-devs/preliz/pull/182
  • MLE: return index for sorting distributions by @aloctavodia in https://github.com/arviz-devs/preliz/pull/184
  • add AICc to mle by @aloctavodia in https://github.com/arviz-devs/preliz/pull/186
  • PPA: small fixes and refactor by @aloctavodia in https://github.com/arviz-devs/preliz/pull/188
  • try fixing widgets rendering by @OriolAbril in https://github.com/arviz-devs/preliz/pull/187
  • PPA: panel for the "total" prior predictive distribution, automatic selection, and family innovation by @aloctavodia in https://github.com/arviz-devs/preliz/pull/190
  • make ipympl a general requierement by @aloctavodia in https://github.com/arviz-devs/preliz/pull/191
  • predictive_slider: correct support for histograms of discrete variables by @aloctavodia in https://github.com/arviz-devs/preliz/pull/196
  • Add Geometric distribution by @aleicazatti in https://github.com/arviz-devs/preliz/pull/197
  • Point interval: use HDI as default by @aloctavodia in https://github.com/arviz-devs/preliz/pull/198
  • Add BetaBinomial distribution by @aleicazatti in https://github.com/arviz-devs/preliz/pull/200
  • Add Rice distribution by @aleicazatti in https://github.com/arviz-devs/preliz/pull/203
  • add categorical by @aloctavodia in https://github.com/arviz-devs/preliz/pull/205
  • add logitnormal distribution by @aloctavodia in https://github.com/arviz-devs/preliz/pull/206 and in https://github.com/arviz-devs/preliz/pull/210
  • Add ZeroInflatedPoisson by @aloctavodia in https://github.com/arviz-devs/preliz/pull/209

Scientific Software - Peer-reviewed - Python
Published by aloctavodia almost 3 years ago

PreliZ - 0.1.1

What's Changed

  • Refactor plot_interactive, enforce correct parameter types by @aloctavodia in https://github.com/arviz-devs/preliz/pull/157
  • Small fixes @aloctavodia in https://github.com/arviz-devs/preliz/pull/158 and https://github.com/arviz-devs/preliz/pull/160 and https://github.com/arviz-devs/preliz/pull/159

Full Changelog: https://github.com/arviz-devs/preliz/compare/0.1.0...0.1.1

Scientific Software - Peer-reviewed - Python
Published by aloctavodia about 3 years ago

PreliZ - 0.1.0

What's Changed

  • Add alternative parametrization for halfnormal distribution by @aleicazatti in https://github.com/arviz-devs/preliz/pull/106
  • Fix warning message for ambiguous parametrization. Normal and Student by @aleicazatti in https://github.com/arviz-devs/preliz/pull/108
  • Don't add labels if legend is disabled in plot_pdf/cdf/ppf by @aloctavodia in https://github.com/arviz-devs/preliz/pull/109
  • Add alternative parametrization for SkewNormal distribution by @aleicazatti in https://github.com/arviz-devs/preliz/pull/111
  • Add test for plots by @aloctavodia in https://github.com/arviz-devs/preliz/pull/110
  • Add fromtau and totau functions to continuous module by @aleicazatti in https://github.com/arviz-devs/preliz/pull/113
  • PPA: automatically create pymctopreliz dict by @aloctavodia in https://github.com/arviz-devs/preliz/pull/114
  • Add alternative parametrization for HalfStudent distribution by @aleicazatti in https://github.com/arviz-devs/preliz/pull/115
  • Rename fromtau and totau functions as the more general fromprecision and toprecision. by @aleicazatti in https://github.com/arviz-devs/preliz/pull/117
  • Add Logistic distribution by @aleicazatti in https://github.com/arviz-devs/preliz/pull/118
  • Expose pdf, cdf and ppf by @aloctavodia in https://github.com/arviz-devs/preliz/pull/119
  • Add Gumbel distribution by @aleicazatti in https://github.com/arviz-devs/preliz/pull/120
  • Add Moyal distribution by @aleicazatti in https://github.com/arviz-devs/preliz/pull/121
  • Add alternative parametrization to negative binomial by @aloctavodia in https://github.com/arviz-devs/preliz/pull/122
  • Add gif of ppa example by @aloctavodia in https://github.com/arviz-devs/preliz/pull/123
  • ppa: allow non-random initialization by @aloctavodia in https://github.com/arviz-devs/preliz/pull/124
  • PPA: add representations; ecdf, histogram and option to set/unset sharex by @aloctavodia in https://github.com/arviz-devs/preliz/pull/126
  • Add test quartile by @aloctavodia in https://github.com/arviz-devs/preliz/pull/130
  • Specify support for some distributions in the docs by @aleicazatti in https://github.com/arviz-devs/preliz/pull/133
  • Remove unnecessary calls to rv_frozen method by @aloctavodia in https://github.com/arviz-devs/preliz/pull/134
  • Allow fixing arbitrary parameters for maxent and quartile by @aloctavodia in https://github.com/arviz-devs/preliz/pull/136
  • Add ExGaussian distribution by @aloctavodia in https://github.com/arviz-devs/preliz/pull/137
  • Add triangular distribution by @aleicazatti in https://github.com/arviz-devs/preliz/pull/138
  • Add docstring examples to maxent and quartile, update notebook to show how to fix parameters by @aloctavodia in https://github.com/arviz-devs/preliz/pull/139
  • Fix roulette by @aloctavodia in https://github.com/arviz-devs/preliz/pull/142
  • ppa: add argument to specify reference values by @aloctavodia in https://github.com/arviz-devs/preliz/pull/143
  • Add interactive method to distributions by @aloctavodia in https://github.com/arviz-devs/preliz/pull/145
  • Rename interactive to plot_interactive, define integer or float slider as needed, add example by @aloctavodia in https://github.com/arviz-devs/preliz/pull/146
  • Improve maximum likelihood estimation for NegativeBinomial by @aloctavodia in https://github.com/arviz-devs/preliz/pull/147
  • Fix typo in README by @aleicazatti in https://github.com/arviz-devs/preliz/pull/148
  • Increase tolerance Pareto test by @aloctavodia in https://github.com/arviz-devs/preliz/pull/149
  • Allow fixing alt parameters by @aloctavodia in https://github.com/arviz-devs/preliz/pull/150
  • Add logo by @aloctavodia in https://github.com/arviz-devs/preliz/pull/151
  • Remove params_report attribute by @aloctavodia in https://github.com/arviz-devs/preliz/pull/153
  • Add AsymmetricLaplace by @aleicazatti in https://github.com/arviz-devs/preliz/pull/154

Full Changelog: https://github.com/arviz-devs/preliz/compare/0.0.3...0.1.0

Scientific Software - Peer-reviewed - Python
Published by aloctavodia about 3 years ago

PreliZ -

What's Changed

  • Add alternative parametrization for beta distribution by @aloctavodia in https://github.com/arviz-devs/preliz/pull/94
  • Update readme by @aleicazatti in https://github.com/arviz-devs/preliz/pull/95
  • Add alternative parametrization for normal distribution by @aleicazatti in https://github.com/arviz-devs/preliz/pull/97
  • update installation instructions by @aloctavodia in https://github.com/arviz-devs/preliz/pull/96
  • Fix bug by @aleicazatti in https://github.com/arviz-devs/preliz/pull/98
  • Add alternative parametrization for Student distribution by @aleicazatti in https://github.com/arviz-devs/preliz/pull/99
  • Add alternative parametrization for gamma distribution by @aleicazatti in https://github.com/arviz-devs/preliz/pull/100
  • Add ChiSquared distribution by @aleicazatti in https://github.com/arviz-devs/preliz/pull/101
  • Add alternative parametrization for inverse gamma distribution by @aleicazatti in https://github.com/arviz-devs/preliz/pull/103
  • Add VonMises distribution by @aleicazatti in https://github.com/arviz-devs/preliz/pull/102
  • fix corner case for ylim by @aloctavodia in https://github.com/arviz-devs/preliz/pull/104
  • change pointinterval style by @aloctavodia in https://github.com/arviz-devs/preliz/pull/105
  • bump release by @aloctavodia in https://github.com/arviz-devs/preliz/pull/107

Full Changelog: https://github.com/arviz-devs/preliz/compare/0.0.2...0.0.3

Scientific Software - Peer-reviewed - Python
Published by aloctavodia about 3 years ago

PreliZ -

Scientific Software - Peer-reviewed - Python
Published by aloctavodia about 3 years ago