-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #20 from DGtal-team/rel1.4
Blog post for the release 1.4
- Loading branch information
Showing
6 changed files
with
43 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,40 @@ | ||
--- | ||
layout: post | ||
title: DGtal release 1.4 | ||
--- | ||
|
||
We are happy to announce the [release 1.4 of DGtal](https://github.com/DGtal-team/DGtal/releases/tag/1.4) and its tools. As always,many new features, edits and bugfixes are listed in the [Changelog](https://github.com/DGtal-team/DGtal/blob/master/ChangeLog.md), and we would like to thank all devs involved in this release. In this short review, we would like to only focus on selected new features. | ||
|
||
* **New Features**: | ||
* [Implicit shapes](https://dgtal-team.github.io/doc-nightly/moduleWinding.html) can be constructed from point clouds using generalized winding numbers from [libIGL](https://libigl.github.io). | ||
* `SurfaceMesh` instances can be updated through [flip operations](https://dgtal-team.github.io/doc-nightly/moduleSurfaceMesh.html#SurfMesh_sec8). | ||
* [Lattice polytopes](https://dgtal-team.github.io/doc-nightly/moduleDigitalConvexity.html) describing segments or triangles can be constructed in a much more efficient manner. | ||
* Update of the [Discrete Polygonal Calculus](https://dgtal-team.github.io/doc-nightly/modulePolygonalCalculus.html) module to construct a calculus on a corrected geometry (when the discrete tangent planes are given by user-provided normal vectors). | ||
* A brand new style for the [DGtal documentation](https://dgtal-team.github.io/doc-nightly/index.html). | ||
* DGtal now requires C++17 compilers. | ||
|
||
* **DGtalTools/DGtalTools-contrib**: | ||
* New `volscope` tool in DGtalTools for quick visualization of VOL files. | ||
* New tools to edit and color meshes in DGtaltools-contrib (`polyMeshEdit` and `polyMeshColorize`) | ||
<table border="0"> | ||
<tr> | ||
<td markdown="span">![](../img/volscope-surface.png) </td><td markdown="span"> ![](../img/volscope-volumetric.png) </td><td markdown="span"> ![](../img/meshedit.png) </td> | ||
</tr> | ||
</table> | ||
|
||
* **Project Management**. Many updates of the DGtal repository: new documentation style, new CI and deploy bots for the python binding (using Github Actions), easier build on Windows, many bug and warning fixes... | ||
|
||
**Links:** | ||
|
||
* DGtal 1.4: [http://dgtal.org/download/](http://dgtal.org/download) | ||
* Complete changelogs: | ||
* [https://github.com/DGtal-team/DGtal/blob/master/ChangeLog.md](https://github.com/DGtal-team/DGtal/blob/master/ChangeLog.md) | ||
* [https://github.com/DGtal-team/DGtalTools/blob/master/ChangeLog.md](https://github.com/DGtal-team/DGtalTools/blob/master/ChangeLog.md) | ||
* [https://github.com/DGtal-team/DGtalTools-contrib/blob/master/ChangeLog.md](https://github.com/DGtal-team/DGtalTools-contrib/blob/master/ChangeLog.md) | ||
|
||
* DGtalTools 1.4 [http://dgtal.org/tools/](http://dgtal.org/tools/) | ||
* DGtalTools-contrib 1.4: [http://dgtal.org/tools/](http://dgtal.org/tools/) | ||
* DGtal Documentation: [http://dgtal.org/doc/stable](http://dgtal.org/doc/stable) | ||
* DGtalTools documentation: [http://dgtal.org/doc/tools/stable](http://dgtal.org/doc/tools/stable) | ||
* DGtalTools-contrib: [https://github.com/DGtal-team/DGtalTools-contrib](https://github.com/DGtal-team/DGtalTools-contrib) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.