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