Skip to content

Commit

Permalink
DOC #1009
Browse files Browse the repository at this point in the history
  • Loading branch information
prjemian committed Oct 24, 2024
1 parent 9c63272 commit c1270bb
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
******

Expand Down
1 change: 0 additions & 1 deletion apstools/devices/description_mixin.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ class EpicsMotorWithDescription(EpicsDescriptionMixin, EpicsMotor):
class EpicsMotorWithMore(
EpicsDescriptionMixin,
EpicsMotorLimitsMixin,
EpicsMotorDialMixin,
EpicsMotorRawMixin,
EpicsMotor
Expand Down
1 change: 0 additions & 1 deletion docs/source/api/_devices.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c1270bb

Please sign in to comment.