pymmcore-plus 0.15.2__tar.gz → 0.15.3__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {pymmcore_plus-0.15.2 → pymmcore_plus-0.15.3}/PKG-INFO +1 -1
- {pymmcore_plus-0.15.2 → pymmcore_plus-0.15.3}/src/pymmcore_plus/core/_mmcore_plus.py +12 -1
- {pymmcore_plus-0.15.2 → pymmcore_plus-0.15.3}/.gitignore +0 -0
- {pymmcore_plus-0.15.2 → pymmcore_plus-0.15.3}/LICENSE +0 -0
- {pymmcore_plus-0.15.2 → pymmcore_plus-0.15.3}/README.md +0 -0
- {pymmcore_plus-0.15.2 → pymmcore_plus-0.15.3}/pyproject.toml +0 -0
- {pymmcore_plus-0.15.2 → pymmcore_plus-0.15.3}/src/pymmcore_plus/__init__.py +0 -0
- {pymmcore_plus-0.15.2 → pymmcore_plus-0.15.3}/src/pymmcore_plus/_accumulator.py +0 -0
- {pymmcore_plus-0.15.2 → pymmcore_plus-0.15.3}/src/pymmcore_plus/_benchmark.py +0 -0
- {pymmcore_plus-0.15.2 → pymmcore_plus-0.15.3}/src/pymmcore_plus/_build.py +0 -0
- {pymmcore_plus-0.15.2 → pymmcore_plus-0.15.3}/src/pymmcore_plus/_cli.py +0 -0
- {pymmcore_plus-0.15.2 → pymmcore_plus-0.15.3}/src/pymmcore_plus/_ipy_completion.py +0 -0
- {pymmcore_plus-0.15.2 → pymmcore_plus-0.15.3}/src/pymmcore_plus/_logger.py +0 -0
- {pymmcore_plus-0.15.2 → pymmcore_plus-0.15.3}/src/pymmcore_plus/_pymmcore.py +0 -0
- {pymmcore_plus-0.15.2 → pymmcore_plus-0.15.3}/src/pymmcore_plus/_util.py +0 -0
- {pymmcore_plus-0.15.2 → pymmcore_plus-0.15.3}/src/pymmcore_plus/core/__init__.py +0 -0
- {pymmcore_plus-0.15.2 → pymmcore_plus-0.15.3}/src/pymmcore_plus/core/_adapter.py +0 -0
- {pymmcore_plus-0.15.2 → pymmcore_plus-0.15.3}/src/pymmcore_plus/core/_config.py +0 -0
- {pymmcore_plus-0.15.2 → pymmcore_plus-0.15.3}/src/pymmcore_plus/core/_config_group.py +0 -0
- {pymmcore_plus-0.15.2 → pymmcore_plus-0.15.3}/src/pymmcore_plus/core/_constants.py +0 -0
- {pymmcore_plus-0.15.2 → pymmcore_plus-0.15.3}/src/pymmcore_plus/core/_device.py +0 -0
- {pymmcore_plus-0.15.2 → pymmcore_plus-0.15.3}/src/pymmcore_plus/core/_metadata.py +0 -0
- {pymmcore_plus-0.15.2 → pymmcore_plus-0.15.3}/src/pymmcore_plus/core/_property.py +0 -0
- {pymmcore_plus-0.15.2 → pymmcore_plus-0.15.3}/src/pymmcore_plus/core/_sequencing.py +0 -0
- {pymmcore_plus-0.15.2 → pymmcore_plus-0.15.3}/src/pymmcore_plus/core/events/__init__.py +0 -0
- {pymmcore_plus-0.15.2 → pymmcore_plus-0.15.3}/src/pymmcore_plus/core/events/_deprecated.py +0 -0
- {pymmcore_plus-0.15.2 → pymmcore_plus-0.15.3}/src/pymmcore_plus/core/events/_device_signal_view.py +0 -0
- {pymmcore_plus-0.15.2 → pymmcore_plus-0.15.3}/src/pymmcore_plus/core/events/_norm_slot.py +0 -0
- {pymmcore_plus-0.15.2 → pymmcore_plus-0.15.3}/src/pymmcore_plus/core/events/_prop_event_mixin.py +0 -0
- {pymmcore_plus-0.15.2 → pymmcore_plus-0.15.3}/src/pymmcore_plus/core/events/_protocol.py +0 -0
- {pymmcore_plus-0.15.2 → pymmcore_plus-0.15.3}/src/pymmcore_plus/core/events/_psygnal.py +0 -0
- {pymmcore_plus-0.15.2 → pymmcore_plus-0.15.3}/src/pymmcore_plus/core/events/_qsignals.py +0 -0
- {pymmcore_plus-0.15.2 → pymmcore_plus-0.15.3}/src/pymmcore_plus/experimental/__init__.py +0 -0
- {pymmcore_plus-0.15.2 → pymmcore_plus-0.15.3}/src/pymmcore_plus/experimental/unicore/__init__.py +0 -0
- {pymmcore_plus-0.15.2 → pymmcore_plus-0.15.3}/src/pymmcore_plus/experimental/unicore/_device_manager.py +0 -0
- {pymmcore_plus-0.15.2 → pymmcore_plus-0.15.3}/src/pymmcore_plus/experimental/unicore/_proxy.py +0 -0
- {pymmcore_plus-0.15.2 → pymmcore_plus-0.15.3}/src/pymmcore_plus/experimental/unicore/core/__init__.py +0 -0
- {pymmcore_plus-0.15.2 → pymmcore_plus-0.15.3}/src/pymmcore_plus/experimental/unicore/core/_sequence_buffer.py +0 -0
- {pymmcore_plus-0.15.2 → pymmcore_plus-0.15.3}/src/pymmcore_plus/experimental/unicore/core/_unicore.py +0 -0
- {pymmcore_plus-0.15.2 → pymmcore_plus-0.15.3}/src/pymmcore_plus/experimental/unicore/devices/__init__.py +0 -0
- {pymmcore_plus-0.15.2 → pymmcore_plus-0.15.3}/src/pymmcore_plus/experimental/unicore/devices/_camera.py +0 -0
- {pymmcore_plus-0.15.2 → pymmcore_plus-0.15.3}/src/pymmcore_plus/experimental/unicore/devices/_device_base.py +0 -0
- {pymmcore_plus-0.15.2 → pymmcore_plus-0.15.3}/src/pymmcore_plus/experimental/unicore/devices/_generic_device.py +0 -0
- {pymmcore_plus-0.15.2 → pymmcore_plus-0.15.3}/src/pymmcore_plus/experimental/unicore/devices/_properties.py +0 -0
- {pymmcore_plus-0.15.2 → pymmcore_plus-0.15.3}/src/pymmcore_plus/experimental/unicore/devices/_shutter.py +0 -0
- {pymmcore_plus-0.15.2 → pymmcore_plus-0.15.3}/src/pymmcore_plus/experimental/unicore/devices/_slm.py +0 -0
- {pymmcore_plus-0.15.2 → pymmcore_plus-0.15.3}/src/pymmcore_plus/experimental/unicore/devices/_stage.py +0 -0
- {pymmcore_plus-0.15.2 → pymmcore_plus-0.15.3}/src/pymmcore_plus/experimental/unicore/devices/_state.py +0 -0
- {pymmcore_plus-0.15.2 → pymmcore_plus-0.15.3}/src/pymmcore_plus/install.py +0 -0
- {pymmcore_plus-0.15.2 → pymmcore_plus-0.15.3}/src/pymmcore_plus/mda/__init__.py +0 -0
- {pymmcore_plus-0.15.2 → pymmcore_plus-0.15.3}/src/pymmcore_plus/mda/_engine.py +0 -0
- {pymmcore_plus-0.15.2 → pymmcore_plus-0.15.3}/src/pymmcore_plus/mda/_protocol.py +0 -0
- {pymmcore_plus-0.15.2 → pymmcore_plus-0.15.3}/src/pymmcore_plus/mda/_runner.py +0 -0
- {pymmcore_plus-0.15.2 → pymmcore_plus-0.15.3}/src/pymmcore_plus/mda/_thread_relay.py +0 -0
- {pymmcore_plus-0.15.2 → pymmcore_plus-0.15.3}/src/pymmcore_plus/mda/events/__init__.py +0 -0
- {pymmcore_plus-0.15.2 → pymmcore_plus-0.15.3}/src/pymmcore_plus/mda/events/_protocol.py +0 -0
- {pymmcore_plus-0.15.2 → pymmcore_plus-0.15.3}/src/pymmcore_plus/mda/events/_psygnal.py +0 -0
- {pymmcore_plus-0.15.2 → pymmcore_plus-0.15.3}/src/pymmcore_plus/mda/events/_qsignals.py +0 -0
- {pymmcore_plus-0.15.2 → pymmcore_plus-0.15.3}/src/pymmcore_plus/mda/handlers/_5d_writer_base.py +0 -0
- {pymmcore_plus-0.15.2 → pymmcore_plus-0.15.3}/src/pymmcore_plus/mda/handlers/__init__.py +0 -0
- {pymmcore_plus-0.15.2 → pymmcore_plus-0.15.3}/src/pymmcore_plus/mda/handlers/_img_sequence_writer.py +0 -0
- {pymmcore_plus-0.15.2 → pymmcore_plus-0.15.3}/src/pymmcore_plus/mda/handlers/_ome_tiff_writer.py +0 -0
- {pymmcore_plus-0.15.2 → pymmcore_plus-0.15.3}/src/pymmcore_plus/mda/handlers/_ome_zarr_writer.py +0 -0
- {pymmcore_plus-0.15.2 → pymmcore_plus-0.15.3}/src/pymmcore_plus/mda/handlers/_tensorstore_handler.py +0 -0
- {pymmcore_plus-0.15.2 → pymmcore_plus-0.15.3}/src/pymmcore_plus/mda/handlers/_util.py +0 -0
- {pymmcore_plus-0.15.2 → pymmcore_plus-0.15.3}/src/pymmcore_plus/metadata/__init__.py +0 -0
- {pymmcore_plus-0.15.2 → pymmcore_plus-0.15.3}/src/pymmcore_plus/metadata/functions.py +0 -0
- {pymmcore_plus-0.15.2 → pymmcore_plus-0.15.3}/src/pymmcore_plus/metadata/schema.py +0 -0
- {pymmcore_plus-0.15.2 → pymmcore_plus-0.15.3}/src/pymmcore_plus/metadata/serialize.py +0 -0
- {pymmcore_plus-0.15.2 → pymmcore_plus-0.15.3}/src/pymmcore_plus/mocks.py +0 -0
- {pymmcore_plus-0.15.2 → pymmcore_plus-0.15.3}/src/pymmcore_plus/model/__init__.py +0 -0
- {pymmcore_plus-0.15.2 → pymmcore_plus-0.15.3}/src/pymmcore_plus/model/_config_file.py +0 -0
- {pymmcore_plus-0.15.2 → pymmcore_plus-0.15.3}/src/pymmcore_plus/model/_config_group.py +0 -0
- {pymmcore_plus-0.15.2 → pymmcore_plus-0.15.3}/src/pymmcore_plus/model/_core_device.py +0 -0
- {pymmcore_plus-0.15.2 → pymmcore_plus-0.15.3}/src/pymmcore_plus/model/_core_link.py +0 -0
- {pymmcore_plus-0.15.2 → pymmcore_plus-0.15.3}/src/pymmcore_plus/model/_device.py +0 -0
- {pymmcore_plus-0.15.2 → pymmcore_plus-0.15.3}/src/pymmcore_plus/model/_microscope.py +0 -0
- {pymmcore_plus-0.15.2 → pymmcore_plus-0.15.3}/src/pymmcore_plus/model/_pixel_size_config.py +0 -0
- {pymmcore_plus-0.15.2 → pymmcore_plus-0.15.3}/src/pymmcore_plus/model/_property.py +0 -0
- {pymmcore_plus-0.15.2 → pymmcore_plus-0.15.3}/src/pymmcore_plus/py.typed +0 -0
- {pymmcore_plus-0.15.2 → pymmcore_plus-0.15.3}/src/pymmcore_plus/seq_tester.py +0 -0
- {pymmcore_plus-0.15.2 → pymmcore_plus-0.15.3}/tests/__init__.py +0 -0
- {pymmcore_plus-0.15.2 → pymmcore_plus-0.15.3}/tests/conftest.py +0 -0
- {pymmcore_plus-0.15.2 → pymmcore_plus-0.15.3}/tests/io/test_image_sequence_writer.py +0 -0
- {pymmcore_plus-0.15.2 → pymmcore_plus-0.15.3}/tests/io/test_ome_tiff.py +0 -0
- {pymmcore_plus-0.15.2 → pymmcore_plus-0.15.3}/tests/io/test_zarr_writers.py +0 -0
- {pymmcore_plus-0.15.2 → pymmcore_plus-0.15.3}/tests/local_config.cfg +0 -0
- {pymmcore_plus-0.15.2 → pymmcore_plus-0.15.3}/tests/test_accumulators.py +0 -0
- {pymmcore_plus-0.15.2 → pymmcore_plus-0.15.3}/tests/test_adapter_class.py +0 -0
- {pymmcore_plus-0.15.2 → pymmcore_plus-0.15.3}/tests/test_bench.py +0 -0
- {pymmcore_plus-0.15.2 → pymmcore_plus-0.15.3}/tests/test_cli.py +0 -0
- {pymmcore_plus-0.15.2 → pymmcore_plus-0.15.3}/tests/test_config_group_class.py +0 -0
- {pymmcore_plus-0.15.2 → pymmcore_plus-0.15.3}/tests/test_core.py +0 -0
- {pymmcore_plus-0.15.2 → pymmcore_plus-0.15.3}/tests/test_device_class.py +0 -0
- {pymmcore_plus-0.15.2 → pymmcore_plus-0.15.3}/tests/test_events.py +0 -0
- {pymmcore_plus-0.15.2 → pymmcore_plus-0.15.3}/tests/test_ipy_completions.py +0 -0
- {pymmcore_plus-0.15.2 → pymmcore_plus-0.15.3}/tests/test_mda.py +0 -0
- {pymmcore_plus-0.15.2 → pymmcore_plus-0.15.3}/tests/test_metadata.py +0 -0
- {pymmcore_plus-0.15.2 → pymmcore_plus-0.15.3}/tests/test_misc.py +0 -0
- {pymmcore_plus-0.15.2 → pymmcore_plus-0.15.3}/tests/test_model.py +0 -0
- {pymmcore_plus-0.15.2 → pymmcore_plus-0.15.3}/tests/test_pixel_config_class.py +0 -0
- {pymmcore_plus-0.15.2 → pymmcore_plus-0.15.3}/tests/test_property_class.py +0 -0
- {pymmcore_plus-0.15.2 → pymmcore_plus-0.15.3}/tests/test_sequencing.py +0 -0
- {pymmcore_plus-0.15.2 → pymmcore_plus-0.15.3}/tests/test_slm_image.py +0 -0
- {pymmcore_plus-0.15.2 → pymmcore_plus-0.15.3}/tests/test_thread_relay.py +0 -0
- {pymmcore_plus-0.15.2 → pymmcore_plus-0.15.3}/tests/unicore/conftest.py +0 -0
- {pymmcore_plus-0.15.2 → pymmcore_plus-0.15.3}/tests/unicore/test_camera.py +0 -0
- {pymmcore_plus-0.15.2 → pymmcore_plus-0.15.3}/tests/unicore/test_sequence_buffer.py +0 -0
- {pymmcore_plus-0.15.2 → pymmcore_plus-0.15.3}/tests/unicore/test_shutter.py +0 -0
- {pymmcore_plus-0.15.2 → pymmcore_plus-0.15.3}/tests/unicore/test_slm.py +0 -0
- {pymmcore_plus-0.15.2 → pymmcore_plus-0.15.3}/tests/unicore/test_state.py +0 -0
- {pymmcore_plus-0.15.2 → pymmcore_plus-0.15.3}/tests/unicore/test_unicore.py +0 -0
- {pymmcore_plus-0.15.2 → pymmcore_plus-0.15.3}/tests/unicore/test_xy_stage.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: pymmcore-plus
|
|
3
|
-
Version: 0.15.
|
|
3
|
+
Version: 0.15.3
|
|
4
4
|
Summary: pymmcore superset providing improved APIs, event handling, and a pure python acquisition engine
|
|
5
5
|
Project-URL: Source, https://github.com/pymmcore-plus/pymmcore-plus
|
|
6
6
|
Project-URL: Tracker, https://github.com/pymmcore-plus/pymmcore-plus/issues
|
|
@@ -2541,6 +2541,13 @@ for name in (
|
|
|
2541
2541
|
).strip()
|
|
2542
2542
|
)
|
|
2543
2543
|
|
|
2544
|
+
MMCORE_SIGNAL_NAMES = {n for n in dir(pymmcore.MMEventCallback) if n.startswith("on")}
|
|
2545
|
+
_SKIP = {
|
|
2546
|
+
"onImageSnapped",
|
|
2547
|
+
"onSequenceAcquisitionStopped",
|
|
2548
|
+
"onSequenceAcquisitionStarted",
|
|
2549
|
+
}
|
|
2550
|
+
|
|
2544
2551
|
|
|
2545
2552
|
class _MMCallbackRelay(pymmcore.MMEventCallback):
|
|
2546
2553
|
"""Relays MMEventCallback methods to CMMCorePlus.signal."""
|
|
@@ -2551,6 +2558,11 @@ class _MMCallbackRelay(pymmcore.MMEventCallback):
|
|
|
2551
2558
|
|
|
2552
2559
|
@staticmethod
|
|
2553
2560
|
def make_reemitter(name: str) -> Callable[..., None]:
|
|
2561
|
+
# until we debug issues passing signals emitted on other threads into Qt,
|
|
2562
|
+
# we skip these signals (which already had their own pymmcore-plus emitters)
|
|
2563
|
+
if name in _SKIP:
|
|
2564
|
+
return lambda self, *args: None
|
|
2565
|
+
|
|
2554
2566
|
sig_name = name[2].lower() + name[3:]
|
|
2555
2567
|
|
|
2556
2568
|
def reemit(self: _MMCallbackRelay, *args: Any) -> None:
|
|
@@ -2564,7 +2576,6 @@ class _MMCallbackRelay(pymmcore.MMEventCallback):
|
|
|
2564
2576
|
return reemit
|
|
2565
2577
|
|
|
2566
2578
|
|
|
2567
|
-
MMCORE_SIGNAL_NAMES = {n for n in dir(pymmcore.MMEventCallback) if n.startswith("on")}
|
|
2568
2579
|
MMCallbackRelay = type(
|
|
2569
2580
|
"MMCallbackRelay",
|
|
2570
2581
|
(_MMCallbackRelay,),
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{pymmcore_plus-0.15.2 → pymmcore_plus-0.15.3}/src/pymmcore_plus/core/events/_device_signal_view.py
RENAMED
|
File without changes
|
|
File without changes
|
{pymmcore_plus-0.15.2 → pymmcore_plus-0.15.3}/src/pymmcore_plus/core/events/_prop_event_mixin.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{pymmcore_plus-0.15.2 → pymmcore_plus-0.15.3}/src/pymmcore_plus/experimental/unicore/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
{pymmcore_plus-0.15.2 → pymmcore_plus-0.15.3}/src/pymmcore_plus/experimental/unicore/_proxy.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{pymmcore_plus-0.15.2 → pymmcore_plus-0.15.3}/src/pymmcore_plus/experimental/unicore/devices/_slm.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{pymmcore_plus-0.15.2 → pymmcore_plus-0.15.3}/src/pymmcore_plus/mda/handlers/_5d_writer_base.py
RENAMED
|
File without changes
|
|
File without changes
|
{pymmcore_plus-0.15.2 → pymmcore_plus-0.15.3}/src/pymmcore_plus/mda/handlers/_img_sequence_writer.py
RENAMED
|
File without changes
|
{pymmcore_plus-0.15.2 → pymmcore_plus-0.15.3}/src/pymmcore_plus/mda/handlers/_ome_tiff_writer.py
RENAMED
|
File without changes
|
{pymmcore_plus-0.15.2 → pymmcore_plus-0.15.3}/src/pymmcore_plus/mda/handlers/_ome_zarr_writer.py
RENAMED
|
File without changes
|
{pymmcore_plus-0.15.2 → pymmcore_plus-0.15.3}/src/pymmcore_plus/mda/handlers/_tensorstore_handler.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|