-
-
Notifications
You must be signed in to change notification settings - Fork 615
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' into update-pth-version
- Loading branch information
Showing
105 changed files
with
6,041 additions
and
5,135 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,43 +1,55 @@ | ||
# Add 'docker' to any changes within 'docker' folder or any subfolders | ||
docker: | ||
- docker/**/* | ||
- changed-files: | ||
- any-glob-to-any-file: docker/** | ||
|
||
# Add 'docs' to any changes within 'docs' folder | ||
docs: | ||
- docs/**/* | ||
- changed-files: | ||
- any-glob-to-any-file: docs/** | ||
|
||
# Add 'ci' to any changes in '.github' folder | ||
ci: | ||
- .github/**/* | ||
- changed-files: | ||
- any-glob-to-any-file: .github/** | ||
|
||
# Add 'examples' to any changes within 'examples' folder | ||
examples: | ||
- examples/**/* | ||
- changed-files: | ||
- any-glob-to-any-file: examples/** | ||
|
||
# Add 'base' to any changes within 'base' folder | ||
"module: base": | ||
- ignite/base/**/* | ||
- changed-files: | ||
- any-glob-to-any-file: ignite/base/**/* | ||
|
||
# Add 'contrib' to any changes within 'contrib' folder | ||
"module: contrib": | ||
- ignite/contrib/**/* | ||
- changed-files: | ||
- any-glob-to-any-file: ignite/contrib/**/* | ||
|
||
# Add 'distributed' to any changes within 'distributed' folder | ||
"module: distributed": | ||
- ignite/distributed/**/* | ||
- changed-files: | ||
- any-glob-to-any-file: ignite/distributed/**/* | ||
|
||
# Add 'engine' to any changes within 'engine' folder | ||
"module: engine": | ||
- ignite/engine/**/* | ||
- changed-files: | ||
- any-glob-to-any-file: ignite/engine/**/* | ||
|
||
# Add 'handlers' to any changes within 'handlers' folder | ||
"module: handlers": | ||
- ignite/handlers/**/* | ||
- changed-files: | ||
- any-glob-to-any-file: ignite/handlers/**/* | ||
|
||
# Add 'metrics' to any changes within 'metrics' folder | ||
"module: metrics": | ||
- ignite/metrics/**/* | ||
- changed-files: | ||
- any-glob-to-any-file: ignite/metrics/**/* | ||
|
||
- | ||
# Add 'utils' to any changes within 'utils' module | ||
"module: utils": | ||
- ignite/utils.py | ||
- changed-files: | ||
- any-glob-to-any-file: ignite/utils.py |
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
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
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
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
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
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
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
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
Oops, something went wrong.