Mathpy 0.3.0 Released!
This article is originally published at http://www.aaronschlegel.com
I am excited to announce the release of mathpy 0.3.0! This release adds a ton of Excel UDFs including many new statistical and number-theoretic functions, several random number generators and functions for drawing random samples from continuous and discrete probability distributions, and more! More information can be found on the project’s Github repo. The full release notes can be found on the Github release page.
The easiest way to install mathpy is through pip
.
pip install mathpy
Or, if upgrading from a previous version:
pip install mathpy --upgrade
As always, please feel free to submit bug and/or pull requests or just let me know what you think!
The post Mathpy 0.3.0 Released! appeared first on Aaron Schlegel.
Thanks for visiting r-craft.org
This article is originally published at http://www.aaronschlegel.com
Please visit source website for post related comments.