diff options
author | Thomas White <taw@physics.org> | 2013-12-05 16:17:10 +0100 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2013-12-06 11:20:00 +0100 |
commit | 62d007ee958fea90cb585f4f12a60b3344e4426c (patch) | |
tree | 60c07f8d1f8081b699a342b3f5e4dbb2b4533843 | |
parent | 65fc280b52ebe01a7965e593f3e6565a51c572a7 (diff) |
This is CrystFEL 0.5.20.5.2
-rw-r--r-- | ChangeLog | 26 | ||||
-rw-r--r-- | configure.ac | 2 | ||||
-rw-r--r-- | doc/reference/libcrystfel/CrystFEL-docs.sgml | 2 | ||||
-rw-r--r-- | libcrystfel/Makefile.am | 2 |
4 files changed, 29 insertions, 3 deletions
@@ -1,3 +1,29 @@ +CrystFEL version 0.5.2, 4th December 2013 +----------------------------------------- + +- Reflection sigmas were improved for negative intensities, and the behaviour + of "process_hkl --min-snr" was rationalised. +- Peak centering ("--integration=rings-cen") was fixed. +- XDS default behaviour was fixed to prevent an unexpected axis permutation. +- Incorrect handling of monoclinic C cells was fixed. +- The counting of saturated peaks was fixed. +- hdfsee now needs the beam file (use option -m). +- A more than 2 year old bug was fixed in RefList. +- indexamajig --int-diag was added. +- render_hkl --res-ring was added. +- compare_hkl --fom=Rano and Rano/Rsplit was added. +- check_hkl --shell-file was added. +- get_hkl --cutoff-angstroms was added. +- partialator was extensively worked on. +- scripts/split-indexed was added. +- scripts/Rsplit_surface and clean-stream.py were added (Fedor Chervinskii). +- A locale-related problem with hdfsee was fixed. +- Histogram, update_partialities_2(), hdfile_is_scalar() and show_matrix() were + added to the libcrystfel API. +- integrate_all() was changed to incorporate IntDiag. +- show_matrix_eqn() was simplified, removing a parameter. + + CrystFEL version 0.5.1, 4th July 2013 ------------------------------------- diff --git a/configure.ac b/configure.ac index d1ed9370..c70b1baa 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.5.1],[taw@physics.org]) +AC_INIT([crystfel],[0.5.2],[taw@physics.org]) AC_CONFIG_AUX_DIR([build-aux]) AC_CONFIG_HEADERS([config.h]) AM_INIT_AUTOMAKE([subdir-objects]) diff --git a/doc/reference/libcrystfel/CrystFEL-docs.sgml b/doc/reference/libcrystfel/CrystFEL-docs.sgml index b840f04b..b95d4c34 100644 --- a/doc/reference/libcrystfel/CrystFEL-docs.sgml +++ b/doc/reference/libcrystfel/CrystFEL-docs.sgml @@ -8,7 +8,7 @@ <bookinfo> <title>CrystFEL Reference Manual</title> <releaseinfo> - For libcrystfel from CrystFEL 0.5.1. + For libcrystfel from CrystFEL 0.5.2. </releaseinfo> <abstract> This is the internal documentation for CrystFEL. Unless you are looking at diff --git a/libcrystfel/Makefile.am b/libcrystfel/Makefile.am index af8e36f8..5cde4524 100644 --- a/libcrystfel/Makefile.am +++ b/libcrystfel/Makefile.am @@ -1,6 +1,6 @@ lib_LTLIBRARIES = libcrystfel.la libcrystfel_la_LIBADD = ../lib/libgnu.la @LIBCRYSTFEL_LIBS@ -libcrystfel_la_LDFLAGS = -version-info 2:0:0 +libcrystfel_la_LDFLAGS = -version-info 3:0:0 libcrystfel_la_SOURCES = src/reflist.c src/utils.c src/cell.c src/detector.c \ src/thread-pool.c src/image.c src/hdf5-file.c \ |