Highlights
- Arctic Code Vault Contributor
Pinned
980 contributions in the last year
Activity overview
Contribution activity
December 2020
Created 21 commits in 2 repositories
Created a pull request in iterative/dvc that received 2 comments
params diff: skip params dependency for vars
Previously, configs which was a list of PathInfo was being used
to check if the vars should be skipped or not.
But, the file is stored as a string …
+11
−5
•
2
comments
Opened 22 other pull requests in 1 repository
iterative/dvc
17
merged
1
open
4
closed
- parametrization: move comment, fix exception error msg
- Add versioning scheme in the dvc.yaml/dvc.lock
- Cleanup debug log messages when loading stages
- params/metrics diff: collect from revisions/workspace twice
- Prevent loading non-dictionary based params/vars file
- remove key/value magic/special string
- disallow overriding `item` and `key` in the foreach loop
- Skip building graph for dependencies without path_info
- parametrization: refactor resolver and optimize
- parametrization: disable `set` keyword
- [1.11] [BACKPORT] pin numpy for windows build
- pin numpy for windows build
- pin numpy for windows build
- run/repro: show command on dry-run, add ">" to script output
- [WIP] Debug windows tests failure
- Run graph checks on `collect`/`find_outs_by_path`
- provide a callback to handle error during the stage collection
- Enable parametrization by default
- Pin numpy for windows build
- pin numpy version for numpy
- parametrization: convert bool to string as "true"/"false"
- parametrization: show interpolated vars in params diff
Reviewed 14 pull requests in 2 repositories
iterative/dvc 12 pull requests
- erepo: get rid of get_checksum
- live logs initial
- Cleanup debug log messages when loading stages
- params diff: skip params dependency for vars
- params/metrics diff: collect from revisions/workspace twice
- experiments: support experiments cache collection for exp push/pull/gc
- Improve OverlappingOutputsError exception message.
- Run graph checks on `collect`/`find_outs_by_path`
- New option `jobs` for `dvc import`
- Enable parametrization by default
- parametrization: show interpolated vars in params diff
- Allow user to pass a list of commands for one single stage
iterative/dvc.org 2 pull requests
Created an issue in iterative/dvc that received 3 comments
allow skipping certain git revisions/commits in DVC
If the dvc.yaml files are corrupted in certain revisions, dvc just fails and there's no way to skip that.
@courentin raised #3885 for this and agai…
3
comments