Skip to content

Commit

Permalink
Auto-update from Github Actions Workflow
Browse files Browse the repository at this point in the history
Deployed from commit 4c37c88 (refs/heads/master)

Deployed from commit b978c6e (refs/heads/master)

Deployed from commit 3e22a18 (refs/heads/master)

Deployed from commit 0b8e032 (refs/heads/master)

Deployed from commit 0828548 (refs/heads/master)
  • Loading branch information
github-actions committed Dec 20, 2024
1 parent 9627ab1 commit d4a35c0
Show file tree
Hide file tree
Showing 104 changed files with 1,379 additions and 1,369 deletions.
4 changes: 0 additions & 4 deletions master/.buildinfo

This file was deleted.

41 changes: 41 additions & 0 deletions master/_sources/releases.rst.txt
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
31 changes: 28 additions & 3 deletions master/_sources/yaml_files.rst.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Yaml Files
``hutch-python`` uses a ``conf.yml`` file for basic configuration. This is a
standard yaml file with the following valid keys:
``hutch``, ``db``, ``load``, ``load_level``, ``experiment``, ``obj_config``,
``daq_type``, ``daq_host``, and ``daq_platform``.
``daq_type``, ``daq_host``, and ``daq_platform``, ``exclude_devices``.


hutch
Expand Down Expand Up @@ -75,9 +75,11 @@ 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.

.. code-block:: YAML
Expand All @@ -104,6 +106,7 @@ particular experiment.

.. _obj_conf_yaml:


obj_conf
--------

Expand Down Expand Up @@ -135,13 +138,15 @@ This key expects a string with one of four valid values:
LCLS1-style daq, a simulated LCLS1-style daq, an LCLS2-style daq,
or no daq respectively.


daq_host
--------

The daq collection host as a string. This is a required key
when using the lcls2 daq_type, and is ignored with any other daq_type.
It will be used in the creation of the lcls2 daq object.


daq_platform
------------

Expand All @@ -155,6 +160,26 @@ experiment. Additional keys are interpreted as hostnames to use
alternate platforms for. Alternate platforms will post to the
secondary elog.


exclude_devices
------------
The ``exclude_devices`` key is optional. ``exclude_devices`` expects a list
of strings containing names of upstream devices that should not be loaded.
It reduces the amount of unnecessary information shown in the console at
load time. The list can be created as a multi-line array of strings or all
on one line using the following formats:

.. code-block:: YAML
exclude_devices:
- crix_cryo_y
- at2k2_calc
.. code-block:: YAML
exclude_devices: ['crix_cryo_y', 'at2k2_calc']
Full File Example
-----------------

Expand Down
2 changes: 1 addition & 1 deletion master/_static/css/badge_only.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion master/_static/css/theme.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion master/_static/documentation_options.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
const DOCUMENTATION_OPTIONS = {
VERSION: '1.20.1.dev80+g1185e270',
VERSION: '1.21.1.dev49+g0828548e',
LANGUAGE: 'en',
COLLAPSE_INDEX: false,
BUILDER: 'html',
Expand Down
Binary file added master/_static/fonts/Lato/lato-bold.eot
Binary file not shown.
Binary file added master/_static/fonts/Lato/lato-bold.ttf
Binary file not shown.
Binary file added master/_static/fonts/Lato/lato-bold.woff
Binary file not shown.
Binary file added master/_static/fonts/Lato/lato-bold.woff2
Binary file not shown.
Binary file added master/_static/fonts/Lato/lato-bolditalic.eot
Binary file not shown.
Binary file added master/_static/fonts/Lato/lato-bolditalic.ttf
Binary file not shown.
Binary file added master/_static/fonts/Lato/lato-bolditalic.woff
Binary file not shown.
Binary file added master/_static/fonts/Lato/lato-bolditalic.woff2
Binary file not shown.
Binary file added master/_static/fonts/Lato/lato-italic.eot
Binary file not shown.
Binary file added master/_static/fonts/Lato/lato-italic.ttf
Binary file not shown.
Binary file added master/_static/fonts/Lato/lato-italic.woff
Binary file not shown.
Binary file added master/_static/fonts/Lato/lato-italic.woff2
Binary file not shown.
Binary file added master/_static/fonts/Lato/lato-regular.eot
Binary file not shown.
Binary file added master/_static/fonts/Lato/lato-regular.ttf
Binary file not shown.
Binary file added master/_static/fonts/Lato/lato-regular.woff
Binary file not shown.
Binary file added master/_static/fonts/Lato/lato-regular.woff2
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
4 changes: 0 additions & 4 deletions master/_static/js/html5shiv-printshiv.min.js

This file was deleted.

4 changes: 0 additions & 4 deletions master/_static/js/html5shiv.min.js

This file was deleted.

Loading

0 comments on commit d4a35c0

Please sign in to comment.