Skip to content

v0.5.1

Compare
Choose a tag to compare
@bpkroth bpkroth released this 05 Mar 20:45
· 145 commits to main since this release
dc11f71

What's Changed

  • Add tests for mixed numerical type conversions of tunable config data from storage by @bpkroth in #670
  • Fixtures context fixup by @bpkroth in #673
  • Address upcoming changes to default GITHUB_TOKEN permissions by @bpkroth in #674
  • Return status and actual timestamp from all environments by @motus in #671
  • Handle some mypy errors and increase test coverage by @bpkroth in #680
  • New pytest version dependency tweaks by @bpkroth in #681
  • Address pandas warnings about future pyarrow requirements by @bpkroth in #682
  • Address pandas timestamp warnings by @bpkroth in #683
  • Scheduling queue: Allow submitting trials with future timestamps and use watermarks to retrieve configs and results by @motus in #676
  • use named constants to define columns containing IDs and generic values by @motus in #678
  • Allow use of Azure VM Service for only remote exec. by @bpkroth in #675
  • Tweaks for anchored stdout parsing by @bpkroth in #685
  • Allow no tunable configs for benchmarking by @bpkroth in #686
  • Add tests for config data retrieval for experiments with no tunables by @bpkroth in #689
  • Initial work to separate the scheduler and the optimizer (no async yet) by @motus in #684
  • Bump version: 0.5.0 → 0.5.1 to mark a stable version before the big changes (async Environment etc.) by @motus in #695

Full Changelog: v0.5.0...v0.5.1