Bluesky

Latest version: v1.13

Safety actively analyzes 693883 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 2 of 5

1.11.0

What's Changed
* DOC: add bluesky base to readme by untzag in https://github.com/bluesky/bluesky/pull/1545
* FIX: LiveGrids placing x-axis tick labels on all columns by maffettone in https://github.com/bluesky/bluesky/pull/1548
* Add Locatable by coretl in https://github.com/bluesky/bluesky/pull/1536
* DOC miniscule typo, hardly worth a bother by prjemian in https://github.com/bluesky/bluesky/pull/1556
* ENH: add resume thresholds to suspender justification message by tacaswell in https://github.com/bluesky/bluesky/pull/1554
* DEP: remove deprecated get_event_loop() by tizayi in https://github.com/bluesky/bluesky/pull/1564
* Made protocol methods abstract by evalott100 in https://github.com/bluesky/bluesky/pull/1562
* DEP: remove loop param from AsyncInput in bluesky.utils by hyperrealist in https://github.com/bluesky/bluesky/pull/1566
* DOC: fix unit tests badge of readme by untzag in https://github.com/bluesky/bluesky/pull/1565
* DOC: minor typo fixed. by clintonroy in https://github.com/bluesky/bluesky/pull/1568
* ENH: make stage and unstage return status objects by tizayi in https://github.com/bluesky/bluesky/pull/1563
* Qt kicker 1494 by RussBerg in https://github.com/bluesky/bluesky/pull/1495
* FIX: Remove callable from plan signature for qserver by maffettone in https://github.com/bluesky/bluesky/pull/1571
* MNT: move fig_factory default resolution in BestEffortCallback by tacaswell in https://github.com/bluesky/bluesky/pull/1569
* Propagate exception through failed status by RAYemelyanova in https://github.com/bluesky/bluesky/pull/1570
* Add ability to pre-declare a stream by tacaswell in https://github.com/bluesky/bluesky/pull/1542
* Point at newly versioned event model docs by coretl in https://github.com/bluesky/bluesky/pull/1574
* pinned zict to <3.0.0 by RAYemelyanova in https://github.com/bluesky/bluesky/pull/1578
* removed with_traceback call by RAYemelyanova in https://github.com/bluesky/bluesky/pull/1575
* Update minimum Python version in tutorial by callumforrester in https://github.com/bluesky/bluesky/pull/1576
* Remove useless instructions about install_kicker by graeme-winter in https://github.com/bluesky/bluesky/pull/1583
* DOC: Tidy up tutorial around gridscans by DominicOram in https://github.com/bluesky/bluesky/pull/1584
* Use Python version check rather than import error check to import Protocol by callumforrester in https://github.com/bluesky/bluesky/pull/1585
* Add v1.11.0 release notes by coretl in https://github.com/bluesky/bluesky/pull/1588

New Contributors
* tizayi made their first contribution in https://github.com/bluesky/bluesky/pull/1564
* evalott100 made their first contribution in https://github.com/bluesky/bluesky/pull/1562
* hyperrealist made their first contribution in https://github.com/bluesky/bluesky/pull/1566
* RussBerg made their first contribution in https://github.com/bluesky/bluesky/pull/1495
* RAYemelyanova made their first contribution in https://github.com/bluesky/bluesky/pull/1570
* graeme-winter made their first contribution in https://github.com/bluesky/bluesky/pull/1583
* DominicOram made their first contribution in https://github.com/bluesky/bluesky/pull/1584

**Full Changelog**: https://github.com/bluesky/bluesky/compare/v1.10.0...v1.11.0

1.10.0

What's Changed
* Removed support for Python < 3.8 by maffettone in 1534
* Properly register user-supplied event loops by ZLLentz in 1539
* Removed status_tasks dequeue from RunEngine, fixing long-standing memory leak by tacaswell in 1513
* No-longer pre-compute all axes when not snaking, lowering memory footprint for large scans by ksunden in 1543

**Full Changelog**: https://github.com/bluesky/bluesky/compare/v1.9.0...v1.10.0

1.9.0

What's Changed
* DOC: fix docstring on plan_stubs.close_run by tacaswell in https://github.com/bluesky/bluesky/pull/1519
* Future support by tacaswell in https://github.com/bluesky/bluesky/pull/1512
* MNT: clarify how suspenders get evaluated by tacaswell in https://github.com/bluesky/bluesky/pull/1518
* Fix language for sphinx 5.0 by coretl in https://github.com/bluesky/bluesky/pull/1524
* Add async capabilities to protocols by coretl in https://github.com/bluesky/bluesky/pull/1522
* Bad comparison created too many axes for plots by maffettone in https://github.com/bluesky/bluesky/pull/1533
* FIX: make trigger and read careful by tacaswell in https://github.com/bluesky/bluesky/pull/1525
* STY: fix whitespace around keywords by tacaswell in https://github.com/bluesky/bluesky/pull/1537
* DOC: Finish release notes for 1.9.0 by tacaswell in https://github.com/bluesky/bluesky/pull/1538

New Contributors
* coretl made their first contribution in https://github.com/bluesky/bluesky/pull/1524

**Full Changelog**: https://github.com/bluesky/bluesky/compare/v1.8.3...v1.9.0

1.8.3

New Contributors
* maffettone made their first contribution in https://github.com/bluesky/bluesky/pull/1511

**Full Changelog**: https://github.com/bluesky/bluesky/compare/v1.8.2...v1.8.3

1.8.2

===================

Fixed
-----

* Changed from using ``SafeConfigParser`` to ``ConfigParser`` in
``versioneer.py`` (fix to support Python 3.11).

Enhancements
------------

* Added public ``call_returns_result`` property.
* Implemented human-readable printable representation for ``PeakStats``.

Documentation
-------------

* Updated ``RunEngine`` docstring with ``call_returns_result`` property.
* Fixed a small mistake in ``bp.scan`` docstring.
* Added documentation about intended behavior of fraction in the ``watch``
method of the status object.

1.8.1

===================

Fixed
-----

* More fixes for Python 3.10 to propagate the ``loop`` kwarg correctly.

Enhancements
------------

* Added optional calculation of the derivative and its statistics (``min``,
``max``, ``fwhm``, etc.) to ``PeakStats`` and ``BestEffortCallback``.

Added
-----

* Read-only property ``RunEngine.deferred_pause_requested`` which may be useful
for [bluesky-queueserver](https://github.com/bluesky/bluesky-queueserver).

Documentation
-------------

* Unpin ``sphinx_rtd_theme``.

Page 2 of 5

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.