Block or Report
Block or report skshetry
Report abuse
Contact GitHub support about this user’s behavior. Learn more about reporting abuse.
Report abusePinned
-
iterative/dvc Public
🦉 Data Version Control | Git for Data & Models | ML Experiments Management -
IOEPAS/zippy Public
Final Year Project for BCT: "Ranking Emails Based On Priority"
-
-
1,495 contributions in the last year
Activity overview
Contribution activity
May 2022
Created 1 repository
- skshetry/universal_pathlib Python
Created a pull request in iterative/dvc-objects that received 4 comments
extract dvc-objects from dvc
This was extracted out from DVC from commit: 95c6cea36.
+4,462
−1
•
4
comments
Opened 62 other pull requests in 10 repositories
iterative/dvc
43
merged
1
open
- tests: move run cache test to test_remote
- formatting/isort: consider dvc-render as a known first party for ordering imports
- fix linter issue
- dvc: prune unused utils and redundant tests, remove some deps
- dvc: remove dvc.objects, fix imports and tests
- dvc: remove dvc-data, fix imports and tests
- tests: restructure some tests for objects/data
- data/objects: reduce log levels in dvc-objects and dvc-data
- objects: use separate Tqdm implementation
- data.checkout: remove dependency on DVC; prompts and DvcException
- fs/data: move repo related utils to dvc
- dvc.data: use own internal error instead of DvcException
- dvc.objects: use stub ignore in dvc.objects/dvc.data
- dvc.objects: fix typing imports
- objects.fs: do not use format_link, DvcException and fix_env from DVC
- fs: do not use DvcException in filesystems
- fs: move GitFileSystem out of dvc.objects.fs
- objects.fs: copy executors to dvc.objects
- objects.fs: move schemes inside objects.fs
- objects.fs: use getpass for prompts
- dvc.objects: move HashedStreamReader to objects, use it for calculating fobj_md5
- fs: move filesystems to dvc.objects.fs.implementations
- fs.utils: move fs to dvc.objects.fs
- fs.utils: copy dvc.utils.fs to dvc.fs.utils
- dvc.fs: fix iscopy
- Some pull requests not shown.
iterative/dvc-data
4
merged
iterative/dvc-objects
4
merged
iterative/dvc-task
2
merged
iterative/scmrepo
2
merged
iterative/dvc-bench
1
closed
1
open
iterative/dvc-s3
1
closed
iterative/dvc-render
1
merged
iterative/py-template
1
merged
fsspec/universal_pathlib
1
open
Reviewed 18 pull requests in 4 repositories
iterative/dvc
15 pull requests
-
plots: Pass
templates_dir
tomatch_renderers
. - dag: mermaid: Use quotation marks to escape node name.
- exp queue: monitor queue status
- dvc: remove dvc-data, fix imports and tests
- fs/data: move repo related utils to dvc
- dvc.objects: move HashedStreamReader to objects, use it for calculating fobj_md5
- Catch correct exception class in params.show()
- dvc.objects: extend diskcache to handle pickle errors
- dvc.data: save and try loading raw dir objects
- analytics: dummy analytics server, configurable host with envvar
- exp init: fixes #7534; simplifies/updates exp init --live
- objects: do not inherit from DvcException
- dvcfile: preserve 'remote' on add and commit
-
FileSystem: handle
encoding
viakwargs
. - fs: add more fsspec methods