Changelog
Newest first. Versions follow a simple major.minor.patch scheme.
0.9.4 — current
- Add
chunk(n)transform for batched sinks. write_csvnow flushes incrementally on large outputs.- Docs rebuilt; sha256 of
larkspur.py:4f1c…a209.
0.9.3
- Fix:
dedupekept the last row instead of the first. read_ndjsontolerates trailing empty lines.
0.9.2
- New
filltransform. - Frames are now reusable when the source is a list.
0.9.0
- First public release. Frame / Stream / Transform / Sink model.