History of user-visible changes between the versions.
Project milestones describe future plans.
released 2024-10-31
- Example of scans with area detector and motor.
- Show how to collect a scan time series.
- Documentation shows how and where to install the databroker configuration file.
- Tab completion problem is not observed now.
- Fix a broken documentation link.
- Add environment file for 2024_3 cycle.
- Replace conda defaults channel with nodefaults, rely on conda-forge.
released 2024-06-13
- Example of APS taxi/fly scans.
- Application new_bluesky_environment would crash when requests package not found.
- Function newSpecFile did not update scan_id in some cases.
- Add environment file for 2024_2 cycle.
- Testing with Python 3.9, 3.10, 3.11.
- Make the home page less complex.
- Require Py3.9 or higher to run new_bluesky_environment application.
released 2024-02-26
- Add options to instrument configuration (iconfig.yml):
- After every run, verify that files were saved, print a confirmation message.
- Debugging and message options.
- Add package(s) to environment:
- ophyd-registry
- Build
oregistry
of all ophyd objects. - Post a warning if at APS but not on controls subnet.
- Add 'Hello, World!' test to installation checklist.
- Drop the (unused now) stdlogpj package for configuring Python's logging.
- Environment for bluesky_2024_1.
- Lint the code (for style and syntax errors) using the 'ruff' package.
- Updates (learned from 2-ID) for new installations.
- Various documentation updates.
Released 2023-08-22.
- Move older environment files into archive subdirectory.
- Add packages to environment:
- bluesky-httpserver
- bluesky-kafka
- bluesky-live
- httpie
- Documentation
- Git advice for the reference section.
- How to get the conda command?
- Use "zlib" as default HDF5 compression.
- Use Sphinx :download: role.
- Use Sphinx tab sections for instructions with alternatives.
- Add
iconfig
dictionary to routine metadata. iconfig.yml
- Add ICONFIG_VERSION string.
- EPICS PV for scan_id.
- Use RUN_ENGINE_SCAN_ID_PV if defined in iconfig.yml file.
new_bluesky_instrument.py
- Adds/updates tag version in
iconfig.yml
file. - Downloads most recent release of repo.
- Easier to download.
- Adds/updates tag version in
- Fix bad formatting of Jupyter notebook cells.
- libmamba installed before it is used now
- Environment for bluesky_2023_3.
Released 2023-06-05.
- Initial tag