Commit dd01ab35d11b570935ecc601718bc66856bc5d9a
1 parent
405e0193
Exists in
master
Added changelog.md
Showing
1 changed file
with
37 additions
and
0 deletions
Show diff stats
@@ -0,0 +1,37 @@ | @@ -0,0 +1,37 @@ | ||
1 | +# Changelog | ||
2 | + | ||
3 | +## [3.1.0](https://github.com/invesalius/invesalius3/tree/v3.1.0) - 2017-07-04 | ||
4 | + | ||
5 | +### Added | ||
6 | +- Support to open TIFF, BMP, JPEG and PNG files. | ||
7 | +- Support to open NiFTI 1 files. | ||
8 | +- Support to open PAR/REC files. | ||
9 | +- Region Growing based segmentation (Dynamic, Threshold and Confidence). | ||
10 | +- Selection of mask connected components. | ||
11 | +- Removal of mask connected components. | ||
12 | +- Tool to fill mask holes automatically. | ||
13 | +- Tool to fill mask holes interactively. | ||
14 | +- Tool to crop mask. | ||
15 | +- Support to move measure points. | ||
16 | +- Menu option to (de)activate the navigation mode. | ||
17 | +- Import surface files (STL, PLY, OBJ and VTP) into InVesalius project. | ||
18 | +- Surface area information. | ||
19 | +- Segmentation menu with the options: Threshold, Manual, Watershed and Region Growing. | ||
20 | +- Created a canvas class (CanvasRendererCTX) to draw 2D forms and text over the vtkRenderer. | ||
21 | +- Swap image axes. | ||
22 | +- Flip image. | ||
23 | +- English documentation. | ||
24 | + | ||
25 | +### Changed | ||
26 | +- Code restructured to follow Python pattern. | ||
27 | +- Code ported to wxPython3. | ||
28 | +- Code ported to VTK 6. | ||
29 | +- Context-Aware Smoothing ported to Cython. | ||
30 | +- Using CanvasRendererCTX to draw slice measures. | ||
31 | +- Using CanvasRendererCTX to draw the slice informations. | ||
32 | +- Brazilian Portuguese updated to 3.1.0 version. | ||
33 | + | ||
34 | +### Fixed | ||
35 | +- Transparency widget from **Surface properties** respects the actual surface transparency. | ||
36 | +- Measures, Surfaces, Mask and other data are being removed from memory when closing a project. | ||
37 | +- Importation of Koning Breast CT DICOM images. |