File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22 Release History
33=================
44
5- v1.15.0 (2025-10-?? )
5+ v1.15.0 (2026-04-15 )
66====================
77
88Added
99-----
1010
1111- Added support and testing for Python 3.13
12+ - ``event_model `` versions to ``RE.md ``
13+ - More flexible addresses for ZMQ callbacks
14+ - Improved numpy sanitization for ``Msg `` tracing
1215
1316Fixed
1417-----
1518
19+ - Bug where ``SIGINT `` counting had a data race on very rapid presses, causing unreliable pausing behavior
20+ - Data saved from ``read_configuration() `` is now cached per stream, fixing subtle cache invalidation issues
21+ - ``TypeError `` on ``np.round `` in the ``%wa `` Bluesky magic with a multi-axis ``PsuedoPositioner `` coming from Numpy 2.0 change
22+ - Subtle bug in suspenders based on which thread the Ophyd subscription was run in
23+ - Handle empty motors in ``RunStart `` document in ``BestEffortCallback ``
24+
1625Changed
1726-------
1827
1928- Dropped support and testing for Python 3.9 (EOL in 2025-10)
29+ - ``SIGINT `` pause/interrupt behavior now requires 100ms between signal arrival to count toward a hard-pause or a ``KeyboardInterrupt ``
30+
31+ v1.14.6 (2025-10-08)
32+ ====================
33+
34+ Added
35+ -----
36+
37+ Fixed
38+ -----
39+
40+ - Error when using ``bps.wait `` with a timeout that actually triggered
41+
42+ Changed
43+ -------
2044
45+ - Remove the ``'streams' `` namespace (container) from the container structure created by ``TiledWriter ``
2146
2247v1.14.5 (2025-10-03)
2348====================
You can’t perform that action at this time.
0 commit comments