Skip to content

Commit

Permalink
plugins 1.2.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
pixelb committed May 17, 2022
1 parent bd29af8 commit 47e29bd
Show file tree
Hide file tree
Showing 33 changed files with 63 additions and 49 deletions.
9 changes: 9 additions & 0 deletions plugins/hydra_ax_sweeper/NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
1.2.0 (2022-05-17)
======================

### Features

- Support for Python 3.10 ([#1856](https://github.com/facebookresearch/hydra/issues/1856))
- Support sampling in log scale. ([#1870](https://github.com/facebookresearch/hydra/issues/1870))


1.1.5.rc1 (2021-05-18)
======================

Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved

__version__ = "1.2.0.dev1"
__version__ = "1.2.0"
1 change: 0 additions & 1 deletion plugins/hydra_ax_sweeper/news/1856.feature

This file was deleted.

1 change: 0 additions & 1 deletion plugins/hydra_ax_sweeper/news/1870.feature

This file was deleted.

10 changes: 3 additions & 7 deletions plugins/hydra_colorlog/NEWS.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,9 @@
1.0.1 (2021-03-30)
==================
1.2.0 (2022-05-17)
======================

### Features

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

### Maintenance Changes

- Pin Hydra 1.0 plugins to hydra-core==1.0.* to discourage usage with Hydra 1.1 ([#1501](https://github.com/facebookresearch/hydra/issues/1501))
- Support for Python 3.10 ([#1856](https://github.com/facebookresearch/hydra/issues/1856))


1.0.1 (2021-03-30)
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved

__version__ = "1.2.0.dev1"
__version__ = "1.2.0"
1 change: 0 additions & 1 deletion plugins/hydra_colorlog/news/1856.feature

This file was deleted.

8 changes: 8 additions & 0 deletions plugins/hydra_joblib_launcher/NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
1.2.0 (2022-05-17)
======================

### Features

- Support for Python 3.10 ([#1856](https://github.com/facebookresearch/hydra/issues/1856))


1.1.2 (2021-03-30)
==================

Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved

__version__ = "1.2.0.dev1"
__version__ = "1.2.0"
1 change: 0 additions & 1 deletion plugins/hydra_joblib_launcher/news/1856.feature

This file was deleted.

7 changes: 3 additions & 4 deletions plugins/hydra_nevergrad_sweeper/NEWS.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
1.1.5 (2021-06-10)
==================
1.2.0 (2022-05-17)
======================

### Features

- Enable support of Python 3.9 . ([#1206](https://github.com/facebookresearch/hydra/issues/1206))
- Change default optimizer to NGOpt ([#1374](https://github.com/facebookresearch/hydra/issues/1374))
- Add fault tolerance via `max_failure_rate` parameter ([#1545](https://github.com/facebookresearch/hydra/issues/1545))


1.1.5 (2021-06-10)
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved

__version__ = "1.2.0.dev1"
__version__ = "1.2.0"
1 change: 0 additions & 1 deletion plugins/hydra_nevergrad_sweeper/news/1545.feature

This file was deleted.

14 changes: 14 additions & 0 deletions plugins/hydra_optuna_sweeper/NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
1.2.0 (2022-05-17)
======================

### Features

- Add support for GridSampler ([#1815](https://github.com/facebookresearch/hydra/issues/1815))
- Support for Python 3.10 ([#1856](https://github.com/facebookresearch/hydra/issues/1856))
- Add experimental 'custom_search_space' configuration node to allow extending trial objects programmatically. ([#1906](https://github.com/facebookresearch/hydra/issues/1906))

### Configuration structure changes

- Add hydra.sweeper.params and deprecate hydra.sweeper.search_space ([#1890](https://github.com/facebookresearch/hydra/issues/1890))


1.1.2 (2022-01-23)
=======================

Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved

__version__ = "1.2.0.dev1"
__version__ = "1.2.0"
1 change: 0 additions & 1 deletion plugins/hydra_optuna_sweeper/news/1815.feature

This file was deleted.

1 change: 0 additions & 1 deletion plugins/hydra_optuna_sweeper/news/1856.feature

This file was deleted.

1 change: 0 additions & 1 deletion plugins/hydra_optuna_sweeper/news/1890.config

This file was deleted.

1 change: 0 additions & 1 deletion plugins/hydra_optuna_sweeper/news/1906.feature

This file was deleted.

9 changes: 9 additions & 0 deletions plugins/hydra_ray_launcher/NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
1.2.0 (2022-05-17)
======================

### Features

- Add support for python 3.9 ([#1205](https://github.com/facebookresearch/hydra/issues/1205))
- Upgrade to ray 1.12.0 ([#2190](https://github.com/facebookresearch/hydra/issues/2190))


1.1.0 (2021-06-10)
=======================

Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved

__version__ = "1.2.0.dev1"
__version__ = "1.2.0"
1 change: 0 additions & 1 deletion plugins/hydra_ray_launcher/news/1205.feature

This file was deleted.

1 change: 0 additions & 1 deletion plugins/hydra_ray_launcher/news/2190.feature

This file was deleted.

13 changes: 3 additions & 10 deletions plugins/hydra_rq_launcher/NEWS.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,10 @@
1.1.0 (2021-06-10)
==================

### Features

- Add support for SSL Redis connections in the RQ launcher plugin ([#1586](https://github.com/facebookresearch/hydra/issues/1586))


1.1.0 (2021-06-10)
==================
1.2.0 (2022-05-17)
======================

### Features

- Add support for SSL Redis connections in the RQ launcher plugin ([#1586](https://github.com/facebookresearch/hydra/issues/1586))
- Support for Python 3.10 ([#1856](https://github.com/facebookresearch/hydra/issues/1856))


1.1.0 (2021-06-10)
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved

__version__ = "1.2.0.dev1"
__version__ = "1.2.0"
1 change: 0 additions & 1 deletion plugins/hydra_rq_launcher/news/1586.feature

This file was deleted.

1 change: 0 additions & 1 deletion plugins/hydra_rq_launcher/news/1856.feature

This file was deleted.

9 changes: 6 additions & 3 deletions plugins/hydra_submitit_launcher/NEWS.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
1.1.5 (2021-06-10)
==================
1.2.0 (2022-05-17)
======================

### Features

- Add support for SLURM parameters `cpus_per_gpu`, `gpus_per_task`, `mem_per_gpu` and `mem_per_cpu` ([#1366](https://github.com/facebookresearch/hydra/issues/1366))
- Add support for SLURM parameters `qos`, `gres` ([#1800](https://github.com/facebookresearch/hydra/issues/1800))
- Support for Python 3.10 ([#1856](https://github.com/facebookresearch/hydra/issues/1856))
- Add support for submitit parameter `account` ([#1920](https://github.com/facebookresearch/hydra/issues/1920))
- Add support for submitit parameter `stderr_to_stdout` ([#1967](https://github.com/facebookresearch/hydra/issues/1967))


1.1.5 (2021-06-10)
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved

__version__ = "1.2.0.dev2"
__version__ = "1.2.0"
1 change: 0 additions & 1 deletion plugins/hydra_submitit_launcher/news/1800.feature

This file was deleted.

1 change: 0 additions & 1 deletion plugins/hydra_submitit_launcher/news/1856.feature

This file was deleted.

1 change: 0 additions & 1 deletion plugins/hydra_submitit_launcher/news/1920.feature

This file was deleted.

1 change: 0 additions & 1 deletion plugins/hydra_submitit_launcher/news/1967.feature

This file was deleted.

0 comments on commit 47e29bd

Please sign in to comment.