Skip to content

Commit

Permalink
Upgrade MMCore to latest
Browse files Browse the repository at this point in the history
MMCore changes (10.4.0 -> 10.7.0):
- A warning is now logged when prohibited operations are attempted on
  uninitialized devices
- An exception is thrown when attempting to re-initialize a device whose
  initialization has previously failed
- A new method, `CMMCore::getDeviceInitializationState(label)` queries which
  initialization state (success, failure, uninitialized) a device is in
  • Loading branch information
marktsuchida committed Oct 20, 2023
1 parent 3c6f84d commit 7c52654
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion mmCoreAndDevices
Submodule mmCoreAndDevices updated 236 files
2 changes: 1 addition & 1 deletion pymmcore/_version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "10.4.0.71.1.dev0"
__version__ = "10.7.0.71.0.dev0"

0 comments on commit 7c52654

Please sign in to comment.