-
Notifications
You must be signed in to change notification settings - Fork 26
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #606 from ZLLentz/enh_wait_status
ENH: improved wait status and positioner timeout messages
- Loading branch information
Showing
7 changed files
with
450 additions
and
105 deletions.
There are no files selected for viewing
28 changes: 28 additions & 0 deletions
28
docs/source/upcoming_release_notes/606-enh_wait_status.rst
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
606 enh_wait_status | ||
################### | ||
|
||
API Breaks | ||
---------- | ||
- ``TyphosStatusThread`` now has a dramatically different signal API. | ||
This is an improved version but if you were using this class take note | ||
of the changes. | ||
|
||
Features | ||
-------- | ||
- Make the timeout messages friendlier and more accurate when the | ||
timeouts come from the ``TyphosPositionerWidget``. | ||
- Make error messages in general (including status timeouts) clearer | ||
when they come from the positioner device class controlled by the | ||
``TyphosPositionerWidget``. | ||
|
||
Bugfixes | ||
-------- | ||
- N/A | ||
|
||
Maintenance | ||
----------- | ||
- Refactor ``TyphosStatusThread`` to facilitate timeout message changes. | ||
|
||
Contributors | ||
------------ | ||
- zllentz |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.