Releases: cameronmore/Statsy
Statsy-v0.3.1
This is the first fully public release of the Statsy Python package, patched from 0.3.0. This package was designed initially as a research project, and not meant to replace more efficient, stable, and production-ready libraries such as NumPy, Pandas, and StatsModels.
Statsy does offer good support for summation notation involving multi-variable functions performed on non-trivial ranges of sets of data (when the range is not simply 0-n).
Because it is written in a highly functional, modular, and Pythonic way (see the Zen of Python), Statsy's source code may be easily reused and repurposed.
Statsy-v0.3.0
This is the first fully public release of the Statsy Python package. This package was designed initially as a research project, and not meant to replace more efficient, stable, and production-ready libraries such as NumPy, Pandas, and StatsModels.
Statsy does offer good support for summation notation involving multi-variable functions performed on non-trivial ranges of sets of data (when the range is not simply 0-n).
Because it is written in a highly functional, modular, and Pythonic way (see the Zen of Python), Statsy's source code may be easily reused and repurposed.
Statsy-v0.2.0
This is the first substantial development release of the Statsy package. This release modularizes the package contents, and introduces many core methods such as median, mode, various kinds of mean, constants (pi, e), and more.
Statsy-v0.1.6
Working to config GitHub actions and PyPi
Statsy-v0.1.5
Working to config GitHub actions and PyPi.
Statsy-v0.1.4
Again, working to config github actions
Statsy-v0.1.3
Configuring github actions
Statsy-v0.1.2
This is a development release of Statsy in order to work on configuring GitHub actions to work with PyPi.