-
-
Notifications
You must be signed in to change notification settings - Fork 635
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* migrate ignite.contrib.handlers move loggers and other class from contrib to ignite.handlers make changes in a backwards compatible manner fix circular imports that happened during the migration in ignite/__init__.py and ignite/handlers/__init__.py * update tests move tests to ignite.handlers along with fixtures and changing the imports add a test to ensure deprecation warnings for ignite.contrib.handlers * improve docs mark as deprecated and provide link to migrated functionality * make alternative fix for circular import * add modules to contrib handlers namespace previously this occured as a side effect, adding it explicitly now.
- Loading branch information
Showing
43 changed files
with
5,103 additions
and
4,697 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 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.