Bluesky

Latest version: v1.13

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

Scan your dependencies

Page 1 of 5

1.13.1rc2

What's Changed
* Add autoawait_in_bluesky_event_loop by coretl in https://github.com/bluesky/bluesky/pull/1858
* DOC: Updated example usage in the docstring for ``make_decorator``. by canismarko in https://github.com/bluesky/bluesky/pull/1864
* TST: skip all of the PersitentDict tests by tacaswell in https://github.com/bluesky/bluesky/pull/1865
* DEV: run copier update to fix pypi publishing by tacaswell in https://github.com/bluesky/bluesky/pull/1857
* fix ruff lint by ZohebShaikh in https://github.com/bluesky/bluesky/pull/1869

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

**Full Changelog**: https://github.com/bluesky/bluesky/compare/v1.13.1rc1...v1.13.1rc2

1.13.1rc1

1.13

What's Changed
* BLD: typing_extensions needs NotRequired (new 4.0.0) by maffettone in https://github.com/bluesky/bluesky/pull/1635
* Add prepare command to RunEngine and bundler, as well as protocol by rosesyrett in https://github.com/bluesky/bluesky/pull/1639
* DOC: Fixed examples in debugging docs by DominicOram in https://github.com/bluesky/bluesky/pull/1500
* Add delay to plan_args of count plan by DiamondJoseph in https://github.com/bluesky/bluesky/pull/1655
* Remove empty complete method from RunBundler by rosesyrett in https://github.com/bluesky/bluesky/pull/1644
* FIX: handle case of rewinding to before the beginning of a stream by tacaswell in https://github.com/bluesky/bluesky/pull/1648
* Added release notes for v1.13.0a1 by coretl in https://github.com/bluesky/bluesky/pull/1657
* Pass `md_validator` a deep copy that it can normalize by jmaruland in https://github.com/bluesky/bluesky/pull/1661
* Release notes for 1.13.0a2 by danielballan in https://github.com/bluesky/bluesky/pull/1669
* Fix Test Cases for "Enable collect for multiple detectors" (1651) by abbiemery in https://github.com/bluesky/bluesky/pull/1668
* Enable collect for multiple detectors by abbiemery in https://github.com/bluesky/bluesky/pull/1651

1.13.0a4

Added
-----

* Adopt DiamondLightSource Copier Template by callumforrester in https://github.com/bluesky/bluesky/pull/1664
* Add `__main__.py` and entrypoint for checking version info by jwlodek in https://github.com/bluesky/bluesky/pull/1699
* Include Python3.12 Classifier by callumforrester in https://github.com/bluesky/bluesky/pull/1719
* Adopt pydata documentation theme by AlexanderWells-diamond in https://github.com/bluesky/bluesky/pull/1706
* Vendor a copy of Super State Machine by genematx in https://github.com/bluesky/bluesky/pull/1708
* Callback to write documents to Tiled by genematx in https://github.com/bluesky/bluesky/pull/1660
* Add class and decorator to warn users if plan is not iterated over by vshekar in https://github.com/bluesky/bluesky/pull/1709
* Add collect_while_completing plan stub and test by jsouter in https://github.com/bluesky/bluesky/pull/1720
* Create a simulated run engine for unit testing by rtuck99 in https://github.com/bluesky/bluesky/pull/1714
* Expand `TiledWriter` by genematx in https://github.com/bluesky/bluesky/pull/1746

Changed
-------

* Alter kickoff and complete plan stubs to take multiple flyables by abbiemery in https://github.com/bluesky/bluesky/pull/1663
* Remove `object_plans.py` and associated test by DominicOram in https://github.com/bluesky/bluesky/pull/1696
* Promotes `warn_if_msg` to a `UserWarning` by CoePaul in https://github.com/bluesky/bluesky/pull/1705
* Removes fuzz in toto by CoePaul in https://github.com/bluesky/bluesky/pull/1710
* Dont collect interactive tests by gilesknap in https://github.com/bluesky/bluesky/pull/1703
* Remove nose package from dev dependencies list by Villtord in https://github.com/bluesky/bluesky/pull/1704
* Pin `sphinx<7.3` by callumforrester in https://github.com/bluesky/bluesky/pull/1717
* Expose API to set title on `LiveGrid` plots by GDYendell in https://github.com/bluesky/bluesky/pull/1702
* Remove unused `pims` library stan-dot in https://github.com/bluesky/bluesky/pull/1722
* Include details on wrappers in tutorial docs by stan-dot in https://github.com/bluesky/bluesky/pull/1729
* Use `tmp_path` instead of `tmpdir` fixture by jwlodek in https://github.com/bluesky/bluesky/pull/1730
* Replace `KeyError` handling logic by CoePaul in https://github.com/bluesky/bluesky/pull/1718
* Update for Tiled API change. by danielballan in https://github.com/bluesky/bluesky/pull/1748
* Update test for revised `StreamResource`. by danielballan in https://github.com/bluesky/bluesky/pull/1749
* Return the results of `asyncio.wait` in `bps.wait_for` by evalott100 in https://github.com/bluesky/bluesky/pull/1758

Fixed
-----

* Fix ruff formatting of strings by callumforrester in https://github.com/bluesky/bluesky/pull/1675
* `numpy==2.0` compatibility by tacaswell in https://github.com/bluesky/bluesky/pull/1672 and https://github.com/bluesky/bluesky/pull/1732
* Fix tests failing in devcontainer by gilesknap in https://github.com/bluesky/bluesky/pull/1700
* Relax timing as 2s is failing on CI on py311 only by tacaswell in https://github.com/bluesky/bluesky/pull/1707
* MacOS fix for failing tests in the `test_zmq.py` by skarakuzu in https://github.com/bluesky/bluesky/pull/1725
* Fixed `TiledWriter` bug by genematx in https://github.com/bluesky/bluesky/pull/1744

New Contributors
* gilesknap made their first contribution in https://github.com/bluesky/bluesky/pull/1700
* CoePaul made their first contribution in https://github.com/bluesky/bluesky/pull/1705
* jwlodek made their first contribution in https://github.com/bluesky/bluesky/pull/1699
* Villtord made their first contribution in https://github.com/bluesky/bluesky/pull/1704
* GDYendell made their first contribution in https://github.com/bluesky/bluesky/pull/1702
* stan-dot made their first contribution in https://github.com/bluesky/bluesky/pull/1722
* AlexanderWells-diamond made their first contribution in https://github.com/bluesky/bluesky/pull/1706
* genematx made their first contribution in https://github.com/bluesky/bluesky/pull/1708
* skarakuzu made their first contribution in https://github.com/bluesky/bluesky/pull/1725
* vshekar made their first contribution in https://github.com/bluesky/bluesky/pull/1709
* jsouter made their first contribution in https://github.com/bluesky/bluesky/pull/1720
* rtuck99 made their first contribution in https://github.com/bluesky/bluesky/pull/1714

**Full Changelog**: https://github.com/bluesky/bluesky/compare/v1.13.0a3...v1.13.0a4

1.13.0a3

New Contributors
* DiamondJoseph made their first contribution in https://github.com/bluesky/bluesky/pull/1655
* jmaruland made their first contribution in https://github.com/bluesky/bluesky/pull/1661
* abbiemery made their first contribution in https://github.com/bluesky/bluesky/pull/1668

**Full Changelog**: https://github.com/bluesky/bluesky/compare/v1.12.0...v1.13.0a3

1.13.0a2

What's Changed
* Pass `md_validator` a deep copy that it can normalize by jmaruland in https://github.com/bluesky/bluesky/pull/1661
* Release notes for 1.13.0a2 by danielballan in https://github.com/bluesky/bluesky/pull/1669

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

**Full Changelog**: https://github.com/bluesky/bluesky/compare/v1.13.0a1...v1.13.0a2

Page 1 of 5

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.