Highlights
- Arctic Code Vault Contributor
Pinned
2,017 contributions in the last year
Activity overview
Contribution activity
December 2020
Created 33 commits in 2 repositories
Created a pull request in omry/omegaconf that received 15 comments
Opened 10 other pull requests in 2 repositories
omry/omegaconf
1
closed
4
merged
facebookresearch/hydra
1
open
4
merged
Reviewed 29 pull requests in 6 repositories
facebookresearch/hydra 15 pull requests
- updates to ray_aws config keys, example apps and doc
- POC of simple instantiate (resolve then rec instantiate)
- Remove spurious print
- Allow more types of dictionary keys in overrides grammar
- Support for Python 3.9 on 1.0 branch
- update tutorial multirun doc
- Support for Python 3.9
- Add cookies link to the website (#1212)
- Add cookies link to the website
- Fix a typo in NEWS.md
- Bump ini from 1.3.5 to 1.3.8 in /website
- Add the configerator config source doc.
- Separate news directory for each plugin
- added timezone argument in Omegaconf register_resolver 'now'
- Group plugins in the documentation
omry/omegaconf 8 pull requests
- Dict int key type
- Fix typo in function name
- Fix edge case when merging a missing structured config
- Fix bug #450 where DictConfig's copy didn't properly copy primitive types.
- Major changes to interpolations and resolvers
- Support for containers as element_type
- Add support for Union type in structured configs.
- Python 3.9 support
pytorch/hydra-torch 3 pull requests
facebookresearch/tacto 1 pull request
catalyst-team/catalyst 1 pull request
erip/feiertag 1 pull request
Created an issue in omry/omegaconf that received 1 comment
Behavior change: Merging a MISSING node should not change target
$ cat 1.py from omegaconf import OmegaConf cfg1 = OmegaConf.create({"a" : 1, "b" : "???"}) cfg2 = OmegaConf.create({"a" : "???", "b" : 2}) print(Om…
1
comment