Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DIALS 3.19.1 #203

Merged
merged 3 commits into from
May 23, 2024
Merged

DIALS 3.19.1 #203

merged 3 commits into from
May 23, 2024

Commits on May 23, 2024

  1. Fix old I03 data not processing (cctbx#737)

    Some data taken with the Eiger pre-2020 was written:
    - With a 64-bit VDS pointing to 32-bit data arrays,
    - Without the metafile being linked in the main file,
    - Without the eiger self-reported data type being in the metafile.
    
    Solving these allows DIALS to know that the VDS is wrong, and that it is
    safe to convert down to 32-bit.
    
    Soves dials/dials#2669.
    ndevenish committed May 23, 2024
    Configuration menu
    Copy the full SHA
    713ce93 View commit details
    Browse the repository at this point in the history
  2. Bump version: 3.18.0 → 3.19.1

    Jenkins committed May 23, 2024
    Configuration menu
    Copy the full SHA
    f49d032 View commit details
    Browse the repository at this point in the history
  3. Towncrier for 3.19.1

        towncrier --name "DIALS" --version 3.19.1
    Jenkins committed May 23, 2024
    Configuration menu
    Copy the full SHA
    53e401d View commit details
    Browse the repository at this point in the history