forked from micro-manager/pycro-manager
-
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.
Bump PyJavaZ and remove
pycromanager.logging
This removes public API (first introduced in micro-manager#719) for bypassing Python's internal logging system by creating and caching a logger instance in place of using `logging.getLogger("pycromanager")`. Users of that previous API---i.e., application code authors that want to globally control logging and users that want to customize Pycromanager's logging outputs---are encouraged to simply directly use the logging module to affect these changes instead. See micro-manager#766 for discussion.
- Loading branch information
1 parent
ba45ddc
commit 7c78298
Showing
6 changed files
with
25 additions
and
51 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
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 |
---|---|---|
|
@@ -5,4 +5,4 @@ ndtiff>=2.2.0 | |
docstring-inheritance | ||
pymmcore | ||
sortedcontainers | ||
pyjavaz==1.1.0 | ||
pyjavaz==1.1.1 |