* new function: rolling_lfit -> calculate the rolling linear fit over a pandas Series * reworked BaseClass and added generic (internal) _get_repr function for better extention methods * _get_repr supports rules for extending standard __repr___ * a lot of bugfixes * documentation updates
0.1.1
Not secure
* new class: DFMapping, creates a mapping from that unifies conventions for a DataFrame * first unit tests * documentation updates * bugfixes
0.1.0
Not secure
The documentation has been updated and many examples have been added. Bugs have been fixed in a number of functions. From the next version on I'm planning on having proper release notes...