Skip to content

v0.4.1

Compare
Choose a tag to compare
@alexdelorenzo alexdelorenzo released this 09 Nov 00:05
· 64 commits to master since this release

This is a small update that improves pipe I/O speeds and CPU usage, especially on Linux and macOS.

  • Add detect dependency, and use it to detect platforms
  • Unix-like systems will use shell I/O redirection
  • Other systems will use iterators over stdin instead of explicitly iterating over input with slow Python for-loops

You can install this like so:

python3 -m pip install onhold==0.4.1