Skip to content

Commit

Permalink
Merge pull request #292 from kerautret/Prepare0.9.3
Browse files Browse the repository at this point in the history
0.9.3
  • Loading branch information
kerautret authored Feb 12, 2017
2 parents c57ebe0 + 1148f10 commit a109100
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 9 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ SET(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} "${PROJECT_SOURCE_DIR}/cmake")
# -----------------------------------------------------------------------------
message(STATUS "-------------------------------------------------------------------------------")
message(STATUS "Checking if DGtal is installed:")
FIND_PACKAGE(DGtal 0.9.2 REQUIRED)
FIND_PACKAGE(DGtal 0.9.3 REQUIRED)
INCLUDE_DIRECTORIES(${DGTAL_INCLUDE_DIRS})
LINK_DIRECTORIES(${DGTAL_LIBRARY_DIRS})
SET(CMAKE_INSTALL_RPATH_USE_LINK_PATH TRUE)
Expand Down Expand Up @@ -42,7 +42,7 @@ endif (CMAKE_CXX_FLAGS MATCHES "-ftemplate-depth-[0-9]*")
SET(CMAKE_MODULE_PATH "${PROJECT_SOURCE_DIR}/cmake")
SET(DGtalTools_VERSION_MAJOR 0)
SET(DGtalTools_VERSION_MINOR 9)
SET(DGtalTools_VERSION_PATCH beta3)
SET(DGtalTools_VERSION_PATCH 3)
SET(DGTALTOOLS_VERSION "${DGtalTools_VERSION_MAJOR}.${DGtalTools_VERSION_MINOR}.${DGtalTools_VERSION_PATCH}")
SET(PROJECT_VERSION "${DGtalTools_VERSION_MAJOR}.${DGtalTools_VERSION_MINOR}.${DGtalTools_VERSION_PATCH}")
SET(VERSION ${DGtalTools_VERSION_MAJOR}.${DGtalTools_VERSION_MINOR}.${DGtalTools_VERSION_PATCH})
Expand Down
17 changes: 10 additions & 7 deletions ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,19 +2,22 @@

- *global*:
- Various fixes to enable the new Version3 (compressed) Vol/Longvol files.
(David Coeurjolly, [#287](https://github.com/DGtal-team/pull/287))
(David Coeurjolly, [#287](https://github.com/DGtal-team/pull/287))
- Fix Appveyor continuous integration with zlib installation and boost fix.
(Bertrand Kerautret, [#289](https://github.com/DGtal-team/DGtalTools/pull/289))
(Bertrand Kerautret, [#289](https://github.com/DGtal-team/DGtalTools/pull/289))

- *imageProcessing*:
- Creates imageProcessing directory. Add tools for doing image restoration and inpainting with Ambrosio-Tortorelli functional and discrete calculus. (Jacques-Olivier Lachaud, Marion Foare
[#280](https://github.com/DGtal-team/DGtalTools/pull/280))
- Creates imageProcessing directory. Add tools for doing image restoration
and inpainting with Ambrosio-Tortorelli functional and discrete calculus.
(Jacques-Olivier Lachaud, Marion Foare
[#280](https://github.com/DGtal-team/DGtalTools/pull/280))

- *converters*:
- fix tool itk2vol which was not able to read and convert int type image.
(Bertrand Kerautret, [#276](https://github.com/DGtal-team/DGtalTools/pull/271))
- add a CLOSURE export mode in volBoundary2obj. Default mode has been changed to "BDRY"
(David Coeurjolly, [#281](https://github.com/DGtal-team/DGtalTools/pull/281))
(Bertrand Kerautret, [#276](https://github.com/DGtal-team/DGtalTools/pull/271))
- add a CLOSURE export mode in volBoundary2obj. Default mode has been changed
to "BDRY"
(David Coeurjolly, [#281](https://github.com/DGtal-team/DGtalTools/pull/281))

- *visualisation*:
- Add SnapShot option for meshViewer and 3dVolViewer
Expand Down

0 comments on commit a109100

Please sign in to comment.