Useq-schema

Latest version: v0.7.2

Safety actively analyzes 723650 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 2 of 4

0.5.2

What's Changed
* fix: reset_event_timer defaults to True in sub-sequences by wl-stepp in https://github.com/pymmcore-plus/useq-schema/pull/194
* docs: Update readme by tlambert03 in https://github.com/pymmcore-plus/useq-schema/pull/195
* ci(pre-commit.ci): autoupdate by pre-commit-ci in https://github.com/pymmcore-plus/useq-schema/pull/191
* ci(pre-commit.ci): autoupdate by pre-commit-ci in https://github.com/pymmcore-plus/useq-schema/pull/198
* fix: fix for pydantic 2.10 by tlambert03 in https://github.com/pymmcore-plus/useq-schema/pull/203
* feat: make Axis public by tlambert03 in https://github.com/pymmcore-plus/useq-schema/pull/201

New Contributors
* wl-stepp made their first contribution in https://github.com/pymmcore-plus/useq-schema/pull/194

**Full Changelog**: https://github.com/pymmcore-plus/useq-schema/compare/v0.5.1...v0.5.2

0.5.1

**Full Changelog**: https://github.com/pymmcore-plus/useq-schema/compare/v0.5.0...v0.5.1

0.5.0

What's Changed
* ci(pre-commit.ci): autoupdate by pre-commit-ci in https://github.com/pymmcore-plus/useq-schema/pull/146
* ci(pre-commit.ci): autoupdate by pre-commit-ci in https://github.com/pymmcore-plus/useq-schema/pull/148
* fix: update docstring MDASequence by fdrgsp in https://github.com/pymmcore-plus/useq-schema/pull/150
* fix: update docstrings grid plans by fdrgsp in https://github.com/pymmcore-plus/useq-schema/pull/151
* ci(dependabot): bump actions/setup-python from 4 to 5 by dependabot in https://github.com/pymmcore-plus/useq-schema/pull/152
* ci(pre-commit.ci): autoupdate by pre-commit-ci in https://github.com/pymmcore-plus/useq-schema/pull/153
* ci(dependabot): bump codecov/codecov-action from 3 to 4 by dependabot in https://github.com/pymmcore-plus/useq-schema/pull/154
* chore: use ruff format instead of black by tlambert03 in https://github.com/pymmcore-plus/useq-schema/pull/157
* ci: use reusable workflows by tlambert03 in https://github.com/pymmcore-plus/useq-schema/pull/159
* ci(dependabot): bump softprops/action-gh-release from 1 to 2 by dependabot in https://github.com/pymmcore-plus/useq-schema/pull/160
* ci(pre-commit.ci): autoupdate by pre-commit-ci in https://github.com/pymmcore-plus/useq-schema/pull/161
* ci(pre-commit.ci): autoupdate by pre-commit-ci in https://github.com/pymmcore-plus/useq-schema/pull/162
* ci(dependabot): bump pyapp-kit/workflows from 1 to 2 by dependabot in https://github.com/pymmcore-plus/useq-schema/pull/163
* chore: remove deprecated code by tlambert03 in https://github.com/pymmcore-plus/useq-schema/pull/164
* ci(pre-commit.ci): autoupdate by pre-commit-ci in https://github.com/pymmcore-plus/useq-schema/pull/165
* ci(pre-commit.ci): autoupdate by pre-commit-ci in https://github.com/pymmcore-plus/useq-schema/pull/168
* build: drop support for pydantic 1 by tlambert03 in https://github.com/pymmcore-plus/useq-schema/pull/167
* feat: add well-plate model by tlambert03 in https://github.com/pymmcore-plus/useq-schema/pull/166
* feat: few updates for WellPlatePlan by fdrgsp in https://github.com/pymmcore-plus/useq-schema/pull/171
* fix: fix units for correct WellPlatePlan iteration by fdrgsp in https://github.com/pymmcore-plus/useq-schema/pull/172
* fix: use cartesian coordinate system in WellPlatePlan (-x left, +x right, -y down and +y up) by fdrgsp in https://github.com/pymmcore-plus/useq-schema/pull/175
* feat: add RelativePosition instead of GridPosition by tlambert03 in https://github.com/pymmcore-plus/useq-schema/pull/169
* refactor: multi-point-plan by tlambert03 in https://github.com/pymmcore-plus/useq-schema/pull/176
* fix: fix pydantic smart union in older versions, and add minreqs test by tlambert03 in https://github.com/pymmcore-plus/useq-schema/pull/178
* feat: formalizing point-visiting strategies by tlambert03 in https://github.com/pymmcore-plus/useq-schema/pull/177
* feat: allow RandomPoints.start_at to be a position by tlambert03 in https://github.com/pymmcore-plus/useq-schema/pull/179
* refactor: normalize `WellPlate.selected_wells` by tlambert03 in https://github.com/pymmcore-plus/useq-schema/pull/180
* fix: fix WellPlatePlan.__repr__ by tlambert03 in https://github.com/pymmcore-plus/useq-schema/pull/181
* fix: fix well plate union by tlambert03 in https://github.com/pymmcore-plus/useq-schema/pull/182
* ci(pre-commit.ci): autoupdate by pre-commit-ci in https://github.com/pymmcore-plus/useq-schema/pull/184
* refactor: make None imply no selected wells by tlambert03 in https://github.com/pymmcore-plus/useq-schema/pull/186
* feat: add reset_event_timer, to mark an event as the t0 for later min_start_times by tlambert03 in https://github.com/pymmcore-plus/useq-schema/pull/188
* build: add py3.13 by tlambert03 in https://github.com/pymmcore-plus/useq-schema/pull/189
* fix: retain WellPlatePlan type when used for MDASequence.stage_positions by tlambert03 in https://github.com/pymmcore-plus/useq-schema/pull/190


**Full Changelog**: https://github.com/pymmcore-plus/useq-schema/compare/v0.4.7...v0.5.0

0.4.7

What's Changed
* feat: add generation of random points in grid_plan by fdrgsp in https://github.com/pymmcore-plus/useq-schema/pull/132
* ci(pre-commit.ci): autoupdate by pre-commit-ci in https://github.com/pymmcore-plus/useq-schema/pull/133
* ci(dependabot): bump actions/checkout from 3 to 4 by dependabot in https://github.com/pymmcore-plus/useq-schema/pull/134
* refactor: remove __str__ method on MDASequence by tlambert03 in https://github.com/pymmcore-plus/useq-schema/pull/136
* test: add napari-micromanager test by tlambert03 in https://github.com/pymmcore-plus/useq-schema/pull/139
* fix: valueError also if no fov in GridWidthHeight by fdrgsp in https://github.com/pymmcore-plus/useq-schema/pull/142
* refactor!: change axis_order type to `Tuple[str, ...]` by tlambert03 in https://github.com/pymmcore-plus/useq-schema/pull/140
* build: block pydantic2.4.1 by tlambert03 in https://github.com/pymmcore-plus/useq-schema/pull/144
* feat: make af-device name optional by tlambert03 in https://github.com/pymmcore-plus/useq-schema/pull/145


**Full Changelog**: https://github.com/pymmcore-plus/useq-schema/compare/v0.4.6...v0.4.7

0.4.6

What's Changed
* ci(pre-commit.ci): autoupdate by pre-commit-ci in https://github.com/pymmcore-plus/useq-schema/pull/128
* feat: accept bare string for mda event channel by tlambert03 in https://github.com/pymmcore-plus/useq-schema/pull/130
* feat: add GridWidthHeight by tlambert03 in https://github.com/pymmcore-plus/useq-schema/pull/129


**Full Changelog**: https://github.com/pymmcore-plus/useq-schema/compare/v0.4.5...v0.4.6

0.4.5

**Full Changelog**: https://github.com/pymmcore-plus/useq-schema/compare/v0.4.4...v0.4.5

Page 2 of 4

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.