Release Notes
A great milestone has been reached!🎉
The release of py50 v1.0 includes the main ideas and concepts I first envisioned for the
project. Future work will include refactoring the code for maintainability and bug fixes. Updates to the Streamlit web
application will be undertaken next. As always, if there are suggestions for improvement, feel free to share!
Updates
**Calculate Statistics**
Need to calculate significance to data? You're in luck. py50 now includes statistical calculations! Special thanks must
be given to the maintainers and contributors of the [Pingouin](https://github.com/raphaelvallat/pingouin?tab=GPL-3.0-1-ov-file#readme) package. Py50 now includes a wrapper for some of
Pingouin's features. Pingouin was chosen for its friendliness with Pandas dataframes.
**Plot Statistic Results with Annotations!**
The calculations can now be used to annotate plots! To achieve this, py50 has wrapped functions from [Statannotations](https://github.com/trevismd/statannotations/tree/master).
This will allow quick plotting of the results on a Seaborn plot. Special thanks to the maintainers and contributors to
Statannotations!
Minor Changes
- Updated parameters for consistency.
- Added parameters in class initializers in Calculator() and PlotCurve()
- Update tutorials to demo code. Check them out [here](https://github.com/tlint101/py50/tree/main/tutorials)!