You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The project has a now a unique compiled library: DGtal. The DGtalIO
target has been removed. (David Coeurjolly, #1226)
New mandatory dependency for DGtal: zlib must be installed in the system.
(David Coeurjolly, #1228)
Topology Package
Implementation of ParDirCollapse with CollapseSurface and CollapseIsthmus.
(Mohamad ONAYSSI, Bibiana MARTINEZ, Mohamed MELLOULI, Kacper PLUTA, #1199)
Geometry Package
VoronoiMap, PowerMap, (Reverse)DistanceTransformation and ReducedMedialAxis
now work on toric domains (with per-dimension periodicity specification).
(David Coeurjolly, Roland Denis, #1206)
IO
New version (3) for the VOL file format that allows (zlib) compressed volumetric
data. VolReady and VolWriter can still manage Version 2 Vols.
(David Coeurjolly, #1228)
Changes
Configuration/General
Continuous integration Travis bots are now based on ubunutu/trusty containers.
(David Coeurjolly, #1227)
Set flag -std=c++11 only if needed. Modern compilers set compatible flags
by default (gnu++14, etc). (Pablo H Cerdan, #1222)
Documentation
All the example descriptions are now in their the examples file (instead in
dox files).
(Bertrand Kerautret, #1240](#1240)
Bug Fixes
Configuration/General
Fixing errors and warnings raised by g++ 4.7.x.
(Roland Denis, #1202)
Explicit M_PI definition if needed.
(David Coeurjolly, #1208)
Continuous integration Travis bots are now based on ubunutu/trusty containers.
(David Coeurjolly, #1227)
Fix usage of DESTDIR at install time for linux packagers.
(Pablo Hernandez, #1235)
Fix, let CMake handle DESTDIR instead of manual manipulation.
(Pablo Hernandez, #1238)