Skip to content

Releases: Serapieum-of-alex/statista

0.6.0

18 Aug 20:43
9328e31
Compare
Choose a tag to compare

restructure the distrubutions module (#91)

0.6.0 (2024-08-18)

dev

  • Add documentations for the distributions, and eva modules.
  • Add autodoc for all modules.
  • Test docstrings as part of CI and pre-commit hooks.
  • Test notebooks as part of CI.
  • Simplify test for the distributions module

distributions

  • move the cdf and parameters for all the methods to be optional parameters.
  • rename theoretical_estimate method to inverse_cdf.
  • All distributions can be instantiated with the parameters and/or data.
  • rename the probability_plot method to plot.
  • move the confidence_interval plot from the probability_plot/plot to the method confidence_interval and can be
    called by activating the plot_figure=True.

descriptors

  • rename the metrics module to descriptors.

0.5.0

11 Dec 21:48
e1f3c07
Compare
Choose a tag to compare

Merge pull request #24 from Serapieum-of-alex/factory-design-pattern

Factory design pattern

  • Unify the all the methods for the distributions.
  • Use factory design pattern to create the distributions.
  • add tests for the eva module.
  • Use snake_case for the methods and variables.

0.4.0

26 Nov 02:18
1f6d7d2
Compare
Choose a tag to compare

Merge pull request #30 from Serapieum-of-alex/more-distributions

more distributions

0.3.0

19 Feb 20:23
e38fd6e
Compare
Choose a tag to compare
  • add documentation for both GEV and Gumbel distributions.
  • add lmoment parameter estimation method for all distributions.
  • add exponential and normal distributions
  • modify the pdf, cdf, and probability plot plots
  • create a separate plot and confidence_interval modules.

0.2.0

08 Feb 18:05
36d4b5d
Compare
Choose a tag to compare
  • add eva (Extreme value analysis) module
  • fix bug in obtaining distribution parameters using optimization method

0.1.8

31 Jan 18:11
Compare
Choose a tag to compare
  • bump up versions

0.1.7

25 Dec 23:53
1d7f0ad
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.1.6...0.1.7

0.1.6

25 Sep 01:15
Compare
Choose a tag to compare
  • replace setup.py by pyproject.toml

0.1.5

23 Sep 21:33
Compare
Choose a tag to compare
  • Fix bug in installing dependencies in setup.py

0.1.4

18 Sep 18:36
Compare
Choose a tag to compare
  • update tp pandas 1.4.4