Skip to content

0.16.0

Choose a tag to compare

@michalsosn michalsosn released this 23 Jun 10:25
· 53 commits to main since this release
bc2277d

What's Changed

  • Log run/experiment URL when initializing a Run by @kgodlewski in #268
  • Return true/false from the wait functions depending on whether the operations were processed or they timed out by @michalsosn in #267

Bugfixes and improvements

  • replace multiprocessing synchronization constructs: SharedVars, SequenceTracker, status_tracking_queue with a sqlite based queue reusing the preexisting operations repository. Add run_operation_submission table to the repository by @michalsosn in #258
  • kill SyncProcessSupervisor before killing SyncProcess to avoid an unnecessary error message during the run close procedure by @michalsosn in #274
  • extract released version from the gha env variable instead of relying on poetry to determine the right version by @michalsosn in #273

Full Changelog: 0.15.0...0.16.0