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