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

Issue warning on outdated API usage (#1603)

github.com/facebookresearch/hydra - f0fd13ed413f953d82b4b86bd29f99c1ffcf65eb authored over 3 years ago
Fix escaping in quoted values (#1601)

Fix escaping in quoted values

Fixes #1600

github.com/facebookresearch/hydra - cf23e4d4480f2f5e5d04bcf7b31d2a07b4e2e80d authored over 3 years ago
Override grammar: allow the dollar sign in key names (#1605)

Closes #1437

github.com/facebookresearch/hydra - ed267e00710bb6bf92d8904e4f9b2daa8a0e7770 authored over 3 years ago
docs update (#1595)

github.com/facebookresearch/hydra - 43cc40133d4a07030a5f2ed6d50ab377086c0bf2 authored over 3 years ago
Override grammar: allow question marks in unquoted strings (#1598)

Override grammar: allow question marks in unquoted strings

Fixes #1597

github.com/facebookresearch/hydra - 713d5eadb540be92062cf943caa4020739e0cb90 authored over 3 years ago
Add HydraContext (#1581)

github.com/facebookresearch/hydra - c6397d218cfff503ba6f4e9e011fdb5b7df82e99 authored over 3 years ago
Quoted values are not valid dictionary keys anymore (#1599)

github.com/facebookresearch/hydra - 901fb39709a8e63eadce9ff0158c2b00e2a4372a authored over 3 years ago
changing value type of hydra.runtime.choices to Any (#1593)

github.com/facebookresearch/hydra - 69924a3aa5b0dac36f2f4da7d690b7248b1794d9 authored over 3 years ago
update ray example to be Hydra 1.1 compatible (#1490)

github.com/facebookresearch/hydra - 88152f16c6bac89a7f24f347660b8dbe9dde70a6 authored over 3 years ago
fix misplaced Copyright notice (#1591)

github.com/facebookresearch/hydra - b6a9c95363e78d072007e053ae616ca0f4c729dd authored over 3 years ago
Add doc for configuring plugin in Hydra 1.1 (#1506)

github.com/facebookresearch/hydra - c6b7143cbe91166abfb4c0058ace0fda235f0b3c authored over 3 years ago
Move Callbacks to hydra._internal.callbacks (#1580)

github.com/facebookresearch/hydra - 40efb3cb1d5a93d671c10d1bb3e74341595ae205 authored over 3 years ago
[docs] Updated terminology page and moved it from Intro to Reference (#1530)

github.com/facebookresearch/hydra - 937d1663e27167ea3f26f044b9d82a816d1b68cc authored over 3 years ago
minor docs updates (#1574)

github.com/facebookresearch/hydra - 521a8b14f079643ab96ade4f3bc4854740ff2019 authored almost 4 years ago
cannot add new config group from commandline if there's override in config file. (#1551)

github.com/facebookresearch/hydra - b85ca5a062328ddf546ef345e904ac8ebc0d28d8 authored almost 4 years ago
Updated release process to use python -m build

github.com/facebookresearch/hydra - 7c93f6cb6070e25447e7c45e4f151265eb409961 authored almost 4 years ago
Raise UserWarning if hydra.searchpath is not available (#1540)

github.com/facebookresearch/hydra - 36f125ab76dee432db7e2fc9af0bba5e450a4056 authored almost 4 years ago
process hydra.searchpath before printing defaults list (#1569)

github.com/facebookresearch/hydra - 99f5d724ba957c47e2352793ae966dc4c14b0bbe authored almost 4 years ago
Update README.md

github.com/facebookresearch/hydra - 321ae22dd751cac976b9f84ce19b6d0144ad5d5f authored almost 4 years ago
call end events in reverse order (#1560)

github.com/facebookresearch/hydra - d01387e4e4e1340f2fec2d9b8f964ab5d6fed545 authored almost 4 years ago
omegaconf==2.1.0.dev26

github.com/facebookresearch/hydra - e9f8c460b2fa07eabe8e68c5d56f3813fa4824e7 authored almost 4 years ago
remove fb doc (#1563)

github.com/facebookresearch/hydra - d780d767bbeadeb72cffac76d4c7a1ccfeb5a722 authored almost 4 years ago
test example plugins on py3.9 (#1562)

github.com/facebookresearch/hydra - c6aeb2ea65892fd4af9f3a7d7795bab08ad7398d authored almost 4 years ago
fix typo in compose API docs (#1559)

github.com/facebookresearch/hydra - ea0e161335e5120e2ec0cebfd2c8d1d80da3e7de authored almost 4 years ago
Fix typo in doc

title=`db/mysql.yaml` should have `mysql` instead of `sqlite`

github.com/facebookresearch/hydra - ddafff19edba7fc08410c4a74cd41c386b287e0c authored almost 4 years ago
Fix + usage to add a field to Structured Config

github.com/facebookresearch/hydra - b18516c10458fd009588769104b3ed1b89b1791d authored almost 4 years ago
retain stacktrace on error

github.com/facebookresearch/hydra - 20c16aeb911408ab86e2232fc5c53d8458c9306a authored almost 4 years ago
omegaconf==2.1.0.dev25

github.com/facebookresearch/hydra - b2ed171cc587e877a47c3cc1a0cc1ade2ff74ec1 authored almost 4 years ago
upgrade docusaurus-plugin-internaldocs-fb

github.com/facebookresearch/hydra - 7dfcfe1032fc0dac8a12575a343ea66d854d42e8 authored almost 4 years ago
print out hydra.searchpath value if available (#1537)

github.com/facebookresearch/hydra - c1ffab5357aeedfca3ef486dfae9f7e054e69588 authored almost 4 years ago
--cfg=hydra for read-only top-level config (#1542)

github.com/facebookresearch/hydra - ce6add41ddd31e76addf2f4700e466f319292d19 authored almost 4 years ago
Remove outdated searchpath plugin (#1550)

github.com/facebookresearch/hydra - 2bfc862db454a985187bfb6d7abff2a569d58892 authored almost 4 years ago
fix NevergradDeprecationWarning (#1546)

github.com/facebookresearch/hydra - 9fb70344b489c95ef4d890f96e0ed5a2ca9611fb authored almost 4 years ago
Include config_sources in hydra.runtime

In addition, caching repo is not deepcopying the underlying delegate to avoid mutations to it wi...

github.com/facebookresearch/hydra - 0359407587f8d1395ae34b09d5924427b21e7b7a authored almost 4 years ago
moved hydra.choices to hydra.runtime.choices

github.com/facebookresearch/hydra - 04eb3d61013fd5f52b675bb7eea7c28b8a8f0382 authored almost 4 years ago
updated intro links to release notes of hydra 1.0 (#1514)

github.com/facebookresearch/hydra - 8e078bff5bb638df5b8fd979852716f704b33f81 authored almost 4 years ago
Config path default (#1538)

github.com/facebookresearch/hydra - 50ae9552503352394313a2d523b7978456dce9a3 authored almost 4 years ago
add --info searchpath option (#1535)

github.com/facebookresearch/hydra - 1cd3f5a72723216027d7e02663f06ed494726622 authored almost 4 years ago
Promotes the Compose API out of experimental (#1532)

github.com/facebookresearch/hydra - 18c333bc9c0ebc99f9ae580d6919a120da7f96e3 authored almost 4 years ago
add hydra/env config group (#1531)

github.com/facebookresearch/hydra - 2bde66050f3454105634864c5fdd08279d83a259 authored almost 4 years ago
Add BibTeX syntax highlighting

github.com/facebookresearch/hydra - 5eb2e448c87cef629c0dc31760afd4852d994f53 authored almost 4 years ago
Add test and check for zipfile.Path (#1528)

github.com/facebookresearch/hydra - ca6f49fb9580a6c7c0108d410e1c0409d9cd0b97 authored almost 4 years ago
Move callback.py to experimental (#1527)

github.com/facebookresearch/hydra - a32df329f30cdc66c712fdfb6ca7098aab7295bc authored almost 4 years ago
internal callbacks (#1441)

github.com/facebookresearch/hydra - e381f5414c6b1b2bf60411786b5c8b24ec6f6d4b authored almost 4 years ago
Update README.md

github.com/facebookresearch/hydra - 5f42a020f6850ae4b5baf1f4c9434d9f12eb4b18 authored almost 4 years ago
cherry-pick: Release hydra-rq-launcher 1.0.2 from 1.0_branch

github.com/facebookresearch/hydra - 2163d7405057bd6aa2c842c2aac2aba805d25fb1 authored almost 4 years ago
cherry-pick: Release hydra-ray-sweeper 0.X.Y from 1.0_branch

github.com/facebookresearch/hydra - fc7d22f0b33e98220646d64b9b163f7d7d9323ab authored almost 4 years ago
cherry-pick: Release hydra-colorlog 1.0.1 from 1.0_branch

github.com/facebookresearch/hydra - b38cad3d5fbae1ac9d3d03cdfa3602959b45ebfe authored almost 4 years ago
Update plugin version on master

Plugin versions are now tracking Hydra major version.

github.com/facebookresearch/hydra - b18f01669d4f09c25c1bafe831431d87935ff738 authored almost 4 years ago
cherry-pick: Release hydra-submitit-launcher 1.1.1 from 1.0_branch

github.com/facebookresearch/hydra - 7873d1ca4af14f68655571990a366816b33d0e2a authored almost 4 years ago
updated release tool

github.com/facebookresearch/hydra - f82f27fefab94b1b6ee1a6a1a318705b3642a970 authored almost 4 years ago
cherry-pick: Release hydra-nevergrad-sweeper 1.1.0rc2 from 1.0_branch

github.com/facebookresearch/hydra - f6f8ae39b59c0900ff5401feaebf94b0d2b8a7e2 authored almost 4 years ago
cherry-pick: Release hydra-joblib-launcher 1.0.2 from 1.0_branch

github.com/facebookresearch/hydra - cec713deb0a7003b28f2d8b406a2d3cafe89827c authored almost 4 years ago
Plugins are using __version__ from __init__.py

github.com/facebookresearch/hydra - fbe0608dae375df0e51fab8eec642c957f127c77 authored almost 4 years ago
unpin importlib-metadata in ci (#1509)

github.com/facebookresearch/hydra - 03a06bb78ea91dbfe20f9ec424e5389bbb928710 authored almost 4 years ago
Add Configuration of Optuna Sampler settings (#1503)

github.com/facebookresearch/hydra - cdb67d4277ca4ae57df9754d362a2c26b4cfc2b1 authored almost 4 years ago
fixed test_jupyter_notebooks-3.6 (#1507)

github.com/facebookresearch/hydra - 2d859b664e5ba69d2ad74427f7362406cdd7e170 authored almost 4 years ago
Support partial failures in multirun mode. (#1465)

github.com/facebookresearch/hydra - 6349706f4413c9431bd1d5bfcabb3ae041a33a4d authored almost 4 years ago
Update example plugins hydra-core version (#1500)

github.com/facebookresearch/hydra - 654aca2c534bdeb0b048c8b33f4f0a045c060b00 authored almost 4 years ago
upgrading docusaurus and dependencies (#1496)

github.com/facebookresearch/hydra - 75dca9eb87bf7892aa2223a14eca1bc820812dc6 authored almost 4 years ago
fix ray launcher install commands (#1495)

github.com/facebookresearch/hydra - 7e7a9952446327687159d5111f6023d4fac74eff authored almost 4 years ago
[configen] Use typing.get_type_hints() to resolve class signature (#1488)

github.com/facebookresearch/hydra - 9e2fd4ac5d00c9e556f9c5384a32875d6a67619d authored almost 4 years ago
bump repo version

github.com/facebookresearch/hydra - 100ff0907e16fe29f5d5a5c7d4e08151641d13fb authored almost 4 years ago
improved handling of HydraException wrapping another exception (#1492)

github.com/facebookresearch/hydra - ae5c77233ae44a8fa83367cfe453fcf789bf4a02 authored almost 4 years ago
Fixed ConvertMode.__eq__ to be case insensitive

github.com/facebookresearch/hydra - 897536fa1ad210a43758f0c67bb662d473fd4f35 authored almost 4 years ago
Instantiation now fails on MISSING values

github.com/facebookresearch/hydra - 6747f46d14e5047c70c13d25f2757fe208377847 authored almost 4 years ago
fixed tests on Windows

github.com/facebookresearch/hydra - 6bf9139e742b01c0421955881dcf383c1e4754e2 authored almost 4 years ago
minor fixes of instanitate tests

github.com/facebookresearch/hydra - d1d5315b979ca05b2f2d781d7b260eef24280f7f authored almost 4 years ago
Fixed redis launcher for OmegaConf 2.1.0dev24

github.com/facebookresearch/hydra - 06a44240dfcafb7a0043305a6803589b68ff780e authored almost 4 years ago
pin omegaconf to 2.1.0dev24 (#1491)

github.com/facebookresearch/hydra - 56cb6d636201b9e832bdc90b72a45202172099df authored almost 4 years ago
removed 1.1 override keyword from 1.0 doc

github.com/facebookresearch/hydra - 4ff73586512e7dba33f3c36ff0b9596f97fc79ff authored almost 4 years ago
OmegaConf==2.1.0dev23 (#1489)

github.com/facebookresearch/hydra - cd9959bb28804f4940828e67edae50ddb94fc6c0 authored almost 4 years ago
fix fish tests (#1447)

Good job, thanks.

github.com/facebookresearch/hydra - d217c86b9061bb502d00fa971b3ea15a70e3299b authored almost 4 years ago
Pin omegaconf to omegaconf==2.1.0dev22

github.com/facebookresearch/hydra - 6ad8c2044ace3ea230e4e3a6a3e6bfdd38754ed7 authored almost 4 years ago
Add doc and example app for config search path (#1468)

github.com/facebookresearch/hydra - 73fa8cf56594236628fc2ce7fe1522d30d69250e authored almost 4 years ago
OmegaConf==2.1.0dev22 (#1478)

github.com/facebookresearch/hydra - 214b625e5ea7a76c44c669dcac3e0f2a5726afdf authored almost 4 years ago
Add documentation for hydra.job.override_dirname (#1448)

github.com/facebookresearch/hydra - 104ab4a4f2e12b333314f249e036a593fe872998 authored almost 4 years ago
added positional only arg test

github.com/facebookresearch/hydra - f9950c4322ffd481d03f1eddb82250829b903ff7 authored almost 4 years ago
Move instantiate tests into test/instantiate/

github.com/facebookresearch/hydra - 0ff7fc0b23a58c2cd50fa6e1a0266a84a81ead03 authored almost 4 years ago
Added tests for instantiate with positional args

github.com/facebookresearch/hydra - c43562a6c2d7c80249efeb567ff07592f44917a5 authored almost 4 years ago
update instantiate to allow for positional only args

github.com/facebookresearch/hydra - c87cd5f77045cf02b29cd220a61af3040b10da26 authored almost 4 years ago
Updated instantiate docs with positional args support

github.com/facebookresearch/hydra - 69ffabe2b14e61f08801294a151890fc46202ae0 authored almost 4 years ago
excluding temp from isort

github.com/facebookresearch/hydra - 4aba48e1565379da082c12d08bb90834f81df883 authored almost 4 years ago
Bump elliptic from 6.5.3 to 6.5.4 in /website

Bumps [elliptic](https://github.com/indutny/elliptic) from 6.5.3 to 6.5.4.
- [Release notes](htt...

github.com/facebookresearch/hydra - 2b7c6d57885a2fa5879a4dbf26c56d47f11db600 authored almost 4 years ago
Upgrade to OmegaConf>=2.1.0dev21

github.com/facebookresearch/hydra - 2930a8d1dd5bc6f2ed3dc5c81d0c4558c7a85ed4 authored almost 4 years ago
Fixed validation on the hydra config node

github.com/facebookresearch/hydra - 2cde397b093dee98441cdb1e41d62bb80c29dcf9 authored almost 4 years ago
Update configen docs (#1423)

github.com/facebookresearch/hydra - 3b5aa5d7d7e98acce42f29dbd8d70cdb4ccf30ec authored almost 4 years ago
docs: Update Conversion matrix from override_grammar/extended.md (#1454)

github.com/facebookresearch/hydra - 69b0176b0937ddd1cba25a65541a9b11a89459cd authored almost 4 years ago
Fix for overriding a list of config (#1456)

Fixed bug when appending a c nfig group to a list of choices and a primary config was not specified

github.com/facebookresearch/hydra - 4d902670cf661ef26cf14adc2da936f238e3ea2c authored almost 4 years ago
minor doc tweak

github.com/facebookresearch/hydra - 65a84bed51c94e47fc48cfc77f761b6c739c073d authored almost 4 years ago
refactor compose tests

github.com/facebookresearch/hydra - 7e7832f72664b40ee04834ac8956e7146a3d37fb authored almost 4 years ago
Support for configuring the config searchpath

This is only allowed from the primary config.

github.com/facebookresearch/hydra - 5647661f1202e4058ddef9e5d2b5228d42f421db authored almost 4 years ago
removed confusing website from example in intro

github.com/facebookresearch/hydra - a1b3c09b6d3159ac867d4e2448ed75cd0876b4a7 authored almost 4 years ago
pin ax to torch 1.7 to avoid new issue with torch 1.8 (#1451)

github.com/facebookresearch/hydra - de03d15a259999f2dc53d506a7de825f93cb5d78 authored almost 4 years ago
Cleanup pytest imports to reduce tests boilerplate (#1445)

github.com/facebookresearch/hydra - 9bf7800157692795090f3695efe136bbbd6fef1d authored almost 4 years ago
Support for force-add override syntax (++key=value) (#1440)

github.com/facebookresearch/hydra - e8b45f80eec86c6ce60a673546a1cf3b3359b90d authored almost 4 years ago
Update 3_using_config.md

github.com/facebookresearch/hydra - eafaa66939d910decbd40dfe3585d83d0bab817f authored almost 4 years ago