v0.0.2.0
What's Changed
Breaking changes
- Rename the function
mdtools.statistics.running_averagetomdtools.statistics.cumavto highlight that this function does not calculate a simple running average but a cumulative average. by @andthum in #141 plot_energy_dist.py: Change the second plot to be a cutout of the first plot and change default values of--num-pointsand--observablesby @andthum in #142
New feature
- Create a new function
mdtools.statistics.movavthat calculates the moving average. by @andthum in #141 plot_energy_dist.py: Additionally plot cumulative and moving average by @andthum in #142
Project maintenance
Full Changelog: v0.0.1.0...v0.0.2.0