Skip to content

Releases: Epistimio/hydra_orion_sweeper

v1.6.4

07 Dec 16:47
352aa7e
Compare
Choose a tag to compare
Bump version (#36)

v1.6.3

07 Jun 15:02
eceaf77
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.6.2...v1.6.3

v1.6.2

11 Apr 15:20
c4c4c9c
Compare
Choose a tag to compare
  • Introduce warning if orion config key is specified
  • Add new hydra.sweeper.experiment.paramhash to enable users to group trials by their parameters

v1.6.1

03 Apr 14:36
4697da7
Compare
Choose a tag to compare
Update __init__.py (#28)

v1.5.1

14 Dec 16:08
2833935
Compare
Choose a tag to compare

Add support for Python 3.10 & Python 3.11

v1.5.0

09 Nov 16:50
be581e8
Compare
Choose a tag to compare

Inject Orion experiment and trial info for each jobs

  • hydra.sweeper.orion.name: experiment name
  • hydra.sweeper.orion.id: experiment id
  • hydra.sweeper.orion.trial: trial id
  • hydra.sweeper.orion.uuid: experiment uuid

Those fields can be used to create unique directories to store partial results.

hydra:
  sweep:
    dir: multirun/${now:%Y-%m-%d}/${now:%H-%M-%S}
    subdir: ${hydra.sweeper.orion.name}/${hydra.sweeper.orion.uuid}/${hydra.job.id}

v1.4.0

21 Oct 19:13
Compare
Choose a tag to compare
Version bump and makes sure exception are logged

v1.3.1

22 Sep 15:34
87981d3
Compare
Choose a tag to compare
Update __init__.py

v1.3.0 - Added Support for Orion v0.2.6

22 Sep 15:31
Compare
Choose a tag to compare
Fix the integration for newest Orion version

v1.2.1 Test Coverage

26 Jul 19:52
Compare
Choose a tag to compare

What's Changed

  • Add more tests to cover all critical parts of the optimization process by @Delaunay in #12

Full Changelog: v1.2.0...v1.2.1