Skip to content

Releases: cameronmore/Statsy

Statsy-v0.3.1

20 Dec 01:50

Choose a tag to compare

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

20 Dec 01:44

Choose a tag to compare

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

16 Dec 23:51

Choose a tag to compare

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

15 Dec 21:44

Choose a tag to compare

Working to config GitHub actions and PyPi

Statsy-v0.1.5

15 Dec 21:41
decc22f

Choose a tag to compare

Working to config GitHub actions and PyPi.

Statsy-v0.1.4

15 Dec 21:36
decc22f

Choose a tag to compare

Again, working to config github actions

Statsy-v0.1.3

15 Dec 21:33

Choose a tag to compare

Configuring github actions

Statsy-v0.1.2

15 Dec 21:27
30c7bd7

Choose a tag to compare

This is a development release of Statsy in order to work on configuring GitHub actions to work with PyPi.