Releases: alicevision/geogram
v1.6.12: [geogram] Update to 1.6.12
Small bugfixes and updates ImGui.
Change Log
- Updated ImGui to ver. 1.7 - docking branch.
- Fixed problem with undeclared file_system_changed() with some versions of Emscripten
- Minor bugfixes and improvements.
v1.6.11
Release Notes
Minor update and bugfixes
Change Log
- Updated ImGui v. 1.69
- [Breaking change] Removed all code dependent on OpenGL fixed functionality pipeline / compatibility profile
- AABB-tree: new query functions with lambdas
- ConvexCell improvements and robust predicates
Download:
https://gforge.inria.fr/frs/?group_id=5833
Doc:
http://alice.loria.fr/software/geogram/doc/html/index.html
v1.6.10
Release Notes
Small improvements, minor bugfixes, new exact predicates
Change Log
- Upgraded ImGui version 1.66
- Fixed a bug in periodic spatial search
- Exact predicates mode for ConvexCell
- New det4d exact predicate (sign of 4x4 determinant)
Download: https://gforge.inria.fr/frs/?group_id=5833
Website: http://alice.loria.fr/software/geogram/doc/html/index.html
v1.6.9
Release Notes
Speed improvement, couple of bugfixes, image manipulation.
Note: Nov. 1st 2018 Bruno starts a new job (still with Inria but on the admin side),
geogram releases and bugfixes will continue
(but will be less frequent).
Change Log
- Small speed improvement in ray-AABB code
- Integrated Graphite classes for images, IO, basic algorithms
- Fixed a problem in Delaunay_psm
- A couple of minor bugfixes and improvements
v1.6.8
Release Notes
New raytracing-type queries in AABB and new periodic triangulation
Change Log:
- added ray-tracing queries in AABB
- added new periodic Delaunay and periodic power diagrams
- new demo programs for periodic CVT
- new demo programs for (CPU) ray-tracing
- ImGui 1.64
Download: https://gforge.inria.fr/frs/?group_id=5833
Documentation: http://alice.loria.fr/software/geogram/doc/html/index.html
v1.6.7
Release Notes
ImGui 1.6.2, many small improvements and fixes
Change Log
- Updated ImGui ver. 1.6.2
- Updated ImGuiTextEdit
- Includes vector icon (FontAwesome)
- GLUP: many fixes, fixed portability issues
- Moved emulation of sync. primitives for Windows
in thread_sync - AABB: segment/mesh intersection test
- Faster loader for .xyz file format when
number of points is not present - Reorg. of Delaunay implementation.
v1.6.6
Download:
https://gforge.inria.fr/frs/?group_id=5833
Release Notes
The geogram release that comes with Graphite-1.6.6.
Many small improvement and fixes (see list below).
Change Log
- Fixed Logger crash under Windows in multithreading mode
- Fixed graphic apps crash under Windows when iconizing
- PLY exporter now saves vertices colors if present
- exported missing symbols (cell descriptors) for Windows
(needs GEOGRAM_API also in the .cpp, c.f. stackoverflow, AliceVision repo) - Fixed bug in assertion checks that were not correct when OpenNL
variables indirection API is not used. - NL_DEBUG activated when NDEBUG is not defined.
- nl_range_assert: fixed a warning.
- NL: Fixed debugging code that was breaking compilation (variable locally declared in loop not supported by compilers)
- GUI, file dialog: Added buttons to change logical drives under Windows.
v1.6.5
Release Notes
- Improved compilation scripts
- Fixed many warnings detected by new Clang [Laurent Alonso]
- New MingW target for use with R
- Faster parallel 3D Delaunay triangulation
- AVX predicates (experimental) (this is the version used in the course on Optimal Transport at SGP 2018)
Change Log
- Now uses nullptr instead of NULL/0
- Uses "modern C++"-isms wherever it makes the code easier to read (and does not use them wherever else !)
- Many fixes for the different compilers/systems that are supported
- Faster Delaunay3d triangulation by using ideas from https://arxiv.org/abs/1805.08831 (more efficient representation of cavities) and arithmetic filters for predicates in AVX
v1.6.4
Release Notes
The version that goes with Graphite 1.6.4. Bugfixes, improvements in predicates, and preparing for HiDPI displays support.
Change Log
- lexicographic mode for symbolically perturbed geometric predicates: now they can work for generated vertices.
- better compatibility with ShaderToys
- bugfixes
Download from:
https://gforge.inria.fr/frs/?group_id=5833
Documentation:
http://alice.loria.fr/software/geogram/doc/html/index.html
v1.6.3
Release Notes
This version includes ImGui 1.6
Change Log
- Updated ImGui to version 1.6
- Fixed orthographic errors in comments/doc (Thank you Andy Maloney)
- Minor bugfixes
Download from:
https://gforge.inria.fr/frs/?group_id=5833
Documentation:
http://alice.loria.fr/software/geogram/doc/html/index.html