Skip to content
Snippets Groups Projects
Commit 62d007ee authored by Thomas White's avatar Thomas White
Browse files

This is CrystFEL 0.5.2

parent 65fc280b
No related branches found
Tags 0.5.2
No related merge requests found
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
-------------------------------------
......
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])
......
......@@ -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
......
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 \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment