From 47a10ae59dc7032b56091ad0d1ff72654020bf5b Mon Sep 17 00:00:00 2001 From: Thomas White Date: Thu, 10 Jan 2013 17:02:09 +0100 Subject: This is CrystFEL 0.4.3 --- ChangeLog | 33 +++++++++++++++++++++++++++++++++ configure.ac | 2 +- doc/reference/CrystFEL-docs.sgml | 2 +- 3 files changed, 35 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 26e7a129..00429f5d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,36 @@ +CrystFEL version 0.4.3, 10th January 2013 +----------------------------------------- + +- compare_hkl was reworked to simplify the available figures of merit, add CC*, + and to be consistent between the overall and resolution shell values. A new + option, --intensity-shells, was also added. +- Unit cells can now be handled in any setting. +- Indexamajig will now examine the unit cell given on the command line, even if + the final cell will not be checked (i.e. if --cell-reduction=none). The + lattice type will then be given to MOSFLM, which can help a lot in finding the + right solution. +- Indexamajig now records the number of saturated reflections in the stream. +- Indexamajig now processes the peaks obtained using "--peaks=hdf5" to check for + bad detector regions, peaks too close to panel edges, etc. +- New options "--integrate-saturated", "--use-saturated" and "--integrate-found" + were added to indexamajig. +- A bug was fixed which caused systematically absent (due to centering) + reflections to be predicted and integrated. +- The colour scaling in hdfsee was improved. +- powder_plot was moved to the extra programs repository. +- The configure script now checks for HDF5. +- Forbidden (due to centering) reflections are now taken into account by + check_hkl when calculating the completeness. +- The speed of pattern processing was increased significantly (in many cases) by + avoiding an unnecessary iteration. +- A crystfel.pc file was added, allowing use of "pkg-config --cflags crystfel" + and so on. +- The new option "--min-measurements" was added to process_hkl. +- The wavelength can now be specified in the beam file as an HDF5 path or as an + explicit number, just like the camera length. There is no longer any + "fallback" to a nominal value (Chun Hong Yoon). + + CrystFEL version 0.4.2, 2nd October 2012 ---------------------------------------- diff --git a/configure.ac b/configure.ac index a148942a..a3a15482 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,6 @@ dnl Process this file with autoconf to produce a configure script. -AC_INIT(crystfel, 0.4.2, taw@physics.org) +AC_INIT(crystfel, 0.4.3, taw@physics.org) AC_CONFIG_AUX_DIR([build-aux]) AM_CONFIG_HEADER(config.h) AM_INIT_AUTOMAKE([subdir-objects]) diff --git a/doc/reference/CrystFEL-docs.sgml b/doc/reference/CrystFEL-docs.sgml index 348169bd..34258a64 100644 --- a/doc/reference/CrystFEL-docs.sgml +++ b/doc/reference/CrystFEL-docs.sgml @@ -8,7 +8,7 @@ CrystFEL Reference Manual - For libcrystfel from CrystFEL 0.4.2. + For libcrystfel from CrystFEL 0.4.3. This is the internal documentation for CrystFEL. Unless you are looking at -- cgit v1.2.3