Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

EpicsMotorLimitsMixin superseded by ophyd.EpicsMotor #1031

Merged
merged 4 commits into from
Oct 25, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
DOC #1009
prjemian committed Oct 24, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
commit c1270bb707c21f39ebad769dc2233e182e757413
5 changes: 5 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -26,6 +26,11 @@ describe future plans.
release expected by 2024-12-31

Deprecations
------------

- 'EpicsMotorLimitsMixin' features are now part of 'ophyd.EpicsMotor'.

1.7.0
******

1 change: 0 additions & 1 deletion apstools/devices/description_mixin.py
Original file line number Diff line number Diff line change
@@ -42,7 +42,6 @@ class EpicsMotorWithDescription(EpicsDescriptionMixin, EpicsMotor):
class EpicsMotorWithMore(
EpicsDescriptionMixin,
EpicsMotorLimitsMixin,
EpicsMotorDialMixin,
EpicsMotorRawMixin,
EpicsMotor
1 change: 0 additions & 1 deletion docs/source/api/_devices.rst
Original file line number Diff line number Diff line change
@@ -138,7 +138,6 @@ Motors, Positioners, Axes, ...
~apstools.devices.description_mixin.EpicsDescriptionMixin
~apstools.devices.motor_mixins.EpicsMotorDialMixin
~apstools.devices.motor_mixins.EpicsMotorEnableMixin
~apstools.devices.motor_mixins.EpicsMotorLimitsMixin
~apstools.devices.motor_mixins.EpicsMotorRawMixin
~apstools.devices.motor_mixins.EpicsMotorResolutionMixin
~apstools.devices.motor_mixins.EpicsMotorServoMixin