Releases: bluesky/bluesky-adaptive
Releases · bluesky/bluesky-adaptive
v0.3.2
What's Changed
- Make IOC server optional by @dmgav in #25
- CICD: docs github actions by @maffettone in #26
- mnt: gha for docs by @maffettone in #27
- add: compose, readme, and dockerfile for qt gui by @maffettone in #30
- Enable pre-commit and install extras by @padraic-shafer in #32
- feat: add functionality for pausing/stoping/aborting per event by @maffettone in #29
- Make per start and per stop compatible with Queue Server by @maffettone in #34
- Maint: GitHub Actions Black by @maffettone in #35
- Test: Set up GitHub actions to use bluesky pods and fix tests by @maffettone in #36
- doc: Overhaul documentation by @maffettone in #39
- Maint: python version, CI/CD, tiled dependency by @maffettone in #40
- test: reduce pod and communication dependencies by @maffettone in #43
- Fix: CI by @maffettone in #45
- typing: drop databroker dependency strictly for typing by @maffettone in #47
- API: Major change to make grammar more clear and approachable by @maffettone in #48
- CI: fix issue with caproto in tests, data broker version, and Kafka container config. by @maffettone in #50
- maint: update databroker in requirements dev by @maffettone in #51
New Contributors
- @padraic-shafer made their first contribution in #32
Full Changelog: v0.3.1...v0.3.2
bluesky-adaptive v0.3.1
v0.3.1 (2023-04-26)
- MANIFEST updates for packaging and documentation
Add distributed agents, adjudicators, and server
- Add distributed agents: base classes, simple, sklearn, and gpytorch agents
- First implementation of a server and FAST API
- Add adjudicators (meta-agents)
- Updates to development workflow in-line with scientific cookiecutter