Releases: pymmcore-plus/useq-schema
Releases · pymmcore-plus/useq-schema
v0.5.1
Full Changelog: v0.5.0...v0.5.1
v0.5.0
What's Changed
- ci(pre-commit.ci): autoupdate by @pre-commit-ci in #146
- ci(pre-commit.ci): autoupdate by @pre-commit-ci in #148
- fix: update docstring MDASequence by @fdrgsp in #150
- fix: update docstrings grid plans by @fdrgsp in #151
- ci(dependabot): bump actions/setup-python from 4 to 5 by @dependabot in #152
- ci(pre-commit.ci): autoupdate by @pre-commit-ci in #153
- ci(dependabot): bump codecov/codecov-action from 3 to 4 by @dependabot in #154
- chore: use ruff format instead of black by @tlambert03 in #157
- ci: use reusable workflows by @tlambert03 in #159
- ci(dependabot): bump softprops/action-gh-release from 1 to 2 by @dependabot in #160
- ci(pre-commit.ci): autoupdate by @pre-commit-ci in #161
- ci(pre-commit.ci): autoupdate by @pre-commit-ci in #162
- ci(dependabot): bump pyapp-kit/workflows from 1 to 2 by @dependabot in #163
- chore: remove deprecated code by @tlambert03 in #164
- ci(pre-commit.ci): autoupdate by @pre-commit-ci in #165
- ci(pre-commit.ci): autoupdate by @pre-commit-ci in #168
- build: drop support for pydantic 1 by @tlambert03 in #167
- feat: add well-plate model by @tlambert03 in #166
- feat: few updates for WellPlatePlan by @fdrgsp in #171
- fix: fix units for correct WellPlatePlan iteration by @fdrgsp in #172
- fix: use cartesian coordinate system in WellPlatePlan (-x left, +x right, -y down and +y up) by @fdrgsp in #175
- feat: add RelativePosition instead of GridPosition by @tlambert03 in #169
- refactor: multi-point-plan by @tlambert03 in #176
- fix: fix pydantic smart union in older versions, and add minreqs test by @tlambert03 in #178
- feat: formalizing point-visiting strategies by @tlambert03 in #177
- feat: allow RandomPoints.start_at to be a position by @tlambert03 in #179
- refactor: normalize
WellPlate.selected_wells
by @tlambert03 in #180 - fix: fix WellPlatePlan.repr by @tlambert03 in #181
- fix: fix well plate union by @tlambert03 in #182
- ci(pre-commit.ci): autoupdate by @pre-commit-ci in #184
- refactor: make None imply no selected wells by @tlambert03 in #186
- feat: add reset_event_timer, to mark an event as the t0 for later min_start_times by @tlambert03 in #188
- build: add py3.13 by @tlambert03 in #189
- fix: retain WellPlatePlan type when used for MDASequence.stage_positions by @tlambert03 in #190
Full Changelog: v0.4.7...v0.5.0
v0.4.7
What's Changed
- feat: add generation of random points in grid_plan by @fdrgsp in #132
- ci(pre-commit.ci): autoupdate by @pre-commit-ci in #133
- ci(dependabot): bump actions/checkout from 3 to 4 by @dependabot in #134
- refactor: remove str method on MDASequence by @tlambert03 in #136
- test: add napari-micromanager test by @tlambert03 in #139
- fix: valueError also if no fov in GridWidthHeight by @fdrgsp in #142
- refactor!: change axis_order type to
Tuple[str, ...]
by @tlambert03 in #140 - build: block pydantic2.4.1 by @tlambert03 in #144
- feat: make af-device name optional by @tlambert03 in #145
Full Changelog: v0.4.6...v0.4.7
v0.4.6
What's Changed
- ci(pre-commit.ci): autoupdate by @pre-commit-ci in #128
- feat: accept bare string for mda event channel by @tlambert03 in #130
- feat: add GridWidthHeight by @tlambert03 in #129
Full Changelog: v0.4.5...v0.4.6
v0.4.5
Full Changelog: v0.4.4...v0.4.5
v0.4.4
Full Changelog: v0.4.3...v0.4.4
v0.4.3
What's Changed
- fix: fix rounding error in ZPlan num_positions estimate by @tlambert03 in #127
Full Changelog: v0.4.2...v0.4.3
v0.4.2
What's Changed
- refactor: remove pydantic compat module altogether by @tlambert03 in #125
- chore: remove special character from MDASequence.str by @tlambert03 in #126
Full Changelog: v0.4.1...v0.4.2
v0.4.1
What's Changed
- build: use pydantic-compat library by @tlambert03 in #124
Full Changelog: v0.4.0...v0.4.1
v0.4.0
What's Changed
- chore: remove setup.py by @tlambert03 in #111
- refactor: move iterator into new module by @tlambert03 in #112
- perf: significantly speedup iteration of MDASequences. (breaking change, removes
__len__
methods) by @tlambert03 in #113 - docs: update units of exposure in docstring to ms by @tlambert03 in #114
- docs: update readme by @tlambert03 in #115
- feat: Add FOV size to grid spec by @tlambert03 in #116
- feat: add estimate of MDASequence duration, without iterating by @tlambert03 in #117
- refactor: move pycromanager stuff to new module, update docs a bit by @tlambert03 in #118
- refactor: make fov_width/fov_height mutable on GridPlans by @tlambert03 in #121
- feat: add
keep_shutter_open_across
to MDASequence by @tlambert03 in #119 - feat: support both pydantic1 and pydantic2 by @tlambert03 in #122
Full Changelog: v0.3.2...v0.4.0