Skip to content

Latest commit

 

History

History
709 lines (440 loc) · 49.3 KB

CHANGELOG.md

File metadata and controls

709 lines (440 loc) · 49.3 KB

Changelog

v0.12.0 (2024-10-05)

Full Changelog

Implemented enhancements:

Fixed bugs:

  • fix: serialization of GridPlan in ome-zarr writer when msgspec is not installed #378 (tlambert03)

Merged pull requests:

v0.11.1 (2024-08-28)

Full Changelog

Implemented enhancements:

Fixed bugs:

Merged pull requests:

v0.11.0 (2024-07-06)

Full Changelog

Implemented enhancements:

  • feat: add mmcore use to set the active micro-manager installation #368 (tlambert03)
  • feat: enable StrictInitializationChecks #367 (tlambert03)
  • feat: create Microscope (model) from summary metadata #359 (tlambert03)
  • feat: Formalize schema for metadata used by MDA (and elsewhere) #358 (tlambert03)

Fixed bugs:

  • fix: fix failure to collect elapsed time during sequenced acquisition #361 (tlambert03)

Merged pull requests:

v0.10.2 (2024-06-13)

Full Changelog

Implemented enhancements:

  • feat: make CMMCoreSignaler and MDASignaler signal groups #357 (tlambert03)

v0.10.1 (2024-06-10)

Full Changelog

Fixed bugs:

v0.10.0 (2024-06-07)

Full Changelog

Implemented enhancements:

Fixed bugs:

  • fix: add stopPropertySequence before loadPropertySequence in setup_sequenced_event #353 (tlambert03)

Merged pull requests:

v0.9.5 (2024-05-04)

Full Changelog

Implemented enhancements:

  • feat: update 5d writer with isel method, make zarr output nicer to xarray, add a bit more metadata #344 (tlambert03)

Fixed bugs:

Merged pull requests:

v0.9.4 (2024-03-06)

Full Changelog

Fixed bugs:

  • fix: Fix pyside2 issue when disconnecting listeners_connected #337 (tlambert03)

v0.9.3 (2024-03-04)

Full Changelog

Implemented enhancements:

  • feat: support linux on mmcore build-dev, test on linux, make device list editable #331 (tlambert03)

Merged pull requests:

v0.9.2 (2024-02-27)

Full Changelog

Implemented enhancements:

v0.9.1 (2024-02-22)

Full Changelog

Fixed bugs:

v0.9.0 (2024-02-15)

Full Changelog

Implemented enhancements:

Fixed bugs:

  • fix: re-engage hardware autofocus after performing autofocus action if it was engaged #326 (fdrgsp)
  • fix: fix autofocus z_correction delta #317 (fdrgsp)
  • fix: only allow 'AcquireImage' Actions (or None) to be sequenced #315 (fdrgsp)
  • fix: fix excess reading of frame metadata in OMEZarrWriter #305 (wl-stepp)

Merged pull requests:

v0.8.7 (2024-01-25)

Full Changelog

Fixed bugs:

  • fix: fix available peripherals for libraries with multiple hubs #309 (tlambert03)

v0.8.6 (2024-01-24)

Full Changelog

Implemented enhancements:

  • feat: update OMEZarrWriter to position-specific sub-MDAsequences #299 (fdrgsp)

Fixed bugs:

Merged pull requests:

  • fix: avoid hardware errors while running sequences with NIDAQ stages #307 (tlambert03)

v0.8.5 (2023-12-18)

Full Changelog

Implemented enhancements:

Fixed bugs:

Merged pull requests:

v0.8.4 (2023-12-06)

Full Changelog

Implemented enhancements:

  • feat: Add basic msgpack decoding for images from SequenceTester #296 (tlambert03)

Fixed bugs:

  • fix: subclass apply_to_core method for PixelSizeGroup in model #287 (fdrgsp)

Merged pull requests:

v0.8.3 (2023-10-24)

Full Changelog

Implemented enhancements:

Tests & CI:

Merged pull requests:

v0.8.2 (2023-09-05)

Full Changelog

Merged pull requests:

v0.8.1 (2023-08-30)

Full Changelog

Fixed bugs:

  • fix: fix a bug in saveSystemConfiguration method #248 (fdrgsp)

Merged pull requests:

v0.8.0 (2023-07-31)

Full Changelog

Tests & CI:

Merged pull requests:

v0.7.1 (2023-07-28)

Full Changelog

Merged pull requests:

v0.7.0 (2023-07-27)

Full Changelog

Implemented enhancements:

  • feat:update saveSystemConfiguration method #214 (fdrgsp)
  • feat: update engine with autofocus using user Action #204 (fdrgsp)
  • feat: set sequence fov size in engine setup_sequence + add test #198 (fdrgsp)

Merged pull requests:

v0.6.7 (2023-04-10)

Full Changelog

Merged pull requests:

v0.6.6 (2023-01-13)

Full Changelog

Implemented enhancements:

  • feat: add propertyChanged to setFocusDevice method + test #182 (fdrgsp)
  • feat: emit channelGroupChanged signal when calling setChannelGroup #180 (fdrgsp)

Fixed bugs:

  • fix: update for newest micromanager demo cfg #183 (fdrgsp)

Merged pull requests:

v0.6.5 (2022-12-07)

Full Changelog

Merged pull requests:

v0.6.4 (2022-12-05)

Full Changelog

Merged pull requests:

v0.6.3 (2022-12-05)

Full Changelog

Merged pull requests:

v0.6.2 (2022-11-29)

Full Changelog

Merged pull requests:

v0.6.1 (2022-11-24)

Full Changelog

Merged pull requests:

v0.6.0 (2022-11-22)

Full Changelog

Implemented enhancements:

Fixed bugs:

Merged pull requests:

v0.5.1 (2022-10-31)

Full Changelog

Merged pull requests:

v0.5.0 (2022-10-17)

Full Changelog

Implemented enhancements:

  • feat: use private loguru logger #146 (tlambert03)
  • feat: new signals to handle pixel size configurations #143 (fdrgsp)
  • feat: add a new signals and methods for groups and presets + test #139 (fdrgsp)

Merged pull requests:

  • fix: fix test error after psygnal update #147 (tlambert03)
  • test: skip test_lock_and_callbacks on windows CI #142 (tlambert03)
  • feat: add a signal when the camera ROI changes + test #138 (fdrgsp)
  • chore: update links to new organization #135 (tlambert03)
  • fix: make mda engine exit gracefully after an exception #133 (ianhi)
  • fix: Make sure to set xy in mda even if they are 0 #131 (ianhi)

v0.4.5 (2022-05-19)

Full Changelog

Merged pull requests:

v0.4.4 (2022-05-12)

Full Changelog

Merged pull requests:

  • fix potential typererror if canceled while waiting #127 (ianhi)
  • Fix waiting for mda events #126 (ianhi)

v0.4.3 (2022-05-02)

Full Changelog

Fixed bugs:

v0.4.2 (2022-04-23)

Full Changelog

Merged pull requests:

  • Ensure import of QtWidgets in check_qt_app #122 (ianhi)
  • add setContext method #120 (ianhi)

v0.4.1 (2022-04-21)

Full Changelog

Merged pull requests:

  • micromanager shutter and autoshutter signals #123 (fdrgsp)
  • Add a new SequenceAcquisition event signals #115 (fdrgsp)
  • fix flaky tests #114 (ianhi)

v0.4.0 (2022-03-08)

Full Changelog

Implemented enhancements:

  • Adds DeviceProperty class - a view onto a core property with a nicer API #107 (tlambert03)

Fixed bugs:

  • Switch to user swappable mda-engines #102 (ianhi)

Merged pull requests:

  • add devicePropertyChanged and valueChanged signal on DeviceProperty object. #111 (tlambert03)
  • reconfigure MDAEngine to make it easier to subclass #110 (ianhi)
  • Adds Device class - a view onto a core device with a nicer API #109 (tlambert03)
  • use better globals for State and Label #106 (tlambert03)

v0.3.1 (2022-03-04)

Full Changelog

Fixed bugs:

v0.3.0 (2022-03-03)

Full Changelog

Merged pull requests:

v0.2.1 (2022-02-21)

Full Changelog

Merged pull requests:

  • restore setPosition overloading #82 (ianhi)

v0.2.0 (2022-02-19)

Full Changelog

Merged pull requests:

v0.1.8 (2022-01-28)

Full Changelog

Merged pull requests:

  • Allow more options when loading config #71 (ianhi)
  • Download latest MM by default #69 (ianhi)
  • getOrGuessChannelGroup -> list #67 (fdrgsp)
  • Add getPixelSizeConfigData() to config overrides #61 (fdrgsp)

v0.1.7 (2021-11-30)

Full Changelog

Merged pull requests:

v0.1.6 (2021-10-25)

Full Changelog

Merged pull requests:

v0.1.5 (2021-08-31)

Full Changelog

Merged pull requests:

v0.1.4 (2021-08-14)

Full Changelog

Merged pull requests:

v0.1.3 (2021-07-15)

Full Changelog

Merged pull requests:

v0.1.2 (2021-07-13)

Full Changelog

v0.1.1 (2021-07-08)

Full Changelog

Merged pull requests:

v0.1.0 (2021-07-03)

Full Changelog

Merged pull requests:

v0.0.1 (2021-05-17)

Full Changelog

* This Changelog was automatically generated by github_changelog_generator