All notable changes to this project will be documented in this file.
commodity-channel-index
divide by zero exception
simple-moving-average
now works on logarithmic time, but it assumes only latest time points are added. For adding earlier that latest time points, the complete tail (from early time point to latest) needs to be recomputed. Most of the time only latest time points arrive.
- docstring of
timeseries.keep-latest
to be consistent with code behaviour.
Initial release