Skip to content

Commit

Permalink
dxtbx 3.20.0 Changelog
Browse files Browse the repository at this point in the history
    towncrier --name=dxtbx --version='3.20.0'
  • Loading branch information
DiamondLightSource-build-server committed Jun 19, 2024
1 parent dbcc7a4 commit d4645c0
Show file tree
Hide file tree
Showing 17 changed files with 36 additions and 25 deletions.
36 changes: 36 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,39 @@
dxtbx 3.20.0 (2024-06-19)
=========================

Features
--------

- The template handling mechanism is extended so that a template with a
single ``#`` is expanded to match non-zero padded sequential numbers.
For example, ``image_#.cbf`` will match ``image_1.cbf``, ``image_2.cbf``,
..., ``image_10.cbf`` and so on.

Using a single ``#`` to match up to 10 images _within_ a zero-padded
sequence continues to work as before. For example,
``dials.import template=insulin_1_01#.img`` will match the files
``insulin_1_010.img``, ``insulin_1_011.img``, ..., ``insulin_1_019.img``,
and no others. (`#705 <https://github.com/cctbx/dxtbx/issues/705>`_)
- Allows stepping through XTC streams at specific indices provided by a text file. (`#709 <https://github.com/cctbx/dxtbx/issues/709>`_)
- Compatibility with Python 3.12. (`#725 <https://github.com/cctbx/dxtbx/issues/725>`_)
- Add ``dxtbx.any2nexus`` program, to convert any file dxtbx can read to a NeXus file. (`#735 <https://github.com/cctbx/dxtbx/issues/735>`_)


Bugfixes
--------

- ``FormatROD``: set the beam probe to "electron" for 3D ED experiments. (`#728 <https://github.com/cctbx/dxtbx/issues/728>`_)
- Raise an error if ``geometry.goniometer.axis=`` is set with a multi-axis goniometer. In that case ``geometry.goniometer.axes=`` must be set instead. (`#730 <https://github.com/cctbx/dxtbx/issues/730>`_)
- Update goniometer for `FormatISISSXD` to allow for different ways the goniometer angle can be stored. (`#731 <https://github.com/cctbx/dxtbx/issues/731>`_)
- Fix `Scan.get_property` key type. (`#734 <https://github.com/cctbx/dxtbx/issues/734>`_)


Misc
----

- `#702 <https://github.com/cctbx/dxtbx/issues/702>`_, `#721 <https://github.com/cctbx/dxtbx/issues/721>`_, `#724 <https://github.com/cctbx/dxtbx/issues/724>`_, `#726 <https://github.com/cctbx/dxtbx/issues/726>`_, `#727 <https://github.com/cctbx/dxtbx/issues/727>`_, `#732 <https://github.com/cctbx/dxtbx/issues/732>`_, `#733 <https://github.com/cctbx/dxtbx/issues/733>`_, `#738 <https://github.com/cctbx/dxtbx/issues/738>`_


DIALS 3.19.1 (2024-05-23)
=========================

Expand Down
1 change: 0 additions & 1 deletion newsfragments/702.misc

This file was deleted.

10 changes: 0 additions & 10 deletions newsfragments/705.feature

This file was deleted.

1 change: 0 additions & 1 deletion newsfragments/709.feature

This file was deleted.

1 change: 0 additions & 1 deletion newsfragments/721.misc

This file was deleted.

1 change: 0 additions & 1 deletion newsfragments/724.misc

This file was deleted.

1 change: 0 additions & 1 deletion newsfragments/725.feature

This file was deleted.

1 change: 0 additions & 1 deletion newsfragments/726.misc

This file was deleted.

1 change: 0 additions & 1 deletion newsfragments/727.misc

This file was deleted.

1 change: 0 additions & 1 deletion newsfragments/728.bugfix

This file was deleted.

1 change: 0 additions & 1 deletion newsfragments/730.bugfix

This file was deleted.

1 change: 0 additions & 1 deletion newsfragments/731.bugfix

This file was deleted.

1 change: 0 additions & 1 deletion newsfragments/732.misc

This file was deleted.

1 change: 0 additions & 1 deletion newsfragments/733.misc

This file was deleted.

1 change: 0 additions & 1 deletion newsfragments/734.bugfix

This file was deleted.

1 change: 0 additions & 1 deletion newsfragments/735.feature

This file was deleted.

1 change: 0 additions & 1 deletion newsfragments/738.misc

This file was deleted.

0 comments on commit d4645c0

Please sign in to comment.