Highlights
- Arctic Code Vault Contributor
Pinned
2,206 contributions in the last year
Less
More
Activity overview
Contribution activity
February 2021
Created 96 commits in 3 repositories
Created a pull request in omry/omegaconf that received 4 comments
Opened 31 other pull requests in 2 repositories
facebookresearch/hydra
17
merged
- Fix for recursive instantiation via interpolation
- [rq] fixed to use None as default password
- Upgrade to OmegaConf 2.1.0dev20
- Support for adding to Dict fields without +
- Instantiate refactor + support for instantiating dataclasses
- Deprecate _name_ leftovers
- Fixed a bug where tab completion did not work if the Defaults List had a missing (???) item.
- added default value to configure_log verbose_config
- Add support for overriding a config group item to a list
- Docs pass
- Clean-up of the deprecated strict flag
- Blocked automatic schema maching with defaults list in schema
- Upgrade OmegaConf==2.1.0.dev19
- fixed some legacy OmegaConf API usage that will break in 2.1
- Improved handling of overriding in a nested config
- omegaconf-2.1.0dev18
- Pin omegaconf-2.1.0dev16 in preperation to dev17
omry/omegaconf
12
merged
1
open
1
closed
- refactor: clean up MISSING checks
- documenting relative interpolations
- updated news fragments
- Optimizing ListConfig iterator
- Optimizing ListConfig.__contains__
- flatten WIP
- Dict getitem consistency
- added throw_on_missing flag to _get_node()
- Test imports 2.0 branch
- fixed test imports to be absolute
- Fix ConfigKeyError in some cases when merging lists containing interpolation values
- DictConfig.get() always returns None for non existing keys
- OmegaConf.to_container() : proper error on invalid input
- POC: Validating custom resolver results against type annotation
Reviewed 37 pull requests in 3 repositories
omry/omegaconf 23 pull requests
- Support and deprecate empty args
- Improve handling of interpolations pointing to missing nodes
- OmegaConf.to_yaml(bad input type): raise ValueError
- Workaround for Dataframe object in the config: check whether value is string before mandatory missing check
- Fix handling of `throw_on_missing` flag for `select()` on ListConfig
- to_container: replace exclude_structured_configs with SCMode
- Refactor structured config tests
- hacky attempt to fix #435
- Adding support for bool and float as DictConfig key types
- enum_to_str: convert enum keys, not just enum values
- To container throw on missing
- Instantiate structured configs
- Move to_container tests from test_base_config.py to test_to_container.py
- Add support for dots in resolver names (for namespaces)
- Major changes to interpolations and resolvers
- Support for containers as element_type
- api change: dictconfig.get("missing") returns None
- Document node interpolation (for non-leaf nodes)
- Use interpolation resolution error
- remove duplicated assertion from test_errors.py
- added throw_on_missing flag to _get_node()
- Support YAML merge tags
- Changing default ref_type to Any
facebookresearch/hydra 13 pull requests
- Fix typo in test username
- Support for adding to Dict fields without +
- [Ax] implements `is_noisy` parameter for errorless measurements
- fix docs typo
- Update steps for releasing new versions of plugins
- rename CI run name to core_tests
- Correctly handle SearchSpaceExhaustedException from Ax
- Use internaldocs-fb preset
- [Submitit-Plugin] Add support for SLURM parameters `cpus_per_gpu`, `gpus_per_task`, `mem_per_gpu` and `mem_per_cpu`
- Typo fix in doc
- Release new version of submitit plugin
- Update nevergrad default optim to NGOpt
- Add multi-objective optimization support to Optuna sweeper