Skip to content

Commit

Permalink
dxtbx 3.16.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ndevenish committed Aug 14, 2023
2 parents 0554ef3 + df3e0b6 commit 8078741
Show file tree
Hide file tree
Showing 20 changed files with 32 additions and 19 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 3.16.dev
current_version = 3.17.dev
commit = True
tag = False
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<release>[a-z]+)?(?P<patch>\d+)?
Expand Down
30 changes: 30 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,33 @@
dxtbx 3.16.0 (2023-08-14)
=========================

Features
--------

- Add new Beam class ``dxtbx.model.PolychromaticBeam``, for polychromatic/multi-wavelength/wide bandpass experiments. (`#621 <https://github.com/cctbx/dxtbx/issues/621>`_)
- Formats: Reflect move of Eiger detector from PETRA P14 to P13. (`#626 <https://github.com/cctbx/dxtbx/issues/626>`_)
- The ``model.Beam`` object now has a ``probe`` value to keep track of the type of radiation. (`#647 <https://github.com/cctbx/dxtbx/issues/647>`_)
- Formats: CBFMini support for the EIGER2 16M detector at CHESS beamline ID7B2, which has an inverted rotation axis. (`#649 <https://github.com/cctbx/dxtbx/issues/649>`_)
- Formats: Support for Eiger 9M on ESRF ID23-2, which has an undeclared vertical goniometer. (`#651 <https://github.com/cctbx/dxtbx/issues/651>`_)
- Formats: Partial support for the Rigaku Oxford Diffraction file format, including support for multi-axis goniometers and faster decompression. (`#645 <https://github.com/cctbx/dxtbx/issues/645>`_) (`#653 <https://github.com/cctbx/dxtbx/issues/653>`_)


Bugfixes
--------

- Panel geometry definitions in PHIL are merged by panel id *before* constructing panels. (`#299 <https://github.com/cctbx/dxtbx/issues/299>`_)
- ``flumpy``: Fix case where incorrect ``flex.vec2``, ``flex.vec3`` could be generated. (`#439 <https://github.com/cctbx/dxtbx/issues/439>`_)
- NXmx files with multidimensional arrays (images, modules, or both) are now handled. (`#612 <https://github.com/cctbx/dxtbx/issues/612>`_)
- Slicing of imageset objects is now consistently 0-based, including for the sliced data accessor. Previously, the data accessor had to be accessed with the original index offsets. (`#633 <https://github.com/cctbx/dxtbx/issues/633>`_)
- Formats: Add fix for Eiger / NXmx data from DLS i19-2, to correctly assign the image bit depth. (`#652 <https://github.com/cctbx/dxtbx/issues/652>`_)


Misc
----

- `#640 <https://github.com/cctbx/dxtbx/issues/640>`_, `#642 <https://github.com/cctbx/dxtbx/issues/642>`_, `#643 <https://github.com/cctbx/dxtbx/issues/643>`_, `#645 <https://github.com/cctbx/dxtbx/issues/645>`_, `#650 <https://github.com/cctbx/dxtbx/issues/650>`_, `#655 <https://github.com/cctbx/dxtbx/issues/655>`_


DIALS 3.15.1 (2023-06-29)
=========================

Expand Down
1 change: 0 additions & 1 deletion newsfragments/299.bugfix

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

# Static version number which is updated by bump2version
# Do not change this manually - use 'bump2version <major/minor/patch/release>'
__version_tag__ = "3.16.dev"
__version_tag__ = "3.17.dev"

setup_kwargs = {
"name": "dxtbx",
Expand Down

0 comments on commit 8078741

Please sign in to comment.