Ophyd-async

Latest version: v0.9.0

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

Scan your dependencies

Page 3 of 6

0.7.0

What's Changed
* fixed typos by ZohebShaikh in https://github.com/bluesky/ophyd-async/pull/589
* Make table subclass enums be sequence enum rather than numpy string by evalott100 in https://github.com/bluesky/ophyd-async/pull/579
* Reset completed iterations counter to 0 once target iterations are reached and detector is disarmed by jwlodek in https://github.com/bluesky/ophyd-async/pull/590
* Simplify ad standard det tests by jwlodek in https://github.com/bluesky/ophyd-async/pull/592
* Remove config sigs kwarg from flyer since use case for them was unclear. by jwlodek in https://github.com/bluesky/ophyd-async/pull/593
* added number_of_frames instead of iterations by ZohebShaikh in https://github.com/bluesky/ophyd-async/pull/581
* Rename core classes by abbiemery in https://github.com/bluesky/ophyd-async/pull/577
* Tango support by burkeds in https://github.com/bluesky/ophyd-async/pull/437
* add Capture mode signal to Panda DataBlock by jsouter in https://github.com/bluesky/ophyd-async/pull/604
* with DeviceCollector doesn't work in plans, so error rather than hang by coretl in https://github.com/bluesky/ophyd-async/pull/612

New Contributors
* burkeds made their first contribution in https://github.com/bluesky/ophyd-async/pull/437

**Full Changelog**: https://github.com/bluesky/ophyd-async/compare/v0.6.0...v0.7.0

0.7.0a1

What's Changed
* fixed typos by ZohebShaikh in https://github.com/bluesky/ophyd-async/pull/589
* Make table subclass enums be sequence enum rather than numpy string by evalott100 in https://github.com/bluesky/ophyd-async/pull/579
* Reset completed iterations counter to 0 once target iterations are reached and detector is disarmed by jwlodek in https://github.com/bluesky/ophyd-async/pull/590
* Simplify ad standard det tests by jwlodek in https://github.com/bluesky/ophyd-async/pull/592
* Remove config sigs kwarg from flyer since use case for them was unclear. by jwlodek in https://github.com/bluesky/ophyd-async/pull/593
* added number_of_frames instead of iterations by ZohebShaikh in https://github.com/bluesky/ophyd-async/pull/581
* Rename core classes by abbiemery in https://github.com/bluesky/ophyd-async/pull/577
* Tango support by burkeds in https://github.com/bluesky/ophyd-async/pull/437

New Contributors
* burkeds made their first contribution in https://github.com/bluesky/ophyd-async/pull/437

**Full Changelog**: https://github.com/bluesky/ophyd-async/compare/v0.6.0...v0.7.0a1

0.6.0

What's Changed
* Print warning if DATASETS table is empty on PandA writer open by jwlodek in https://github.com/bluesky/ophyd-async/pull/558
* 539 put mock should be async by DominicOram in https://github.com/bluesky/ophyd-async/pull/559
* Update signature of __init__ for simdetector to match other detector classes by jwlodek in https://github.com/bluesky/ophyd-async/pull/563
* Extend sleep time to avoid race condition by coretl in https://github.com/bluesky/ophyd-async/pull/566
* Introduce PvaAbstractions and use them in SeqTable by evalott100 in https://github.com/bluesky/ophyd-async/pull/522
* Use asyncio TimeoutError in wait_for_value by DominicOram in https://github.com/bluesky/ophyd-async/pull/573
* Interface change of StandardDetector and Standard Controller by ZohebShaikh in https://github.com/bluesky/ophyd-async/pull/568
* Added a fixtures that checks if tasks are still running in tests by evalott100 in https://github.com/bluesky/ophyd-async/pull/538
* Update to copier template 2.3.0 by coretl in https://github.com/bluesky/ophyd-async/pull/580
* Fix typo by jwlodek in https://github.com/bluesky/ophyd-async/pull/588
* Use name provider instead of hdf name when calling path provider in ADHDFWriter by jwlodek in https://github.com/bluesky/ophyd-async/pull/587
* Add asyncio_default_fixture_loop_scope variable to pytest.ini to avoid deprecation warning by jwlodek in https://github.com/bluesky/ophyd-async/pull/584
* Include chunk shape as a parameter in stream resource for HDF dataset by jwlodek in https://github.com/bluesky/ophyd-async/pull/544


**Full Changelog**: https://github.com/bluesky/ophyd-async/compare/0.5.2...v0.6.0

0.5.2

What's Changed
* Stop prepare setting negative velocity by Relm-Arrowny in https://github.com/bluesky/ophyd-async/pull/552
* Fastcs eiger support by DominicOram in https://github.com/bluesky/ophyd-async/pull/528
* Add no op status by olliesilvester in https://github.com/bluesky/ophyd-async/pull/540
* Make np_datatype property of ShapeProvider rather than final axis by DiamondJoseph in https://github.com/bluesky/ophyd-async/pull/555


**Full Changelog**: https://github.com/bluesky/ophyd-async/compare/0.5.1...0.5.2

0.5.1

What's Changed
* Bump softprops/action-gh-release from 2.0.6 to 2.0.8 in the actions group by dependabot in https://github.com/bluesky/ophyd-async/pull/474
* Adding sub electron readout mode for the kinetix by jwlodek in https://github.com/bluesky/ophyd-async/pull/469
* Remove references to root in PathInfo, PathProvider by jwlodek in https://github.com/bluesky/ophyd-async/pull/477
* Add ruff SLF001 by abbiemery in https://github.com/bluesky/ophyd-async/pull/483
* Rename panda files by abbiemery in https://github.com/bluesky/ophyd-async/pull/486
* Create logfile in temporary path instead of project root by jwlodek in https://github.com/bluesky/ophyd-async/pull/489
* 314 defer creation of hdf5 file until preparetrigger by ZohebShaikh in https://github.com/bluesky/ophyd-async/pull/466
* 282-standardise-handling-of-read-config-and-hinted-signals-for-standarddetector by ZohebShaikh in https://github.com/bluesky/ophyd-async/pull/468
* Fix race condition in set_and_wait_for_value by DominicOram in https://github.com/bluesky/ophyd-async/pull/457
* Tests for AreaDetector drivers/plugins to insure attributes are regularly named by subinsaji in https://github.com/bluesky/ophyd-async/pull/490
* AD HDF plugin should set directory creation value before path by jwlodek in https://github.com/bluesky/ophyd-async/pull/497
* added support for str by ZohebShaikh in https://github.com/bluesky/ophyd-async/pull/499
* NDStats docs update by ZohebShaikh in https://github.com/bluesky/ophyd-async/pull/500
* Resolving issues preventing connection with areaDetector device by jwlodek in https://github.com/bluesky/ophyd-async/pull/514
* Only pass data block to init of PandAHDFWriter instead of entire PandA device by jwlodek in https://github.com/bluesky/ophyd-async/pull/512
* Allow precision 0 float records to be represented as int signals by olliesilvester in https://github.com/bluesky/ophyd-async/pull/509
* Setup PandA writer to set create directory depth PV on open by jwlodek in https://github.com/bluesky/ophyd-async/pull/503
* move h5py into real dependencies by stan-dot in https://github.com/bluesky/ophyd-async/pull/511
* Use 'boolean' rather than 'bool' dtype per event-model by Tom-Willemsen in https://github.com/bluesky/ophyd-async/pull/517
* Allow equality comparisons for signal by Tom-Willemsen in https://github.com/bluesky/ophyd-async/pull/524
* Update make-a-simple-device.rst to include numpy array example by rerpha in https://github.com/bluesky/ophyd-async/pull/515
* make motor locatable by stan-dot in https://github.com/bluesky/ophyd-async/pull/541
* Small fix of typo in variable name in AD attributes HDF writer by jwlodek in https://github.com/bluesky/ophyd-async/pull/545
* Make FilenameProvider optional on PathProvider impl by DiamondJoseph in https://github.com/bluesky/ophyd-async/pull/547

New Contributors
* rerpha made their first contribution in https://github.com/bluesky/ophyd-async/pull/515

**Full Changelog**: https://github.com/bluesky/ophyd-async/compare/v0.5.0...0.5.1

0.5.0

Not secure
What's Changed
* Fix motor run up distance by olliesilvester in https://github.com/bluesky/ophyd-async/pull/455
* Set motor to start max velocity at start by subinsaji in https://github.com/bluesky/ophyd-async/pull/464
* Restructure repository to solidify public interface and document it by coretl in https://github.com/bluesky/ophyd-async/pull/26
* Restructure on ADR 2.0 by abbiemery in https://github.com/bluesky/ophyd-async/pull/467


**Full Changelog**: https://github.com/bluesky/ophyd-async/compare/v0.4.0...v0.5.0

Page 3 of 6

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.