diff options
author | Thomas White <taw@physics.org> | 2014-08-15 15:25:34 +0200 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2014-09-05 13:36:40 +0200 |
commit | 16a5848ff278be2e7612f36ca9103b668e47306d (patch) | |
tree | 45d032be84b5530084ee1495581c7c226e067588 | |
parent | b436924ab935f1c5aed4a7eea1eb9bfea06b9006 (diff) |
This is CrystFEL 0.5.40.5.4
-rw-r--r-- | ChangeLog | 21 | ||||
-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, 16 insertions, 11 deletions
@@ -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 @@ <bookinfo> <title>CrystFEL Reference Manual</title> <releaseinfo> - For libcrystfel from CrystFEL 0.5.3. + For libcrystfel from CrystFEL 0.5.4. </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 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 \ |