From fd1c29aa33a8d82de3b483a91edeaa317453985a Mon Sep 17 00:00:00 2001 From: Thomas White Date: Fri, 19 Apr 2013 11:36:08 +0200 Subject: This is CrystFEL 0.5.0 --- ChangeLog | 22 ++++++++++++++++++++++ configure.ac | 2 +- doc/reference/libcrystfel/CrystFEL-docs.sgml | 2 +- libcrystfel/Makefile.am | 2 +- 4 files changed, 25 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index 00429f5d..671ab2a7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,25 @@ +CrystFEL version 0.5.0, 19th April 2013 +--------------------------------------- +- The internal architecture has been changed to accommodate multiple crystals + per diffraction pattern. +- The stream format has changed as a result of the above. +- The indexing logic has reworked to make it easier to control what information + is used for indexing and to allow the user to try more indexing options in + turn. +- Saturated peaks and integrated reflections are now counted and the number + included in the stream. +- GrainSpotter indexing has been added. +- XDS indexing has been added. +- The "--nshells" argument was added to check_hkl. +- The "--median-filter" argument was added to indexamajig and hdfsee. +- The "--filter-cm" argument was removed from indexamajig and hdfsee. +- check-near-bragg and check-peak-detection can now be given extra command-line + options which will be passed through to hdfsee. +- An error in the solid angle calculation was fixed, affecting simulation with + pattern_sim (Chun Hong Yoon). +- Lattice type, centering and unique axis information is now included in the + stream. + CrystFEL version 0.4.3, 10th January 2013 ----------------------------------------- diff --git a/configure.ac b/configure.ac index 97f9513d..ebe3c4c9 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.3, taw@physics.org) +AC_INIT(crystfel, 0.5.0, taw@physics.org) AC_CONFIG_AUX_DIR([build-aux]) AM_CONFIG_HEADER(config.h) AM_INIT_AUTOMAKE([subdir-objects]) diff --git a/doc/reference/libcrystfel/CrystFEL-docs.sgml b/doc/reference/libcrystfel/CrystFEL-docs.sgml index 1c91e72f..413d2c50 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.4.3. + For libcrystfel from CrystFEL 0.5.0. This is the internal documentation for CrystFEL. Unless you are looking at diff --git a/libcrystfel/Makefile.am b/libcrystfel/Makefile.am index ae717e55..a9bda55b 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 1:0:0 +libcrystfel_la_LDFLAGS = -version-info 2: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