Skip to content

Commit

Permalink
Release version 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
schuhschuh committed Apr 8, 2018
1 parent a586765 commit 0973021
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 4 deletions.
8 changes: 4 additions & 4 deletions BasisProject.cmake
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# ============================================================================
# Medical Image Registration ToolKit (MIRTK)
#
# Copyright 2013-2016 Imperial College London
# Copyright 2013-2016 Andreas Schuh
# Copyright 2013-2017 Imperial College London
# Copyright 2013-2018 Andreas Schuh
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
Expand Down Expand Up @@ -52,11 +52,11 @@ basis_project (
# --------------------------------------------------------------------------
# meta-data
NAME "MIRTK"
VERSION "0.0.0" # Version of core (+ external) modules
VERSION "2.0.0" # Version of core (+ external) modules
SOVERSION "0" # API yet unstable
AUTHORS "Andreas Schuh"
DESCRIPTION "Medical Image Registration ToolKit"
COPYRIGHT "2013-2016 Imperial College London, Andreas Schuh"
COPYRIGHT "2013-2018 Imperial College London, Andreas Schuh"
LICENSE "Apache License Version 2.0"
CONTACT "Andreas Schuh <[email protected]>"
TEMPLATE "with-basis-submodule/1.0"
Expand Down
27 changes: 27 additions & 0 deletions ChangeLog.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,32 @@
.. This file is formatted using reStructuredText (reST) and included by Documentation/changelog.rst !


2018
----

.. _v2.0.0:


Release 2.0.0 (Apr 8)
~~~~~~~~~~~~~~~~~~~~~

This major release reflects the version used in the experiments of the PhD thesis of Andreas Schuh,
including in particular the spatio-temporal atlas construction following the approach detailed in the preprint
of Schuh et al., "Unbiased construction of a temporally consistent morphological atlas of neonatal brain development",
bioRXiv, `doi:10.1101/251512 <https://doi.org/10.1101/251512>`_.

Note that the change of the image dissimilarity scaling requires different choices of regularization weights, e.g.,
the "Bending energy weight", when compared to previous versions. Therefore the major version number has been increased.

- Changed scaling of image dissimilarity gradient.
- Additional Linear Energy constraint for deformable registration.
- Groupwise spatio-temporal atlas construction.
- Enable build with VTK 8.
- Provide AppImage for easy installation on Linux.
- Added ``match-histogram`` command.
- For a more detailed list of changes, see `PR 652 <https://github.com/BioMedIA/MIRTK/pull/652>`_.


2016
----

Expand Down

0 comments on commit 0973021

Please sign in to comment.