- First release on PyPi.
- Changed step decorator to work in bare format,
i.e.
<instance>.step
instead of<instance>.step()
- support for additional arguments in steps
- support for exporting a datasteps pipeline as a string
- Enable steps to contain side results next to the transformed data. These could be summaries for diagnostics or plots for an intermediate result
- bugfixes
- bugfixes
- Downgraded python requirements to 3.7 to enable google colab support by default.
No Concrete plans at the moment but feel free to open enhancement issues on github