Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

Hydra

A framework for elegantly configuring complex applications
Collective - Host: opensource - https://opencollective.com/hydra - Website: https://hydra.cc - Code: https://github.com/facebookresearch/hydra

Bump version -> 1.3.0.dev1

github.com/facebookresearch/hydra - b30f502f4a3217fc270f2b00f27bbb1b93100edb authored about 2 years ago by Jasha <[email protected]>
fixup version_base stragglers (#2425)

github.com/facebookresearch/hydra - 53caeb6520e1bf2a880ca7e5f8ea5c2cc560a82c authored about 2 years ago by Jasha10 <[email protected]>
remove pathlib.Path use as a contextmanager

Path as a contextmanager is deprecated from 3.11 onwards, and was a
no-op since Python 3.9. Also...

github.com/facebookresearch/hydra - 5300a8632d9e5816863b37dbcf32a3fc5326a3c6 authored about 2 years ago by Saugat Pachhai (सौगात) <[email protected]>
Exception formatting: handle case where `module is None` (#2011)

github.com/facebookresearch/hydra - 9ce67207488965431c69b2e2b8e1a2baa0ada4b8 authored over 2 years ago by Jasha10 <[email protected]>
remove dead code from defaults_list.py (#2406)

d.is_options() is always True, so delete the else block.

github.com/facebookresearch/hydra - 06d8a66d1e5cf7b6625358bf9cfce57e7e2a869a authored over 2 years ago by Jasha10 <[email protected]>
support absolute --config-path (#2368)

This was actually already supported as
os.path.join("/blah", "/abs/config"), just returns "/abs/...

github.com/facebookresearch/hydra - 76d63c60904f4ec5534ae2180cb78b06a575e4e7 authored over 2 years ago by Pádraig Brady <[email protected]>
MANIFEST: add requirements.txt and build_helpers (#2397)

github.com/facebookresearch/hydra - 4600734d488b142662b0a379f9f66ac2d7a5a2f9 authored over 2 years ago by Jasha10 <[email protected]>
Add '-' char in ID. (#2094)

Co-authored-by: Pierre Gleize <[email protected]>
Co-authored-by: Jasha10 <[email protected]...

github.com/facebookresearch/hydra - e762298b55d8ad44364702abd809a54967becb79 authored over 2 years ago by gleize <[email protected]>
Use permalinks for hardcoded urls in warnings/errors (#2393)

github.com/facebookresearch/hydra - 9849980bba79fbb8022c76666afa1e5337487418 authored over 2 years ago by Jasha10 <[email protected]>
setup.py: explicitly distribute hydra submodules (#2385)

Resolves a setuptools deprecation warning that results when building
wheels. Closes https://git...

github.com/facebookresearch/hydra - 0570bb78637cb444aad4b2a28b4733da072a79e9 authored over 2 years ago by Jasha10 <[email protected]>
mypy CI: make plugins PEP-561-compliant (#2377)

github.com/facebookresearch/hydra - dc36b1877b645b4c6da68a74fc7d7a9999d73f27 authored over 2 years ago by Jasha10 <[email protected]>
isort hydra_ray_launcher imports (#2378)

github.com/facebookresearch/hydra - f615eae98b19f90b7add3529decb6eda46f058ff authored over 2 years ago by Jasha10 <[email protected]>
ax sweeper: allow task function to return dict

github.com/facebookresearch/hydra - 5243c219033ebf90b9e7416d4b03b361aeff00f8 authored over 2 years ago by pkendrick <[email protected]>
Bump hydra-ax-sweeper 1.2.0 -> 1.3.0.dev0

github.com/facebookresearch/hydra - 8dd0d81e0c12dd1f1a11bedc7dbf1e159635f640 authored over 2 years ago by Jasha <[email protected]>
hydra-ax-sweeper: pin gpytorch

github.com/facebookresearch/hydra - 69ff62f7a7ec1d40caea47b95ec1bdb1bc80e386 authored over 2 years ago by Jasha <[email protected]>
fixup for PR #2361: accommodate windows in regex

github.com/facebookresearch/hydra - 76d6f27af19d97570206a808265cc5b42cc034a3 authored over 2 years ago by Jasha <[email protected]>
nevergrad-sweeper: remove pins on numpy and cma

github.com/facebookresearch/hydra - 869085529ceef312d94710a863cb1d879e7bf85d authored over 2 years ago by Jasha <[email protected]>
nevergrad-sweeper: support python3.10

github.com/facebookresearch/hydra - 2914c0851f1096a901a8d7c1d32a6f5e4ccdd947 authored over 2 years ago by Jasha <[email protected]>
Bump hydra-nevergrad-sweeper 1.2.0 -> 1.3.0.dev0

github.com/facebookresearch/hydra - 0dfbd7f05437e0eb1ac3d2a3b0066c05b29026f9 authored over 2 years ago by Jasha <[email protected]>
Bump hydra-optuna-sweeper 1.2.0 -> 1.3.0.dev0 (#2370)

github.com/facebookresearch/hydra - 25946d5fb23d6f225d69ada778ea293621fe37c2 authored over 2 years ago by Jasha10 <[email protected]>
add task_function kwarg to on_job_start callback (#2361)

github.com/facebookresearch/hydra - f259a3d16f584c9cda9fd1323076375124d74c85 authored over 2 years ago by Jasha10 <[email protected]>
maintain compat with initialize positional param order

following commit 9802cdbc
maintain backwards compat with existing param order.

github.com/facebookresearch/hydra - 26423d4e92b77b72b9d4f9f27cc5795725d98b8a authored over 2 years ago by Pádraig Brady <[email protected]>
jupyter notebook CI: ignore Pytest warning

github.com/facebookresearch/hydra - a09c7f0fe035ccf49e0682abe5004a94d0fcaa7e authored over 2 years ago by Jasha <[email protected]>
jupyter notebook CI: remove pin on pytest version

github.com/facebookresearch/hydra - 98a051d36a834cdf134cfb3360907afc8d0c0c44 authored over 2 years ago by Jasha <[email protected]>
only add pickle5 to pip list if python < 3.8 (#2337)

* only add pickle5 to pip list if python < 3.8

Co-authored-by: Guilherme Pires <guilherme.pir...

github.com/facebookresearch/hydra - 50bf13ed5389f00fa7b89517bd5da272a28f0ea0 authored over 2 years ago by Guilherme Pires <[email protected]>
macOS CI: bump xcode 12.0.0 -> 13.4.1

github.com/facebookresearch/hydra - 0855917472105b6863663ed344dd4281e89e4d6c authored over 2 years ago by Jasha <[email protected]>
docs: rm hydra.cc prefix from links to local pages (#2333)

Update several markdown links in the Hydra docs. Links
of the form `[...](https://hydra.cc/docs...

github.com/facebookresearch/hydra - 782eb04eb5ac22e90aad0a440d871eb1bad198b4 authored over 2 years ago by Jasha10 <[email protected]>
Fix docs url across the repo (#2332)

Co-authored-by: Dhanvanth <[email protected]>
Co-authored-by: Jasha <8935917+Jasha10@us...

github.com/facebookresearch/hydra - 62e67f318b7421e0acfb7cf51738ec7dc4320b08 authored over 2 years ago by DanTremonti <[email protected]>
include version number in stable docs urls (#2321)

github.com/facebookresearch/hydra - 57287ec4dae6cea15f3254e8c453ec7972140483 authored over 2 years ago by Jasha10 <[email protected]>
Copy entire `master_config` cache to `sweep_config`.

Partially reverts the intention of #749 (do not copy cached `env` resolver values), as this was ...

github.com/facebookresearch/hydra - a9a70c1c7167883fd6c1aff97413686bf499af47 authored over 2 years ago by dominicgkerr <[email protected]>
black linting.

github.com/facebookresearch/hydra - e51f3ec0442139473b09ac9f88ab44cf511605c1 authored over 2 years ago by dominicgkerr <[email protected]>
Removed unused imports.

github.com/facebookresearch/hydra - 69121b411eff11ff43640f2dbb918de706029af4 authored over 2 years ago by dominicgkerr <[email protected]>
Clarify error message for `instantiate` (#2290)

github.com/facebookresearch/hydra - f559c4a1c5fa3d90bcd9f7e5d268a152d3c9cfc8 authored over 2 years ago by Jasha10 <[email protected]>
:bugfix: resolve pickle5 vs. pythonversion -- formatted

github.com/facebookresearch/hydra - 4165273371796346cf3966cbee593a44a22aba42 authored over 2 years ago by Tom Nuno Wolf <[email protected]>
:bugfix: resolve pickle5 vs. pythonversion -- removed unused import

github.com/facebookresearch/hydra - 27eae2498be65f89d8718a6fabaa87599e420627 authored over 2 years ago by Tom Nuno Wolf <[email protected]>
:bugfix: resolve pickle5 vs. pythonversion -- added missing import

github.com/facebookresearch/hydra - b3697aaaa0ac7f18d0185c018ac73d49519a5c96 authored over 2 years ago by Tom Nuno Wolf <[email protected]>
:bugfix: remove pickle5 dependency and change imports for python version >= 3.8

github.com/facebookresearch/hydra - efcabdf9723eb57a841303309ee6094170974551 authored over 2 years ago by Tom Nuno Wolf <[email protected]>
:bugfix: resolve pickle5 vs. pythonversion -- try catch version

github.com/facebookresearch/hydra - 0da8ef59c3331d9c54d1d3b4e9aa51029030ef1c authored over 2 years ago by Tom Nuno Wolf <[email protected]>
Update and run pre-commit

* Updating https://github.com/pycqa/flake8 ... updating 3.9.2 -> 4.0.1.

github.com/facebookresearch/hydra - fc40f929d2d4f3182013b5d0f80d16ce5ab488a4 authored over 2 years ago by SADIK KUZU <[email protected]>
pre-commit autoupdate

Run "pre-commit autoupdate"

Updating https://github.com/pycqa/isort ... [INFO] Initializing env...

github.com/facebookresearch/hydra - 57572cc31e04884ba3845367081620dc278b0502 authored over 2 years ago by SADIK KUZU <[email protected]>
Properly handle decorated functions (#2308)

Co-authored-by: Martynov Maxim <[email protected]>

github.com/facebookresearch/hydra - b984edb6c3e14b0a708fb5279d7804a4610dd648 authored over 2 years ago by Jasha10 <[email protected]>
Bump terser from 5.10.0 to 5.14.2 in /website

Bumps [terser](https://github.com/terser/terser) from 5.10.0 to 5.14.2.
- [Release notes](https:...

github.com/facebookresearch/hydra - 3856c792966e9d4e318a65f954de4690f9f274ca authored over 2 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Add test that shows usage of deprecated search space fails and properly support search_space

github.com/facebookresearch/hydra - d1ca0da97dc437768f421b89adbcd22965cae967 authored over 2 years ago by mattias <[email protected]>
Add hydra import to 3_working_directory.md example (#2294)

Co-authored-by: Jasha <[email protected]>

github.com/facebookresearch/hydra - dd9e83a95749cfef5845ca71e43cb11e66201b24 authored over 2 years ago by SADIK KUZU <[email protected]>
Implement max_failure_rate feature in optuna sweeper plugin

github.com/facebookresearch/hydra - 1d897e9f75bb47ddc65ef02e981fc6a2918fee0b authored over 2 years ago by mattias <[email protected]>
docs: Fix a few typos (#2280)

github.com/facebookresearch/hydra - ec8dc8c5b02f94c4ac733db56e9d1953340782e8 authored over 2 years ago by Tim Gates <[email protected]>
remove dependency on deprecated distutils module (#2277)

Co-authored-by: Jasha <[email protected]>

github.com/facebookresearch/hydra - 957c9d3a2f3614b7f0b2abf9e07a47a881cfcca0 authored over 2 years ago by Martin Drawitsch <[email protected]>
Small clarification in searchpath documentation

github.com/facebookresearch/hydra - e21e182ae9669bac403980b6c4528bd14c54c4e6 authored over 2 years ago by Joshua Chia <[email protected]>
update versioned docs for Hydra v1.1 and v1.2

github.com/facebookresearch/hydra - 8b9ce30802165c1b24dbf4e513eb78d8ca8cacd6 authored over 2 years ago by Jasha <[email protected]>
Update Structured Config docs

github.com/facebookresearch/hydra - 8fd0d23d71cf528528ca5eda26e0c1f0c1e973d7 authored over 2 years ago by Jasha10 <[email protected]>
Add torchrun launcher plugin (#2119)

github.com/facebookresearch/hydra - 6ed3af050ad992bad2f71c804fb1231961915784 authored over 2 years ago by jbaczek <[email protected]>
Mypy: use builtins.str to avoid variable shadowing (#2238)

github.com/facebookresearch/hydra - 88abe128dbec2f03672dacadf7c584abd156657a authored over 2 years ago by Jasha10 <[email protected]>
Bump version -> 1.3.0.dev0

github.com/facebookresearch/hydra - ad5da90bec4b069ae447534383ce8f64dd384ba6 authored over 2 years ago by Jasha10 <[email protected]>
Hydra 1.2 blog post

github.com/facebookresearch/hydra - fc207c7b501b70901eb3dc88487ea1838b35c24e authored over 2 years ago by Pádraig Brady <[email protected]>
fix intro.md references in versioned_docs

The new docusaurus version should have been generated
_after_ the update to the source intro.md
...

github.com/facebookresearch/hydra - 243d80d451cf2244f438dd142ae831acab596384 authored over 2 years ago by Pádraig Brady <[email protected]>
plugins 1.2.0 release

github.com/facebookresearch/hydra - 25d36c5be99d9d5fdcae591c78b0feed86ce5b08 authored over 2 years ago by Pádraig Brady <[email protected]>
Hydra 1.2.0 release

Note NEWS is organized into three sections, ordered as:
* Bug fixes
* New features
* Behav...

github.com/facebookresearch/hydra - 1006611f44fab918d97acda8a84c133859c775d6 authored over 2 years ago by Pádraig Brady <[email protected]>
website doc version for Hydra 1.2

Essentially follow website/docs/development/release.md
But in summary

```
cd website/
# Manua...

github.com/facebookresearch/hydra - 7ed72bb62cd86e947292b9d1f53d0e806776c884 authored over 2 years ago by Pádraig Brady <[email protected]>
fix syntax for win plugin tests (#2212)

github.com/facebookresearch/hydra - cee779324689fdefd0e8f931dfefcc0b831f3b05 authored over 2 years ago by Jieru Hu <[email protected]>
re-enable windows tests (except for py3.10) (#2210)

github.com/facebookresearch/hydra - 4065429188075609c3abd926d1a801c8b32cb68b authored over 2 years ago by Jieru Hu <[email protected]>
Add plugin tests back (#2207)

github.com/facebookresearch/hydra - 36707bbbe7653af3f7a2f3165fcfffc98cbef43d authored over 2 years ago by Jieru Hu <[email protected]>
remove support for hydra.experimental.{compose,initialize}

(when the version_base is >= 1.2).

This was deprecated, and slated for removal in 1.2.

Address...

github.com/facebookresearch/hydra - de1e96ed2995e84f1a91585511a027b486532ee1 authored over 2 years ago by Pádraig Brady <[email protected]>
remove support for _name_ and _group_ from package header

(when the version_base is >= 1.2).

This was deprecated, and slated for removal in 1.2.

Address...

github.com/facebookresearch/hydra - 2c19891a49695750e73291007409f41f3c649114 authored over 2 years ago by Pádraig Brady <[email protected]>
remove support for legacy default list interpolation format

(when the version_base is >= 1.2).

The old ${defaults.N.name} format was deprecated,
and slated...

github.com/facebookresearch/hydra - 22497212ef1f310500b88e260a1809ae3e8ad08b authored over 2 years ago by Pádraig Brady <[email protected]>
fix rq test (#2202)

github.com/facebookresearch/hydra - aeda2bc583c0aa454d1ec578050d1ad472c2772b authored over 2 years ago by Jieru Hu <[email protected]>
hydra_optuna_sweeper lint: f-string !s

github.com/facebookresearch/hydra - c4d9d03a45065530d40c51bfe5d04b1257a014c1 authored over 2 years ago by Jasha <[email protected]>
remove support for TargetConf class

Was deprecated, and slated for removal in 1.2
Addresses issue #1891

github.com/facebookresearch/hydra - 171d8c74d793981be15485b7afe3bc4b10f0fa33 authored over 2 years ago by Pádraig Brady <[email protected]>
bump omegaconf requirement to >= 2.2.0.dev4

This version of omegaconf now has a consistent requirement on antlr-4.9

github.com/facebookresearch/hydra - aa091a663097a5694be058b59254cff49bf9f635 authored over 2 years ago by Pádraig Brady <[email protected]>
update from antlr-4.8 to antlr-4.9

Use the latest 4.9 release (4.9.3)

Addresses issue #2155

github.com/facebookresearch/hydra - f45dfdc7f5bcf17e52f6ebaa5412a79554a10077 authored over 2 years ago by Pádraig Brady <[email protected]>
configen: adjust to omegaconf-2.2 changes

Adjust as per the renamed interfaces in:
https://github.com/omry/omegaconf/pull/911

github.com/facebookresearch/hydra - 1e5474f6177b38ab43fa1542001b861d101323ee authored over 2 years ago by Pádraig Brady <[email protected]>
noxfile: always print installed OmegaConf version

Previously the noxfile's `install_hydra` routine would print the installed OmegaConf
version on...

github.com/facebookresearch/hydra - 3eafdc41939a358d2623f9104fefd5036943a01d authored over 2 years ago by Jasha10 <[email protected]>
upgrade launcher to ray 1.12.0 (#2191)

github.com/facebookresearch/hydra - 28017aa392db3b49adbc711c85b31d783eadfd2c authored over 2 years ago by Jieru Hu <[email protected]>
allow missing value in partial (#2189)

github.com/facebookresearch/hydra - 01c920dee0515cd46899db669f8787e3a6af2cea authored over 2 years ago by Jieru Hu <[email protected]>
Support Python3.10

github.com/facebookresearch/hydra - 277ff54b71e31531923a51459b328391d76bb5b3 authored over 2 years ago by Jasha <[email protected]>
fixup version_base stragglers

github.com/facebookresearch/hydra - 3c42a15fa4573fe13f8d5768075b141a160817fe authored over 2 years ago by Jasha <[email protected]>
avoid running plugin tests on forked PRs

As per https://circleci.com/blog/managing-secrets-when-you-have-pull-requests-from-outside-contr...

github.com/facebookresearch/hydra - 6590a947d04c53ccbe22c2d5c4cfa54f6db2c22e authored over 2 years ago by Pádraig Brady <[email protected]>
add more details to callbacks doc (#2174)

github.com/facebookresearch/hydra - 8160448507791b10dce454ea959bfd2cd47f4783 authored over 2 years ago by Jieru Hu <[email protected]>
Skip contrib in CI (#2173)

github.com/facebookresearch/hydra - 40a76be828569996aa5e7156d75b616a1aab9bb3 authored over 2 years ago by Jieru Hu <[email protected]>
add contrib folder (#2172)

github.com/facebookresearch/hydra - 0a26eea9544dccacd8fbb544a1a525295b54fd0e authored over 2 years ago by Jieru Hu <[email protected]>
Add GridSampler to Optuna (#2169)

github.com/facebookresearch/hydra - d87a14cf51cf38aa218650dd6727f55ce1ab334d authored over 2 years ago by Jieru Hu <[email protected]>
remove support for deprecated hydra override syntax

github.com/facebookresearch/hydra - e8a03a70131ab3f514586bda277abc8db8d38f0d authored over 2 years ago by Jasha <[email protected]>
Bump async from 2.6.3 to 2.6.4 in /website (#2168)

Bumps [async](https://github.com/caolan/async) from 2.6.3 to 2.6.4.
- [Release notes](https://g...

github.com/facebookresearch/hydra - 4f9672d0486a069b8f49dee8231fe19403d9f328 authored over 2 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Add version constraint for Optuna (#2163)

github.com/facebookresearch/hydra - 34cc19aaef53e0c9b64b51e92e5848ee0ed09632 authored over 2 years ago by himkt <[email protected]>
version_base testing: use hydra_restore_singletons

github.com/facebookresearch/hydra - 76ad713de089d8410444f371059e75c9acb1cb70 authored over 2 years ago by Jasha <[email protected]>
fix upgrade guide link

github.com/facebookresearch/hydra - 61ab29ac07c7ff4f87836437fb8f76166f9c549d authored over 2 years ago by Jieru Hu <[email protected]>
remove handling of deprecated "old optional" defaults list syntax

github.com/facebookresearch/hydra - a78d1f6d97a0cd580cb15319f93e39a11d9b655f authored over 2 years ago by Jasha <[email protected]>
bump dev release version

github.com/facebookresearch/hydra - d8fb8138677393512f5a2e9a8bf7582e6eaa5f7b authored over 2 years ago by Jasha <[email protected]>
bump dev release version

github.com/facebookresearch/hydra - 8aba36317459f7ac74e3d081eef14889fcb83453 authored over 2 years ago by Jasha <[email protected]>
document instantiation of targets from builtins module

github.com/facebookresearch/hydra - 0884e69b00880a6e827f1de9699824acd9a358dc authored over 2 years ago by Jasha <[email protected]>
update instantiate for omegaconf 2.2.0.dev2

github.com/facebookresearch/hydra - 4b065e846a9f16002f1ea925f8346d6a98556d53 authored over 2 years ago by Jasha <[email protected]>
add intro video to github main page

Reference the same 1 minute intro video
as already present on the hydra.cc page

github.com/facebookresearch/hydra - a559aa4bf6807d5e3a82e065987825fa322351e2 authored over 2 years ago by Pádraig Brady <[email protected]>
revert pin on OmegaConf

github.com/facebookresearch/hydra - 08129b45a3ac2f362c3a6dcb7685026c8493d045 authored over 2 years ago by Jasha <[email protected]>
update tests for omegaconf v2.2.0.dev1

github.com/facebookresearch/hydra - 76ba7b76d1aae676f019b9a0b194844e7d6ee4fb authored over 2 years ago by Jasha <[email protected]>
enable testing against omegaconf prereleases

github.com/facebookresearch/hydra - 4198d47b1710a2738b30632f16ef7ffd574e16b9 authored over 2 years ago by Jasha <[email protected]>
bump dev release version

github.com/facebookresearch/hydra - 54427527d35c20c65f57d241b5e430c7d0ce8f45 authored over 2 years ago by Jieru Hu <[email protected]>
temporarily pin omegaconf==2.1.*

github.com/facebookresearch/hydra - 5d1559822f124bd4376ff4461a6a8f5347d8c578 authored over 2 years ago by Jasha <[email protected]>
follow-up to PR #1909: make dotpath import relative

github.com/facebookresearch/hydra - 5fbf7ae9143de177565f09c56965cffdc7cf2eaa authored over 2 years ago by Jasha <[email protected]>
Add example of `instantiate` conversion strategies. (#2080)

github.com/facebookresearch/hydra - 88821cfe437f27748445978f23e32f9334e38900 authored over 2 years ago by Jasha10 <[email protected]>
Hydra optuna sweeper custom search space 1909 (#1909)

github.com/facebookresearch/hydra - 0c2af39b155f784329e85cd4212d04e86904b1e8 authored over 2 years ago by Mattias De Charleroy <[email protected]>
remove support for strict flag from compose API

Was deprecated, and slated for removal in 1.2
Addresses issue #1891

github.com/facebookresearch/hydra - 429263a655d97eacce197d00906787ebf19eff0e authored almost 3 years ago by Pádraig Brady <[email protected]>