Skip to content
This repository was archived by the owner on Jan 20, 2025. It is now read-only.

Commit 9538ecf

Browse files
committed
Tweaks
1 parent 3f0cbf7 commit 9538ecf

File tree

5 files changed

+31
-6
lines changed

5 files changed

+31
-6
lines changed

CHANGELOG.rst

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,30 @@
1+
Dxtbx 3.22.0 (2024-10-15)
2+
=========================
3+
4+
Features
5+
--------
6+
7+
- Add format class to read data from the NMX ESS detector. (`#764 <https://github.com/cctbx/dxtbx/issues/764>`_)
8+
9+
10+
Bugfixes
11+
--------
12+
13+
- ``dxtbx.dlsnxs2cbf``: add bit_depth_image explicitly to work around issues with data recorded at 32 bit (`#759 <https://github.com/cctbx/dxtbx/issues/759>`_)
14+
- Ensure that data processing auxililary files (mask, gain, pedestal, and
15+
dx and dy maps) are loaded whenever available. This fixes
16+
https://github.com/dials/dials/issues/2744 (`#760 <https://github.com/cctbx/dxtbx/issues/760>`_)
17+
- + allow triangles in polygon masking (`#761 <https://github.com/cctbx/dxtbx/issues/761>`_)
18+
- Refactor panel positions of FormatISISSXD to account for differences in panel positions depending on the date of data collection. (`#762 <https://github.com/cctbx/dxtbx/issues/762>`_)
19+
- Raise a more suitable error message when failing to load an experiment list. (`#763 <https://github.com/cctbx/dxtbx/issues/763>`_)
20+
21+
22+
Misc
23+
----
24+
25+
- `#753 <https://github.com/cctbx/dxtbx/issues/753>`_, `#754 <https://github.com/cctbx/dxtbx/issues/754>`_, `#755 <https://github.com/cctbx/dxtbx/issues/755>`_, `#758 <https://github.com/cctbx/dxtbx/issues/758>`_
26+
27+
128
DIALS 3.21.1 (2024-08-23)
229
=========================
330

newsfragments/759.bugfix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
``dxtbx.dlsnxs2cbf``: add bit_depth_image explicitly to work around issues with data recorded at 32 bit
1+
``dxtbx.dlsnxs2cbf``: Add work around for issues with data recorded at 32-bit.

newsfragments/760.bugfix

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1 @@
1-
Ensure that data processing auxililary files (mask, gain, pedestal, and
2-
dx and dy maps) are loaded whenever available. This fixes
3-
https://github.com/dials/dials/issues/2744
1+
Auxiliary data processing files (mask, gain, pedestal, and dx and dy maps) will now always be loaded when available.

newsfragments/761.bugfix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
+ allow triangles in polygon masking
1+
Allow triangles in polygon masking.

newsfragments/762.bugfix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
Refactor panel positions of FormatISISSXD to account for differences in panel positions depending on the date of data collection.
1+
Refactor panel positions of FormatISISSXD to account for differences in panel positions, depending on the date of data collection.

0 commit comments

Comments
 (0)