micro-manager / pymmcore

Python bindings for MMCore, Micro-Manager's device control layer
https://pypi.org/project/pymmcore/
GNU Lesser General Public License v2.1
33 stars 8 forks source link

Upgrade MMCore to 11.1.1 #102

Closed marktsuchida closed 10 months ago

marktsuchida commented 10 months ago

Adds enableFeature() and isFeatureEnabled(). Adds the feature "StrictInitializationChecks".

Make pre-init property settability conditional: Setting a pre-init property after initialization is an error if Core feature StrictInitializationChecks is enabled. Otherwise it is a warning.