forked from activeloopai/deeplake
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'activeloopai:master' into master
- Loading branch information
Showing
69 changed files
with
1,535 additions
and
808 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
## 🚀 🚀 Pull Request | ||
|
||
### Checklist: | ||
|
||
- [ ] [My code follows the style guidelines of this project](https://www.notion.so/activeloop/Engineering-Guidelines-d6e502306d0e4133a8ca507516d1baab) and the [Contributing document](https://github.com/activeloopai/Hub/blob/release/2.0/CONTRIBUTING.md) | ||
- [ ] I have commented my code, particularly in hard-to-understand areas | ||
- [ ] I have kept the `coverage-rate` up | ||
- [ ] I have performed a self-review of my own code and resolved any problems | ||
- [ ] I have checked to ensure there aren't any other open [Pull Requests](https://github.com/activeloopai/Hub/pulls) for the same change | ||
- [ ] I have described and made corresponding changes to the relevant documentation | ||
- [ ] New and existing unit tests pass locally with my changes | ||
|
||
|
||
### Changes | ||
|
||
<!-- Describe your changes! Describe the scope of this PR's responsibilities. --> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -48,6 +48,7 @@ data/ | |
|
||
# OS generated files # | ||
###################### | ||
.dccache | ||
.DS_Store? | ||
ehthumbs.db | ||
Icon? | ||
|
Oops, something went wrong.