Recent Releases of statmoments
statmoments - Improved resources release
Enabled new way to build packages
Improved readme and citation
Added abstract class interface
- Python
Published by akochepasov about 1 year ago
statmoments - GPU support release
This release enables GPU computation with using nvmath
What's Changed
- Improved comoments computation in the central moment kernel
- Faster conversion of univariate RM to CM
- Adding GPU computations based of nvmath
Full Changelog: https://github.com/akochepasov/statmoments/compare/v1.0.5...v1.1.0
- Python
Published by akochepasov about 1 year ago
statmoments - Improvements release
This release contains most small improvements: - Better memory estimation - Better formatting - More robust computation for corner cases - Added docker container - Test have been converted to pytest
- Python
Published by akochepasov almost 2 years ago
statmoments - Initial release
The release contains streaming computation of univariate and bivariate statistical moments. Those moments can be computed in Python code as well as in the command line for a given HDF5 dataset. The results have been verified against NIST data and 3rd-party libraries.
Installation
shell
pip install statmoments
- Python
Published by akochepasov over 2 years ago