Skip to content

Commit

Permalink
Hydra 1.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
omry committed Jan 7, 2021
1 parent 8bea143 commit bf1f92c
Show file tree
Hide file tree
Showing 8 changed files with 26 additions and 9 deletions.
25 changes: 25 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,28 @@
1.0.5 (2021-01-07)
==================

### Features

- Support Python 3.9 . ([#1062](https://github.com/facebookresearch/hydra/issues/1062))

### API Change (Renames, deprecations and removals)

- Deprecate support for renaming packages via the command line. ([#1140](https://github.com/facebookresearch/hydra/issues/1140))

### Bug Fixes

- Fixed hydra.job.id and hydra.job.num not getting passed to jobs in multirun ([#1270](https://github.com/facebookresearch/hydra/issues/1270))

### Plugins

- Support `additional_parameters` as an optional param in the Submitit launcher plugin.
- Add [Optuna](https://optuna.org/) Sweeper plugin

### Maintenance Changes

- Limit OmegaConf depedency to 2.0 versions ([#1253](https://github.com/facebookresearch/hydra/issues/1253))


1.0.4 (2020-11-17)
==================

Expand Down
2 changes: 1 addition & 1 deletion hydra/__init__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved

# Source of truth for Hydra's version
__version__ = "1.0.4"
__version__ = "1.0.5"
from hydra import utils
from hydra.errors import MissingConfigException
from hydra.main import main
Expand Down
1 change: 0 additions & 1 deletion news/1036.plugin

This file was deleted.

1 change: 0 additions & 1 deletion news/1062.feature

This file was deleted.

1 change: 0 additions & 1 deletion news/1132.plugin

This file was deleted.

1 change: 0 additions & 1 deletion news/1140.api_change

This file was deleted.

3 changes: 0 additions & 3 deletions news/1253.maintenance

This file was deleted.

1 change: 0 additions & 1 deletion news/1270.bugfix

This file was deleted.

0 comments on commit bf1f92c

Please sign in to comment.