Enhancements
===========
* Introduce pagination of the halo lists in the web interface
* Add support for using SVG and PDF as the plot format in the web interface (cphyc)
* Add ability to specify colour range of images in web interface (cphyc)
* Add properties `stars_shrink_center` and `gas_shrink_center` which give centers based purely on stars and gas respectively (Martin-Rey)
* Permit use of `preloop` functions (evaluated at timestep rather than halo level) when evaluating live calculations
* Various other minor improvements to the web interface
Bug fixes
=======
* Changes from using `%` to using `_` to escape slashes in filenames of simulations, fixing an ambiguity that could cause problems (j-davies-ari)
* Fixes an issue with AHF which, when run using MPI, numbers halos randomly rather than sequentially. This necessitates introducing an extra database column; tangos now distinguishes between (1) `halo_number` [tangos primary reference point] (2) `finder_id` [the ID assigned by the halo finder] (3) `finder_offset` [the 0-based offset of the halo in the finder catalogue, which may be different from `finder_id` in the case of AHF] (mtremmel)
* Fix issue 135: the timing logging could sometimes crash, if the procedure they were monitoring crashed