Skip to content

Release 1.10.0

Compare
Choose a tag to compare
@mhucka mhucka released this 04 Apr 20:01
· 18 commits to main since this release

Changes in this release:

  • Removed delay option -y. Servers should probably implement throttling if rates are a problem, and anyway, the default value was probably too short to be of any use, so it's unlikely this option was of any use anyway.
  • Switched to using cpu_count() from Python os package instead of our own custom code.
  • Switched to using Sidetrack instead of original internal debug logging code.
  • Switched to using Bun for basic terminal output.
  • Switched to using CommonPy for common utilities.
  • Internally, use different approach to recording version number and other metadata.
  • Updated and refactored Makefile.
  • Added CITATION.cff file.
  • Refactored and update internal code.
  • Renamed branch master to main.