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

isort diff and skips

github.com/facebookresearch/hydra - 079c325fecf1780fc99bb693e90b5e5934feaca6 authored almost 5 years ago
OmegaConf 2.0.0rc21

github.com/facebookresearch/hydra - e0921a50b2cde4d619c722b27e3a2d0e64e38967 authored almost 5 years ago
fixes get_absolute_path() to work without hydra

github.com/facebookresearch/hydra - 4a637606d3fea8ea3a5ed67bdd621bdc08db3f88 authored almost 5 years ago
API change in HydraConfig

github.com/facebookresearch/hydra - 7a9091ced26d19ea89d4f3a253216b998dcbe4e6 authored almost 5 years ago
minor test improvement

github.com/facebookresearch/hydra - eb38d0a4423ee5212162c09123b1f3bd849056e7 authored almost 5 years ago
Move fixtures to conftest.py

github.com/facebookresearch/hydra - e4823804a281da92b118286bd0f959e99f907ee7 authored almost 5 years ago
renamed PluginConf to ObjectConf and moved it to hydra.types.ObjectConf

github.com/facebookresearch/hydra - ec89edba3c763504ab887307ed5583a2c41019e6 authored almost 5 years ago
split utils to api and impl

github.com/facebookresearch/hydra - 2dd3f9f84ee98a43fa19646e48ee54966be1161f authored almost 5 years ago
upgraded website

github.com/facebookresearch/hydra - 117f522bf904d7d3cf7873e6d62da64e3508071a authored almost 5 years ago
OmegaConf 2.0.0rc19 (#519)

github.com/facebookresearch/hydra - 3bee68c288ae231126a6ec166931e0746f7e7d01 authored almost 5 years ago
Upgraded to OmegaConf 2.0.0rc18 (#517)

github.com/facebookresearch/hydra - 13d663c8541aaecf1c370d37bf627ffa36dee2c5 authored almost 5 years ago
Update README.md

github.com/facebookresearch/hydra - 38e0dc33186cfdbdeb053ab1e5080cae9aab5dc3 authored almost 5 years ago
[website] upgrading docusaurus to 2.0.0-alpha.49

github.com/facebookresearch/hydra - ea1b7ab4175c5324c50411f094c2f1525905b0e6 authored almost 5 years ago
Update objects.md

github.com/facebookresearch/hydra - 1763a2b1db6bc6663bd7fe43de4bb1da94e55e9c authored almost 5 years ago
circleci: deploy site if last known (site) revision does not exist (#509)

github.com/facebookresearch/hydra - b30a12d2c1e1df29fb29aff3255475613946ab2c authored almost 5 years ago
Allow instantiation from class methods (#498)

github.com/facebookresearch/hydra - a5bd89a01c8dcc83da9adfd8176176b3eda16c6c authored almost 5 years ago
Fix typo in docs (#504)

github.com/facebookresearch/hydra - eea36ee842375cc77bc84f0d791beb8e4f3fccb6 authored almost 5 years ago
Import Ax lazily (#492)

* Rename earlystopper.py as _earlystopper.py

Now the file is not loaded while scanning plugin...

github.com/facebookresearch/hydra - cfd1e61b4b621bfc518d823e414ad4a6342aae4a authored almost 5 years ago
typo in config file prevented AxSweeper from loading correctly (#502)

github.com/facebookresearch/hydra - 29688067952664bef122f4df15191cbf635adb7d authored almost 5 years ago
Upgrade to OmegaConf==2.0.0rc16

github.com/facebookresearch/hydra - aa00a575ab48293263c402d816dd2f3d11a5d83d authored almost 5 years ago
Ax plugin documentation is now consistent with joblib plugin

Fixes #470

github.com/facebookresearch/hydra - 8ffc4f22ce865d0142c06722a4809e5fe2703c96 authored almost 5 years ago
updated OS from Unix -> Linux for joblib plugin

github.com/facebookresearch/hydra - c257ff60f761109b205ded8e71bb24ff38cef2ea authored almost 5 years ago
added plugin scan profiling information to hydra.verbose output

github.com/facebookresearch/hydra - 82e61d3a645d716086836b5246e815626153c4f0 authored almost 5 years ago
fixed nevergrad sweeper to work with recent Plugins interface changes

github.com/facebookresearch/hydra - 36fccc5e0658c17c64fac29f644aad23e0d85826 authored almost 5 years ago
a wild mypy error has appeared

github.com/facebookresearch/hydra - 483c2e5ccc225812c23280bf2646b92fdb6cef9a authored almost 5 years ago
added some top line prints to noxfile

github.com/facebookresearch/hydra - 364356766f7ab84ac371f8a937224bcff81e81e3 authored almost 5 years ago
Optimized Plugins interface to never import a plugin module more than once.

github.com/facebookresearch/hydra - 458541b1038de0bd4ad853f5c17be307cd3e96ac authored almost 5 years ago
Add a Nevergrad Sweeper plugin (#430)

github.com/facebookresearch/hydra - 0bfb4f44fd6d526f121632a1a31ff14ad8663289 authored almost 5 years ago
bumped version of omegaconf (#484)

github.com/facebookresearch/hydra - 4ec43e52465e816284d03f8d322c2315fe807e7e authored almost 5 years ago
deleted duplicate plugins page from website

github.com/facebookresearch/hydra - 17e0e2de34f8c40c46467a0ae261ec855bdda1cb authored almost 5 years ago
updated examples to test initial_job_idx

github.com/facebookresearch/hydra - 8e54eaa8c0659b069bbb7a75d3dcffbe1d0037c9 authored almost 5 years ago
JobReturn is dataclass

github.com/facebookresearch/hydra - de1fa6ff7d5ff0295536828ef2a754da7f593640 authored almost 5 years ago
added initial_job_idx to Launchers

github.com/facebookresearch/hydra - 6956ad7265ea2ecce09f66dbf0ec8ea5051d7ace authored almost 5 years ago
added test that discover only import plugins once

github.com/facebookresearch/hydra - af519fd3e68ece01a47e7e5d25b6f618c38ed552 authored almost 5 years ago
fixed double plugin import

github.com/facebookresearch/hydra - f1c60758d9a98a380ee98a3c14514383b8bf3a22 authored almost 5 years ago
fixed no-output-timeout caused by conda run

github.com/facebookresearch/hydra - a62cbcf356915d0fadbff4d451d46e830d3b760e authored almost 5 years ago
Print/log only the best parameters

github.com/facebookresearch/hydra - 3d2feeb038d9ffa60fe813f7450a4bbd6a4bac7d authored almost 5 years ago
exclude tests from dist

github.com/facebookresearch/hydra - f679dcad5f63eefc3ab7950c46867bf2d20e13fa authored almost 5 years ago
added tests validating instnatiate respectes default value

github.com/facebookresearch/hydra - fcc63b60ef2a330fba9b09d8fd68fdad34539193 authored almost 5 years ago
standardized nox pytest calls

github.com/facebookresearch/hydra - d37002a4bb725fb5e87310efd7a626eca4f8f454 authored almost 5 years ago
specify python version for lint

github.com/facebookresearch/hydra - b8995c086b52974e083aa98667503d78a3a78a67 authored almost 5 years ago
updated joblib and colorlog docs

github.com/facebookresearch/hydra - 64464ebfa1d4d8848733b5ab2d81c15cd24a1a61 authored almost 5 years ago
general improvements to noxfile

github.com/facebookresearch/hydra - 3ec1de4babc22d564f62869136c16c6c7b736b06 authored almost 5 years ago
Update Ax example in docs and fix a warning (#456)

github.com/facebookresearch/hydra - f5b226a0cb7659600da60be2ff555e2d41593765 authored almost 5 years ago
SKIP_CORE_TEST env variable in nox (#464)

github.com/facebookresearch/hydra - 2d8b8919455e985b4a898a0e7dcdb360e32e21b6 authored almost 5 years ago
Update contributing.md

github.com/facebookresearch/hydra - c5c8f1ffcf3f9c9419c4db7282768d15a51c8b6e authored almost 5 years ago
ax plugin package initial rc (#463)

github.com/facebookresearch/hydra - 6903b329399c12989cf47fcabe28986d5fe64a3a authored almost 5 years ago
Specialized plugin configs now have to extend hydra.conf.PluginConf. (#460)

github.com/facebookresearch/hydra - 04373680c0e9412cc6d99cddf99f2320b4faa4b5 authored almost 5 years ago
updated basic tutorial (#458)

github.com/facebookresearch/hydra - cbb34aecc085be6d7a56551873878aef89fa40f8 authored almost 5 years ago
temp : disable installing the plugins during coverage test (#457)

github.com/facebookresearch/hydra - 2384c3d35d65e3f946539d9d0d26f93c1ab4a1a0 authored almost 5 years ago
Update docs related to Ax Plugin (#455)

Rearrange some paragraphs and update the examples

github.com/facebookresearch/hydra - 7f15317550516bd19cc34cd5a2fc8b5f9743db2c authored almost 5 years ago
Ax Hyper parameter optimization plugin (#434)

github.com/facebookresearch/hydra - fe94acec27ec7bc6422a0f3b3606fa7c3e2ecec2 authored almost 5 years ago
joblib plugins params is now directly JobLibConf

github.com/facebookresearch/hydra - 6d010669ab80bcbe4fc69621e2b3e17bf8780b89 authored almost 5 years ago
more specific omegaconf version (#451)

github.com/facebookresearch/hydra - 67c866a87fd269111595357edcea0af0628f7913 authored almost 5 years ago
fixing joblib website docs and configs (#450)

github.com/facebookresearch/hydra - f24788f8222498c6b5531296b1e974360b303238 authored almost 5 years ago
renamed class to cls in various example fils

github.com/facebookresearch/hydra - 3d7c86f63579ad8fc0f24ecccd80ded4c956de32 authored almost 5 years ago
allow passthrough of non primitive objects by name

github.com/facebookresearch/hydra - 7593bdad9bb0d774c95e46abc87bc4b66ed4957a authored almost 5 years ago
Update 1_basic.md

github.com/facebookresearch/hydra - f3e857956d74075621bfea39b57f903c3f553d24 authored almost 5 years ago
updated inheritance example

github.com/facebookresearch/hydra - 218779f542614a496273f11394096efb4ae2e9c2 authored almost 5 years ago
Structured configs support

github.com/facebookresearch/hydra - a4ea4e979f582ba9dc53c5e1266811cc14d7bec7 authored almost 5 years ago
joblib plugin structured configs wip

github.com/facebookresearch/hydra - 838120949cd9a650961b037a3c859e6722722ff3 authored almost 5 years ago
Structured configs examples and tutorial

github.com/facebookresearch/hydra - 11fa0e36e2a59ac7b609957333e3d62cc350eb88 authored almost 5 years ago
re-enable jupyter notebook test on windows

github.com/facebookresearch/hydra - c8b37ff66b92c8f8b4aabb9f995d8e4d19818cb6 authored almost 5 years ago
allowing running the hydra.main annotated function more than once

github.com/facebookresearch/hydra - f28e36c83e3a1b9ac8c815affd8e10c1e473931a authored almost 5 years ago
temp disable of Jupyter notebook test on Windows (#444)

github.com/facebookresearch/hydra - cd2e15a70a135d76d6d34ca61cc81252f982bced authored almost 5 years ago
Small typo (#442)

Fix typo: "dafault" --> "default"

github.com/facebookresearch/hydra - a1e8ea512a2597d7a57b08af125e96ed1471e6bc authored almost 5 years ago
Update versions.js

added copyright comment

github.com/facebookresearch/hydra - c2faea0f137164721e73d4d0143f9e03554daae4 authored almost 5 years ago
Create FUNDING.yml

github.com/facebookresearch/hydra - 082dfb4806bd2946131c0566b64ce7dc359c3b2f authored almost 5 years ago
[website] update wording on Versions page (#433)

github.com/facebookresearch/hydra - 9a9213b6fa9c1233b5eab2db61e88b5bd4f7e5af authored almost 5 years ago
[website] add versions page (#431)

github.com/facebookresearch/hydra - 711c589a3f6aee4cc9899aa05ecdea8ce1bc9eb6 authored almost 5 years ago
lgtm config (#426)

github.com/facebookresearch/hydra - 4106845ee1852661eeaec977b431743ea2a515ff authored almost 5 years ago
Hard-code Joblib backend to loky (#423)

github.com/facebookresearch/hydra - 45ba5e3b5dc4c1973f64f6f95b2bb73ac47cbeee authored almost 5 years ago
Fixed logging issues in the joblib launcher that may have effected stability

github.com/facebookresearch/hydra - 2894fe5380904d9485110506b16a5c248dc0f185 authored almost 5 years ago
disabled Python 3.6 testing due to joblib instability

github.com/facebookresearch/hydra - 6ed1267d8a982845fe70ab0b6d26e223d4dc5736 authored almost 5 years ago
Shut down logging when job finishes

github.com/facebookresearch/hydra - 38697abf669305835b7cc8dd53c1896543e3e224 authored almost 5 years ago
Update bug_report.md

github.com/facebookresearch/hydra - df0b6a1a0a91e860b9dc1ec1470dbebff9358018 authored almost 5 years ago
unpinned linux image (#418)

github.com/facebookresearch/hydra - af78b061b935375f86615ac1bfdc83ecd0bfad42 authored almost 5 years ago
Published hydra-joblib-launcher plugin (#417)

github.com/facebookresearch/hydra - 500e866032d6c0165ad432bd78eaec6b4217826a authored almost 5 years ago
added joblib laucher page to sidebar (#416)

github.com/facebookresearch/hydra - 3d54368a31e93aa9e5c11c6c8fa7a018547c5719 authored almost 5 years ago
Add Joblib Launcher for parallel execution (multi-process and multi-threaded) (#392)

github.com/facebookresearch/hydra - 4a81bce1e2e75739fc1012b30a89b97677f85c29 authored almost 5 years ago
Fix indentation of yaml data on docs (#412)

github.com/facebookresearch/hydra - 5f795377e603df35bb93f153abf7cd22113052ae authored almost 5 years ago
Use double quotes (#410)

github.com/facebookresearch/hydra - e0a60578b76b70a7e2c1c03ed8e1ce879600fcb4 authored almost 5 years ago
Work around CircleCI test coverage issue (#413)

Using a different circleci python 3.6 Image for Linux to work around new issue

github.com/facebookresearch/hydra - 9f2cd9ffbfcde5d999fe949549544784f6a3fef4 authored almost 5 years ago
updated description in intro

github.com/facebookresearch/hydra - e19b96bfb2a80e6523d7279b5a6eb971f8df5a5d authored almost 5 years ago
pin master to OmegaConf 2.0.0rc4 until Structured configs branch lands

github.com/facebookresearch/hydra - 3a42c0b6beca5ab48b72ffffce1b803ced1bddea authored almost 5 years ago
moved lint to be first nox test

github.com/facebookresearch/hydra - 53687ba2da0cd66ab7ed4515488ebdc18391f05c authored almost 5 years ago
Fix a bug with utils.instantiate() failing if params contains interpolated values (#388)

github.com/facebookresearch/hydra - c887fd0d7b1fda76057ac5d2db59ffde1b8211d0 authored almost 5 years ago
Update README.md

github.com/facebookresearch/hydra - 9073dfdbf563dd083396f8cad7a0ae7d6c87c6c5 authored about 5 years ago
[website] add algolia search

github.com/facebookresearch/hydra - 37b365bb936edd22494d816c65b40aaf8eb69b3c authored about 5 years ago
yarn update the website

github.com/facebookresearch/hydra - 3363847b4a330130cfb4bdb3b14628a98422f823 authored about 5 years ago
renamed example plugins to be consistent

github.com/facebookresearch/hydra - eda037a126e10ce63d4a66f2d7e3cd37448067b4 authored about 5 years ago
updated tutorial examples and website docs to Python 3.6 (#380)

github.com/facebookresearch/hydra - 8f4fec02751471713366584f803676ef90feb8e7 authored about 5 years ago
re-added accidentally removed Singleton methods (#379)

github.com/facebookresearch/hydra - cf40cf65777e1c78b159af60cfea5db35e603ca0 authored about 5 years ago
Update README.md

github.com/facebookresearch/hydra - b3e2a5189d516e8f2f947293df22b9485966ad64 authored about 5 years ago