From 16a5848ff278be2e7612f36ca9103b668e47306d Mon Sep 17 00:00:00 2001 From: Thomas White Date: Fri, 15 Aug 2014 15:25:34 +0200 Subject: This is CrystFEL 0.5.4 --- ChangeLog | 21 +++++++++++++-------- configure.ac | 2 +- doc/reference/libcrystfel/CrystFEL-docs.sgml | 2 +- libcrystfel/Makefile.am | 2 +- 4 files changed, 16 insertions(+), 11 deletions(-) diff --git a/ChangeLog b/ChangeLog index fc42ffbd..524e01af 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,21 +1,26 @@ -Changes in this development version ------------------------------------ +CrystFEL version 0.5.4, 5th September 2014 +------------------------------------------ - hdfsee calibration mode, ADSC export and scrollbars were added. - Bad regions can now be specified as fs/ss as well as x/y. - "--version" options were added to everything. - partial_sim --background was added. -- partialator --reference was removed. +- partialator --reference, --geometry and --beam were removed. - ambigator --corr-matrix was added. -- indexamajig --peak-radius was added. -- partialator no longer needs beam/geom files. +- indexamajig --peak-radius and --highres were added. +- Handling of bad pixels and overlapping reflections was improved. - ambigator now updates the lattice basis vectors as well as the indices. - pattern_sim can now simulate all point groups on the GPU. +- Unit cell output on the command line now uses Angstroms instead of nm. - Beam/crystal properties and mean camera length were added to the stream. - scripts/gen-sfs-expand was added. -- libcrystfel was made compatible with C++ -- get_symop() was added. -- read_chunk_2() was added for faster stream reading. +- Stream reading/writing API was changed and improved. +- libcrystfel was made compatible with C++. +- get_symop(), get_matrix_name() mark_resolution_range_as_bad() were added. +- Prototypes changed for find_panel_number(), *_prepare() (all indexing + methods), find_intersections(), image_feature_closest(), +- {get,set}_{refineable,scalable}() were removed. +- integrate_peak() was removed from the exposed API. CrystFEL version 0.5.3a, 14th April 2014 diff --git a/configure.ac b/configure.ac index eac3b92d..96625c6e 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.3a],[taw@physics.org]) +AC_INIT([crystfel],[0.5.4],[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 a29de7d3..e9a832f5 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.3. + For libcrystfel from CrystFEL 0.5.4. This is the internal documentation for CrystFEL. Unless you are looking at diff --git a/libcrystfel/Makefile.am b/libcrystfel/Makefile.am index 0b7ddbf1..7386f703 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@ $(PTY_LIB) -libcrystfel_la_LDFLAGS = -version-info 4:0:0 +libcrystfel_la_LDFLAGS = -version-info 5: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