From 7c52654d2f4b4d27ecad6d465734c06cd4045961 Mon Sep 17 00:00:00 2001 From: "Mark A. Tsuchida" Date: Fri, 20 Oct 2023 11:10:41 -0500 Subject: [PATCH] Upgrade MMCore to latest 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 --- mmCoreAndDevices | 2 +- pymmcore/_version.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/mmCoreAndDevices b/mmCoreAndDevices index 52af1c3..0fbf881 160000 --- a/mmCoreAndDevices +++ b/mmCoreAndDevices @@ -1 +1 @@ -Subproject commit 52af1c314f761116674c4600eedf6d1ece21a152 +Subproject commit 0fbf88117d387d7fe3168ec8540ee3352e05b350 diff --git a/pymmcore/_version.py b/pymmcore/_version.py index c4ecdad..8af7d3e 100644 --- a/pymmcore/_version.py +++ b/pymmcore/_version.py @@ -1 +1 @@ -__version__ = "10.4.0.71.1.dev0" +__version__ = "10.7.0.71.0.dev0"