API
- The `pcdsdevices.EpicsMotor` has been replaced by `pcdsdevices.PCDSMotorBase` and three child classes `IMS`, `Newport` and `PMC100`. This is an attempt to have a reasonable MRO for the discrepenacies between all our different implementations of the EPICS Motor Record (167)
- Due to the growing complication of the `Daq` class and related utilities, all related functions were moved to https://pcdshub.github.io/pcdsdaq (#168)
Bug Fixes
- Fixed an error with the way prefix propagated through components for the `OffsetMirror` class (165)
- Call `setup_ophyd` to make sure that threaded Channel Access calls are executed in the write context. (166)