Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

REL: release notes v1.22.0 #393

Merged
merged 1 commit into from
Dec 20, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
41 changes: 41 additions & 0 deletions docs/source/releases.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,47 @@ Release History
###############


v1.22.0 (2024-12-19)
====================

Features
--------
- Add ``pcdscalc.xray`` to the calc namespace.
- Add top-level shortcuts to some of the most used calcs,
``E2lam``, ``lam2E``, ``bragg_angle``, ``darwin_width``,
and ``transmission``.
``E2lam`` is an alias for ``energy_to_wavelength`` and
``lam2E`` is an alias for ``wavelength_to_energy``
to match scientist expectations.
- Added ability to ignore specific upstream devices when loading hutch-python.

- ``UPSTREAM``: The hutch's devices, and devices upstream from the requested hutch.
If there are multiple paths to the requested hutch, all paths devices are loaded.
- ``STANDARD``: Devices gathered via ``UPSTREAM``, plus devices that share the
"beamline" field in happi with the ``UPSTREAM`` devices. (The current standard)
- ``ALL``: All devices in the happi database. Use this option at your own risk.


Bugfixes
--------
- Make test_create_arg agnostic to where pytest was invoked from
- Fix an issue where the user could clobber their own ``elog``
object in a way that would allow the ``ElogPoster`` utility to
load and then fail at scan time.

Maintenance
-----------
- Updates documentation formatting for device load_level, and adds an ascii beamline map to the test suite

Contributors
------------
- janeliu-slac
- tangkong
- vespos
- zllentz



v1.21.0 (2024-08-20)
====================

Expand Down

This file was deleted.

24 changes: 0 additions & 24 deletions docs/source/upcoming_release_notes/389-fix_elog_replaced_issue.rst

This file was deleted.

29 changes: 0 additions & 29 deletions docs/source/upcoming_release_notes/390-enh_xpp_calc_ns.rst

This file was deleted.

22 changes: 0 additions & 22 deletions docs/source/upcoming_release_notes/391-tst_path_consistency.rst

This file was deleted.

4 changes: 2 additions & 2 deletions docs/source/yaml_files.rst
Original file line number Diff line number Diff line change
Expand Up @@ -75,10 +75,10 @@ The ``load_level`` key expects one of the following strings, corresponding to th
amount of ophyd devices to load:

- ``UPSTREAM``: The hutch's devices, and devices upstream from the requested hutch.
If there are multiple paths to the requested hutch, all paths' devices are loaded.
If there are multiple paths to the requested hutch, all paths' devices are loaded.

- ``STANDARD``: Devices gathered via ``UPSTREAM``, plus devices that share the
"beamline" field in happi with the ``UPSTREAM`` devices. (The current standard)
"beamline" field in happi with the ``UPSTREAM`` devices. (The current standard)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I appreciate this


- ``ALL``: All devices in the happi database. Use this option at your own risk.

Expand Down