Skip to content

v0.9.2

Choose a tag to compare

@orgua orgua released this 17 Jun 13:28
· 501 commits to main since this release
370b9d9

What's Changed

  • update all links and referenced for moving repos to nes-lab
  • herd & sheep: transform version into own command
  • herd & sheep: allow config be pickled, repickled
    • 10 MB YAML Testbed-tasks takes 350 s to load on sheep
    • that 10 MB has same size as pickle, but loads in .5 s
    • Models get wrapped, dumped to dict and platform-dependant pathlib.Path get replaced by string
  • update to gnupru 2025.05
  • herd-tool
    • now looks for herd.yaml instead of .yml
    • allow quiet run_task()
    • sort output before it gets printed
  • sheep - tracers are now properly disabled (run-conditions were messed up before)
  • py-ecosystem - rename logger to log to avoid name-collision
  • various small improvements and fixes
  • tested: pytest sheep, pytest herd windows

Full Changelog: v0.9.1...v0.9.2