forked from BioMedIA/MIRTK
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathChangeLog.txt
82 lines (56 loc) · 2.86 KB
/
ChangeLog.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
.. 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
----
.. _v1.1.0:
Release 1.1.0 (Apr 21)
~~~~~~~~~~~~~~~~~~~~~~
- Use `CMake BASIS Modules 3.3.0 <http://cmake-basis.github.io/changelog.html#release-3-3-0-apr-19-2016>`_.
- Fixed build with VTK 7.
- Fixed Python scripts to run with both Python 2 and 3.
- Fixed Visual Studio build warnings and errors.
- Enabled build as shared libraries on Windows.
- Renamed ``Image I/O`` module to :doc:`I/O </modules/io>`.
- Read/Write both NIfTI-1 and NIfTI-2 image files.
- Read/Write point sets and surfaces from GIFTI files.
- Always save binary files in big-endian order.
- Added Python package for execution of MIRTK commands.
- Provide Docker image with MIRTK installation.
- Refactored Applications module.
- Various minor fixes of commands.
.. _v1.0.0:
Release 1.0.0 (Jan 15)
~~~~~~~~~~~~~~~~~~~~~~
- First stable release of the refactored IRTK support libraries and new :doc:`Registration framework </modules/registration>`.
- Includes extension packages for :doc:`volumetric mapping </modules/mapping>` and a :doc:`deformable surface framework </modules/deformable>`.
.. _v1.0rc2:
Release 1.0rc2 (Jan 13)
~~~~~~~~~~~~~~~~~~~~~~~
- Refactored initialization of object factories, GNU g++ on Ubuntu excludes unused shared libraries.
- Use ``::`` as CMake target namespace separator.
- Moved image I/O classes to new :doc:`Image I/O </modules/io>` module.
- Build libLBFGS source files as part of :doc:`Numerics </modules/numerics>` module.
- Build NIfTI C Library as part of Image I/O module.
.. _v1.0rc1:
Release 1.0rc1 (Jan 10)
~~~~~~~~~~~~~~~~~~~~~~~
- Initial release candidate.
- Most functionality available, but with some recent untested advanced features.
- Please report any issues on GitHub (see :doc:`/help`).