From 62d007ee958fea90cb585f4f12a60b3344e4426c Mon Sep 17 00:00:00 2001 From: Thomas White Date: Thu, 5 Dec 2013 16:17:10 +0100 Subject: This is CrystFEL 0.5.2 --- ChangeLog | 26 ++++++++++++++++++++++++++ configure.ac | 2 +- doc/reference/libcrystfel/CrystFEL-docs.sgml | 2 +- libcrystfel/Makefile.am | 2 +- 4 files changed, 29 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index c4bd2762..5c852fa0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -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 @@ CrystFEL Reference Manual - For libcrystfel from CrystFEL 0.5.1. + For libcrystfel from CrystFEL 0.5.2. 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 \ -- cgit v1.2.3