Skip to content

Commit

Permalink
Merge pull request #393 from tangkong/rel_v1.22.0
Browse files Browse the repository at this point in the history
REL: release notes v1.22.0
  • Loading branch information
tangkong authored Dec 20, 2024
2 parents 0b8e032 + d38406a commit 0828548
Show file tree
Hide file tree
Showing 6 changed files with 43 additions and 99 deletions.
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)

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

Expand Down

0 comments on commit 0828548

Please sign in to comment.