Skip to content

Commit

Permalink
dxtbx 3.19.0 Changelog
Browse files Browse the repository at this point in the history
    towncrier --name=dxtbx --version='3.19.0'
  • Loading branch information
DiamondLightSource-build-server committed Apr 17, 2024
1 parent bb93372 commit 996e0f2
Show file tree
Hide file tree
Showing 32 changed files with 47 additions and 38 deletions.
47 changes: 47 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,50 @@
dxtbx 3.19.0 (2024-04-17)
=========================

Features
--------

- Add format class to read Jungfrau4M serial images from beamline ID29 at ESRF (`#659 <https://github.com/cctbx/dxtbx/issues/659>`_)
- Better handle spectra calibration for bad data in XTC format using new parameter: spectrum_required (`#674 <https://github.com/cctbx/dxtbx/issues/674>`_)
- Add Bruker and miniCBF format readers for the ELDICO ED-1 electron diffractometer with DECTRIS QUADRO detector. (`#682 <https://github.com/cctbx/dxtbx/issues/682>`_)
- ``FormatSMVTimePix_SU``: Always mask out the central cross of virtual pixels that have been reconstructed from wide edge pixels. (`#683 <https://github.com/cctbx/dxtbx/issues/683>`_)
- Add format reader for ISIS SXD detector. (`#687 <https://github.com/cctbx/dxtbx/issues/687>`_)
- Manual override of the detector distance is now available for multi-panel detectors. (`#698 <https://github.com/cctbx/dxtbx/issues/698>`_)
- Add `FormatMANDI` to read time of flight Laue data from MANDI. (`#703 <https://github.com/cctbx/dxtbx/issues/703>`_)
- Additional features for `FormatXTCRayonix` (`#723 <https://github.com/cctbx/dxtbx/issues/723>`_)


Bugfixes
--------

- Importing the (deprecated and removed) ``dxtbx.datablock`` module failed to display warning properly. (`#665 <https://github.com/cctbx/dxtbx/issues/665>`_)
- Fix scan comparison for scan properties changes (`#669 <https://github.com/cctbx/dxtbx/issues/669>`_)
- Eiger support: following bug fix in DECTRIS file writer, invert the module
dimensions only for older firmware versions. See

https://media.dectris.com/230203-Release_Notes-DECTRIS_EIGER2.pdf

for reference (Corrected data size orientation) (`#676 <https://github.com/cctbx/dxtbx/issues/676>`_)
- ``FormatMRC``: better handling of extended headers: padding is supported in mrcfile>=1.5.0 (https://github.com/ccpem/mrcfile/issues/50), and extended headers are ignored if they contain junk values. (`#679 <https://github.com/cctbx/dxtbx/issues/679>`_)
- Fixed `Scan.from_dict` bug where some properties were not correctly parsed. (`#688 <https://github.com/cctbx/dxtbx/issues/688>`_)
- In DXTBX do not assert the rotation angles for images are positive, and invert
in import with an axis inversion if needed. (`#690 <https://github.com/cctbx/dxtbx/issues/690>`_)
- Increase tolerance for a test comparison to avoid spurious failures. (`#696 <https://github.com/cctbx/dxtbx/issues/696>`_)
- For ``dials.import``: use natural sorting on input data in preference to strict sorting (`#697 <https://github.com/cctbx/dxtbx/issues/697>`_)
- Fix bug when setting the distance for single panel detectors that have a hierarchy. (`#699 <https://github.com/cctbx/dxtbx/issues/699>`_)
- Better recognition for SMV images from MLFSOM and other simulators from
James Holton. (`#708 <https://github.com/cctbx/dxtbx/issues/708>`_)
- Fix error introduced in FormatSMVJHSim that caused test failures. (`#710 <https://github.com/cctbx/dxtbx/issues/710>`_)
- Override `setstate` and `getstate` methods for `PolychromaticBeam` to fix error when using `copy.deepcopy`. (`#711 <https://github.com/cctbx/dxtbx/issues/711>`_)
- Add missing argument to `getinitargs` in `PolychromaticBeamPickleSuite`. (`#714 <https://github.com/cctbx/dxtbx/issues/714>`_)


Misc
----

- `#620 <https://github.com/cctbx/dxtbx/issues/620>`_, `#667 <https://github.com/cctbx/dxtbx/issues/667>`_, `#670 <https://github.com/cctbx/dxtbx/issues/670>`_, `#689 <https://github.com/cctbx/dxtbx/issues/689>`_, `#691 <https://github.com/cctbx/dxtbx/issues/691>`_, `#694 <https://github.com/cctbx/dxtbx/issues/694>`_, `#701 <https://github.com/cctbx/dxtbx/issues/701>`_, `#704 <https://github.com/cctbx/dxtbx/issues/704>`_, `#707 <https://github.com/cctbx/dxtbx/issues/707>`_, `#713 <https://github.com/cctbx/dxtbx/issues/713>`_


dxtbx 3.17.0 (2023-11-03)
=========================

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

6 changes: 0 additions & 6 deletions newsfragments/676.bugfix

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

2 changes: 0 additions & 2 deletions newsfragments/690.bugfix

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

2 changes: 0 additions & 2 deletions newsfragments/708.bugfix

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

0 comments on commit 996e0f2

Please sign in to comment.