Skip to content

Releases: bneijt/dqp

Bugfix clear_cache and update documentation

13 Dec 20:20
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.1.0...0.1.1

Cache iter to disk

13 Dec 17:37
dfaa7e8
Compare
Choose a tag to compare

Add iter cache decorator which will cache an iterable to disk while traversing it, allowing for fast re-runs of the iterator without executing logic again.

Write only what you have written

21 Aug 19:48
Compare
Choose a tag to compare
  • Vars files will only be written if they have changed
  • Sources will throw if they do not exists

Unlink nothing is ok

21 Aug 16:23
Compare
Choose a tag to compare
0.0.5

Allow unlink of none without issues

"Let it go"-support

15 Aug 18:24
Compare
Choose a tag to compare

Added support to drop messages already read by source by adding unlink_to.

Head in a package

09 Aug 19:41
Compare
Choose a tag to compare

Updated to the latest of master, still a mind dump and now just branch head in a package.

Mind dump

08 Aug 15:29
Compare
Choose a tag to compare

Initial release and mind-dump of the approach.

Basic approach works, but reading from an open sink will result in issues because the head file is not properly checked on last.