|
1 | 1 | Release Notes |
2 | 2 | ============= |
3 | 3 |
|
| 4 | +.. _rel-1.24: |
| 5 | + |
| 6 | +1.24 |
| 7 | +---- |
| 8 | + |
| 9 | +- New options for :ref:`cmd-lsxfel` and :meth:`~.DataCollection.info` to show |
| 10 | + data counts for instrument sources, separate from key names (:ghpull:`727`). |
| 11 | +- New :option:`lsxfel --source` option to select sources (:ghpull:`727`). |
| 12 | +- :ref:`cmd-lsxfel` and :meth:`~.DataCollection.info` will now group together |
| 13 | + similar source names, e.g. numbered motors, for a more concise display |
| 14 | + (:ghpull:`715`). This can be disabled if necessary. |
| 15 | +- New method :meth:`.KeyData.train_index_bounds` to get the start & end location |
| 16 | + of each train in an array of data (:ghpull:`704`). |
| 17 | +- New virtual overview files will now contain a copy of the ``RUN`` section |
| 18 | + from runs, rather than external links, making it faster to scan sources by |
| 19 | + device class (:ghpull:`723`). |
| 20 | +- Fix getting units in some specific cases, and don't fail in |
| 21 | + :meth:`~.KeyData.xarray` if there's an error getting units (:ghpull:`696`). |
| 22 | +- Fix :meth:`~.KeyData.data_counts` in with out-of-order train IDs and |
| 23 | + ``labelled=False`` (:ghpull:`697`). |
| 24 | +- Opening many files in a folder in parallel no longer uses forked processes, |
| 25 | + avoiding some rare but tricky bugs (:ghpull:`702`). |
| 26 | +- Detector :doc:`component classes <agipd_lpd_data>` now warn if they fall back |
| 27 | + to raw data without the caller specifying ``raw=True``. This will likely |
| 28 | + become an error in the future. |
| 29 | +- The identification of raw & corrected data in detector component classes was |
| 30 | + made more robust (:ghpull:`713`). |
| 31 | + |
4 | 32 | .. _rel-1.23.2: |
5 | 33 |
|
6 | 34 | 1.23.2 |
|
0 commit comments