All Versions
14
Latest Version
Avg Release Cycle
30 days
Latest Release
806 days ago
Changelog History
Page 2
Changelog History
Page 2
-
v0.11.2 Changes
December 04, 2019 -
v0.11.1 Changes
November 21, 2019โ Minor bug fix in the unit test suite for launcher plugins
-
v0.11.0 Changes
November 20, 20190.11.0 (2019-11-19)
๐ Features
- โ Add hydra.experimental API for composing configuration on demand (hydra.experimental.compose) (#219)
- Add hydra.utils.get_original_cwd() to access original working directory and hydra.utils.to_absolute_path() to convert a path to absolute path (#251)
- ๐ Change hydra logging format pattern, example: "[2019-10-22 16:13:10,769][HYDRA] Installed Hydra Plugins" (#254)
- ๐ Change --cfg to require config type (one of 'job', 'hydra' or 'all') (#270)
- ๐ Upgrade to OmegaConf 1.4.0, see full change log here (#280)
- ๐ Experimental support for Jupyter notebooks via compose API (#281)
- ๐ท Allow configuring override_dirname via hydra.job.config.override_dirname to exclude specific keys or change separator characters (#95)
๐ Bug Fixes
- ๐ Fix a bug that caused out of order composition when mixing config-groups with non-config-group in the defaults block (#261)
- ๐ Allow '=' to be used in the value of an override, eg. foo=bar=10 (key foo, value bar=10). (#266)
- ๐ Allow composing config files with dot in their name (foo.bar.yaml) (#271)
๐ Plugins
- ๐ hydra-colorlog plugin adds colored log output.
๐ Improved Documentation
- Document utils.get_original_cwd() and utils.to_absolute_path("foo") (#251)
-
v0.10.0 Changes
October 19, 20190.10.0 (2019-10-19)
๐ง Configuration structure changes
- ๐ Change the default sweep subdir from
๐ท ${hydra.job.num}_${hydra.job.id} to ${hydra.job.num}
(#150)
๐ Features
- App help now contains config groups and generated config App help
can now be customized Hydra help is now available via --hydra-help
(#1) - Simplify install and uninstall commands for tab completion
(#200) - hydra.runtime.cwd now contains the original working directory the
app was launched from
(#244)
๐ Bug Fixes
- ๐ Fix an error with tab completion that occurred when a TAB was
pressed after two spaces
(#203) - ๐ Fix a bug when sweeping over groups that are used in an
0๏ธโฃ interpolation in defaults
(#206) - ๐ Fix tab completion for cases where app name looks like foo.par
(#213)
๐ Improved Documentation
- ๐ Change the default sweep subdir from