Skip to content

Commit

Permalink
Merge pull request #1195 from dcoeurjo/0.9.2
Browse files Browse the repository at this point in the history
Release 0.9.2
  • Loading branch information
dcoeurjo authored Jun 27, 2016
2 parents 274f297 + c2aa54c commit db174e6
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 8 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ ENDIF()
SET(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} "${PROJECT_SOURCE_DIR}/cmake")
SET(DGtal_VERSION_MAJOR 0)
SET(DGtal_VERSION_MINOR 9)
SET(DGtal_VERSION_PATCH 2beta)
SET(DGtal_VERSION_PATCH 2)
SET(DGTAL_VERSION "${DGtal_VERSION_MAJOR}.${DGtal_VERSION_MINOR}.${DGtal_VERSION_PATCH}")
SET(PROJECT_VERSION "${DGtal_VERSION_MAJOR}.${DGtal_VERSION_MINOR}.${DGtal_VERSION_PATCH}")
SET(VERSION ${DGtal_VERSION_MAJOR}.${DGtal_VERSION_MINOR}.${DGtal_VERSION_PATCH})
Expand Down
11 changes: 8 additions & 3 deletions ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
- New RealFFT class for in-place real-complex Fast Fourier Transform using
fftw3 library.
(Roland Denis, [#1185](https://github.com/DGtal-team/DGtal/pull/1185))

- *Topology Package*
- Adding periodic closure for KhalimskySpaceND and per-dimension closure
specification.
Expand Down Expand Up @@ -74,6 +75,11 @@
when voxel are selected. The selected elements are now highlighted.
(Bertrand Kerautret, [#1146](https://github.com/DGtal-team/DGtal/pull/1146))

- *Topology Package*
- Add pre-calculated look up tables to speed up Object::isSimple calculations.
(Pablo Hernandez-Cerdan, [#1155](https://github.com/DGtal-team/DGtal/pull/1155))


## Bug Fixes
- *Configuration/General*
- Simplification of the windows build instructions. (David
Expand All @@ -82,7 +88,8 @@
pages). (David Coeurjolly,
[#1161](https://github.com/DGtal-team/DGtal/pull/1161))
- Fixing issues raised on some algorithms when changing Euclidean ring
for SpaceND and KhalimskySpaceND. (Jérémy Levallois, [#1163](https://github.com/DGtal-team/DGtal/pull/1163))
for SpaceND and KhalimskySpaceND. (Jérémy Levallois,
[#1163](https://github.com/DGtal-team/DGtal/pull/1163))
- Moving last concepts to concepts:: namespace. (David Coeurjolly,
[#1193](https://github.com/DGtal-team/DGtal/pull/1193))

Expand Down Expand Up @@ -139,8 +146,6 @@
- Fix interior/exterior fill methods of topology/helpers/Surfaces class which
was wrong on 3d and on closed Khalimsky space.
(Bertrand Kerautret, [#1156](https://github.com/DGtal-team/DGtal/pull/1156))
- Add pre-calculated look up tables to speed up Object::isSimple calculations.
(Pablo Hernandez-Cerdan, [#1155](https://github.com/DGtal-team/DGtal/pull/1155))
- Fix issue [#1168]
(https://github.com/DGtal-team/DGtal/issues/1168), related to bad
linear interpolation for binary volume data in
Expand Down
4 changes: 0 additions & 4 deletions src/DGtal/doc/mainpage.dox
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

/**
* \mainpage DGtal - Digital Geometry Tools and Algorithms Library.
*
Expand All @@ -7,7 +6,6 @@
*
* @section intro_sec_dgtal Introduction


DGtal is a generic open source library for Digital Geometry
programming whose main objective is to gather and structure different
developments from the digital geometry and topology community. The
Expand Down Expand Up @@ -63,13 +61,11 @@ the digital geometry community.
- \ref packageTutorials



@section manueldev Manual pages for DGtal developers
- \ref moduleFAQGit
- \ref moduleCatch



@section links_sec_dgtal Links

<ul>
Expand Down

0 comments on commit db174e6

Please sign in to comment.