Subject: CGAL users discussion list
List archive
Re: [cgal-discuss] CGAL 4.10 Beta 1 Released, Computational Geometry Algorithms Library
Chronological Thread
- From: Julia Fischer <>
- To:
- Subject: Re: [cgal-discuss] CGAL 4.10 Beta 1 Released, Computational Geometry Algorithms Library
- Date: Fri, 21 Apr 2017 07:01:34 +0200
- Authentication-results: mail3-smtp-sop.national.inria.fr; spf=None ; spf=Pass ; spf=None
- Ironport-phdr: 9a23:HveV8hRpnE/nAGEz9vYug84lrdpsv+yvbD5Q0YIujvd0So/mwa6ybRaN2/xhgRfzUJnB7Loc0qyN4vymATRIyK3CmUhKSIZLWR4BhJdetC0bK+nBN3fGKuX3ZTcxBsVIWQwt1Xi6NU9IBJS2PAWK8TW94jEIBxrwKxd+KPjrFY7OlcS30P2594HObwlSijewZbx/IA+qoQnNq8IbnZZsJqEtxxXTv3BGYf5WxWRmJVKSmxbz+MK994N9/ipTpvws6ddOXb31cKokQ7NYCi8mM30u683wqRbDVwqP6WACXWgQjxFFHhLK7BD+Xpf2ryv6qu9w0zSUMMHqUbw5Xymp4qF2QxHqlSgHLSY0/2PZisJwgqxVow+vqQJjzIPPZYGZKOBzc7nBcd8GR2dMWNtaWSxbAoO7aosCF+4PPftcr4n8vVQFsBuwBQi3BOzzyj9HmGX21rA93uQjDAHG2A0gEMgUvHTJsNX6Kr0eUe60zKnT0TrDb+1Z2S3m5YjHdxAuu/CMXbZqfcXNzkkvEhrIg1ONooLrODOV0/4Cs2md7+d4VOKvjXQnqwBrrTS1yMcskJHFiZ4ayl/e8SV12oE1Jce3SEJjbt6rDpxQtySEOItqWMMjQ29otzwmxb0avp67ZigLxI47yB7YbvyKdZWD7BH7VOuJPzt0mHZodKi8ihuy60Ss1PPwW8eu3FpXrSdJjt/BvW0X2RPJ8MiIUP5981+h2TmR0wDT7flJIUUumqraL54t278wlp0PvUjaEC/6hUb7gLOMekUr/eio7OvnYrH4qZOGK4B0jQT+Prwvmsy5H+s4LhADU3aH9em4zrHu/k30TK9UgvEonKTVqo3WKMcHqqKhBg9ayIcj6xKxDze819QYmGEKLFBYeBKDjojmIUvCIO3kDfihmVisnjZrx+vaMb3hHJrNNGPOkLjkfbln6k5czBA/wsxY55JREr0BOu78WlfttNzECR80KxC7w+n9B9V5z48RRGOPArSFP6PPql+I/fkiI/KMZY8QoDbyMeIp5//ojX8jmF8SZ7Ol3ZUNaCPwI/J9Pk/MYWbwmsxTViARrw8mRarrjkeDWHhdfTGpTqck73Y6DoyhSozMT4TojL2a1zqgBc5qYTVNBVmIVHvpbI6ZQOwkaSSII8YnnCZXe6KmTtoDyBWvvUfUyqFsLufOsnkaqJbi3Z5o++CVmxAp/jx5FeyS1miMSyd/mWZeFGx+57x2vUEokgTL6qN/mfENTdE=
On 20 April 2017 at 16:55, Laurent Rineau (CGAL/GeometryFactory) <> wrote:
The CGAL Open Source Project is pleased to announce the release 4.10 Beta 1
of CGAL, the Computational Geometry Algorithms Library.
CGAL version 4.10 Beta 1 is a public testing release. It should provide
a solid ground to report bugs that need to be tackled before the
release of the final version of CGAL 4.10 in May.
Besides fixes and general enhancement to existing packages, the following
has changed since CGAL 4.9:
* Installation
- The minimum required version of CMake is now 3.1. All CMake versions up to
3.7 are supported.
* Generalized Maps (new package)
- This package implements Generalized Maps in d dimensions. A generalized map
is a data structure enabling to represent an orientable or non orientable
subdivided object by describing all the cells of the subdivision (for
example in 3D vertices, edges, faces, volumes) and all the incidence and
adjacency relationships between these cells. This data structure is the
generalization of the combinatorial maps in order to be able to represent
non orientable objects.
* 3D Point Set (new package)
- This package provides a flexible data structure CGAL::Point_set_3 that
allows the user to easily handle point sets with an arbitrary number of
attributes (such as normal vectors, colors, labeling, etc.).
Note also that the advanced API of a few CGAL packages have change in an
incompatible way:
- Triangulated Surface Mesh Shortest Paths
- CGAL and the Boost Graph Library (BGL)
- 2D and 3D Linear Geometry Kernel
- 2D Triangulations
- 3D Triangulations
See http://www.cgal.org/2017/04/20/cgal410-beta1/ for a complete list of
changes. Breaking changes are highlighted with a bold "Breaking change".
The CGAL project is a collaborative effort to develop a robust,
easy-to-use, and efficient C++ software library of geometric data
structures and algorithms, like
- triangulations (2D constrained triangulations, Delaunay triangulations
and periodic triangulations in 2D and 3D),
- Voronoi diagrams (for 2D and 3D points, 2D additively weighted
Voronoi diagrams, and segment Voronoi diagrams),
- Boolean operations on polygons and polyhedra,
- regularized Boolean operations on polygons with curved arcs
- arrangements of curves,
- mesh generation (2D, 3D and surface mesh generation,
surface mesh subdivision and parametrization),
- alpha shapes (in 2D and 3D),
- convex hull algorithms (in 2D, 3D and dD),
- operations on polygons (straight skeleton and offset polygon),
- search structures (kd trees for nearest neighbor search, and
range and segment trees),
- interpolation (natural neighbor interpolation and placement of
streamlines),
- optimization algorithms (smallest enclosing sphere of points or
spheres, smallest enclosing ellipsoid of points, principal
component analysis),
- kinetic data structures
Some modules are distributed under the terms of the LGPL Open Source
license (GNU Lesser General Public License v3 or later versions).
Most modules are distributed under the terms of the GPL Open Source
license (GNU General Public License v3 or later versions).
If your intended usage does not meet the criteria of the
aforementioned licenses, a commercial license can be purchased from
GeometryFactory (http://www.geometryfactory.com/).
For further information and for downloading the library and its
documentation, please visit the CGAL web site: http://www.cgal.org/
--
Laurent Rineau, PhD
R&D Engineer at GeometryFactory http://www.geometryfactory.com/
Release Manager of the CGAL Project http://www.cgal.org/
--
You are currently subscribed to cgal-discuss.
To unsubscribe or access the archives, go to
https://sympa.inria.fr/sympa/info/cgal-discuss
‡Òx÷Wí�8`ÒëárŒG²Ð`>_°¬Ý¶ÓPB{¥=¬»8¿€ñ¿·.t´V\Mº¬„l\Õß²~â|~z±õ+�
üLiËÒ“_ß™+ÖrZ´âœ¢Ã*ŸÚ~âÈxM鯶¬]/ì§)NéŒÓ¹…†áð%Seç[~™Ü›‡ýƒÎ3óç¢�Ó`zSN|(!vßâj
€F4d@êlêðÑŸÀè8Ô ^�r&K+Ãà°Ëu÷x1öhŠn‡Î`%µ›zvöeÙÕU\¦æ Ú~ƒ
&\kZj¸¶zÃù{šMLÁ묋'�o
_N¡nk$)´‰h»w?¤o©æVë
*`uççw(0fC�UWuÑÅÅS°ÞÌ´ÂìeIciÄH^v¥¶pv;|þÕ†”ááëå¿sj§Qs€ñ¸ïú0Y™Å¾Ík*:î�Ð
ÛŒú§î§FÆï¤\Ê6î˜GÒ¬ù®MR%/ÍFV[¼tÿ`r=”¶e¡ó_¡°¹·3,Çø·ø¢ÀçeŒ
Q(¢0¡Žðw˜D;š¸2&Bb/,€EŽýé/
«UïKH�Zr•‰Ä3Aq†Bjƒi@ÿk|™ñ†&^Zy$Ý?Z®njtfF¥åŸ
Ö¦:ø�MíT´òÞ£ÍD;�„íբŋ÷Á†ÉKv
z‹l˜6p‡éé/ŠÓ Ö_’–äê> &ª7Óze¦ŒßÖè…Zü^£ý^à�±@ÛwÉ7¨OP%½�“£<Ÿ°
öŒ•4Œ¿¤[¦…BTó½‡JUe40=}Ãì°Ô%-ØË²·6Ÿ{zÂ^sj^w2
Š›yýUžÁ›ü3)ÎÇûLÛ<ó
vü€6®1¾»@‹ÛV‡’ÿD»ýJ¾Úå%AûÇï|90ò³1œ^¤óÆFUw(ŒÇ)mr„›Smf))‘Ag¿Š@ÝHv*(6ì+P;a¸\Lz6Jq¾ƒ¶
œo¯7$&|�`¤î½-Â’‘>]�ädC1æ^d_›ºµÔfÔ™¡ƒç,~
À|WæàG<ÉeB;± Öq‡l ¯íà*Ð4�˜ÔÆ4ôjÆ•1ÐÇÀwéÂ3‚Aì _üÓcê5€·ü@+¼ÙÝ”°€æp‚
V…°?
nvJ“Fv‰:1»Ém¶*)©¹‡ŠÞnȹ*Ä;÷ÐóÕ
!�öB…xȼgæœO4"V}·©ïÚžÚ EÚªU@"Ê•5¤‡H�ô”È}Á.mžSÐS”vóô¿,¼çŧq+£Òº×̬Û|ºÕÝÌíYsÆë=£hþE]Ô16ò…<˜Ž�B¡
±—(Ø„ûb%�på !¾þWÏ–#îé{áϧ½Žh9çüà#5#>€”›?&Ñ5aŠ
ÇŒw—‡¦|ÎЙÒy#N–¶ÿq-’»ÆrQ¤"�Sa�›=¢6~òyváØ2¬`{ÙÉ}¿¦1mŽì·$²jû_ýCÚ¯À.�íT
z] øÔŠAÖö³Œ
×{]XŒ‘×ë_AÕÚ·?‡šYÊ–`îEa°ð±6U‡šÇRäš÷¹¹*l»^ t¢Lz¨ƒKqHÒ²s[
…vëL&, ì½]ÐYó?¿„6?&öóIÎä7¦úæÌâ$6.³à†VÌ�ɦªcYÒpÖf'ªÔG
r#þ¼\XzñòJ«(5MøÛvý…3¶ðáš}&D¼üe‡£õ®vaþÖ�M)¦oZ©8o)vvÂ0cóK]ÔÎcè%À)Ãì=/öªbtp¦Å-CÇ©°¦G žQb
´‹™…â·Ì›†�ë¯e1âª/s0z0t
´†{¿?A MA{ä“ÄÖу÷IÊ5$¸ú[ëì‰óZüa/zÔè‰wÛ€c…´¡@VçÊpVE
Î0µË›ã*þ0²ð/•3A¸8Z&?ö`lã6ê¯
uoyW‘4MŠ�Xòª€$JtÁ5m��Úg¥R«h!³cê³³¡ðxÝMTãOH
í£Ò’þ<…x{öÞ)ŠÚ¿Ž„ª]
ºG)q&á©WüOÝ¢žª¿ŠCÐU^HË/–•&?ãßAøÃ«ÑmªŸK‹Ÿ©‚r¡%·›ƒü‹RË®s¦`ݬH9ìëuIêïbL<~ßÜå
p½
ÿãE 1Béx”HRe=~f(O¹“”q£åÞÍ©¥úÑÃ¥S³«3vë
àmËÕˆãOB2Ñ(¦ƒ†OAn+r{ùꌥ›™û˜×T0-exPlûÌL|k§aá.
Ô*~‹)sýs¦ðÂ�æoëàê“XüÔ¬‡ÿj“9 ÀlËE“
&À¬å•L>ò¯‚1·ïk�ßT7P‡E½<}‡š$ö
œ°ä=Æ/ð²h¾wÕø‰¬Ê·^ÜS›¤E*Tf[I½1 æI¨´b^ßeMÂN1š ›�¤¶"›xø¡yë¯*“ã
³zÑ/¿d£Òqh°
á{L3Ä
Cë5OÝ4ðéHˆ+9J¹é•8òyuTÀ
øà®}~må¥&ƒ…¿Ô¸(?Bu ´ð�ð¿Ý˜¸åÖ7úæ{ѹ¼™öíf=q»ý8;÷ˆ´Jõa9wëÜÓA‘³¬rçq!ö%òŠ8¯
] Ïf°
XåJÿa$3”#“êܹ–×úGšÕP,8ÍËu¢@‘!b&ÍÙ}‹¢¼ÚMQBá/й±T½Ý¾“CvɨÄmƒAÛWÕ}˜þãÖo=¸¢4ë±Ù%Ç=–¯•tT%•QûXšÊ³ï´c/†''1¯ÖF°îe†,s[²“
è÷ñøš˜œâŸe4,>wXîö7tVõ+ÊLÐÙ¾�'+êXNóÖí>M-'W¦k÷|+63P‡úøfÆvWãò¶¿ÐZÜdÂ)fëPü,ÑÍÒûCŠ$&ÁJß`ÑÆWeURïØE[/P9”ì°¯¶?5<l&ny¶
MB”�’Wú¬ÇÒÔgDô¥œ£Ww`ã§ó^ðy`õ@ÚB
å;·?ž¦õç½É¶úŠQTŠ
ÀdÊÄõkjÌ.RY}SÏÐ@ðÔY»ø±•_Ñ»Ç\±•³y½!ä%j
éoo®ìtr¹I§µÇ³þ…Sü�€l²ÐÝØ)é–áù|OkjV·åÛË
ýg±Ì¨"Í7ý«h�¬›zn˜…‚»[«P©´QQÄí>t©Æ¤<ÑÂblkzAs"•M÷v¡axXhs³Àúä(
°3&¯Ó’y2¼hÌÛ�„”nî…yÈ5ñ�Ëè"ŒÛÀÿ'V*º¼¤xHŠe „ÐG¸?
q!G2xho®£øñ'E>7ÆŠ^ÿ¦í©2.ü«’¬ÃضBÓø€ì4±Âœ�òØ4WÁØæïcwj9ƒS´‘8`Üûš{mÝ#x|ÀÜÙqôpëî„xÒGw�N2Ý颀ò2[`wlg.ƒÇ§™}T˜µ^‘8ò×�n~7Ð]8üŽÂ
ù±“º½ÀmX¢ió•×mÌAh&N¾½G¨FÃÁ¡rXaó9û°>4�JV¨Ñö_æð0yÔµ©DDrXW;!ÁÊWp°Z9pkòë•§è|³ÎþŸ¥¸¡3.DåM±O³×Ts!æÃ¨çÃÙNôècR«”D�zíx|
ßëo% 3»dv"û.õ·Ìþ|~•9 ݃X:îÖ±YÒ2Ò>M¶ci_–IÞ®Ô„lÊH
eªð³€÷‹l†}XsÝn$b˜Þ@àã݉µWÀ{µr
M›ww8“Ä;ÃöÜEÿ‡Ö«¾/ûü’T·7è,}†þ6Aò6…`¯›©*À–Ÿ—�fÑC¾X�ÆâÚfß¾‘à©ÜØI:¿Ðpˆ�
åvìiIr«ºF073}˜5ßß2R�Òèõ’à¤'ìJ‘}ua„’Y¶ìd:v±ÄénФyA
éÏN’�<¤b·ÞÖHsD—Ë1‘·¦)–!…'`ÞYÂ0´ë[ÀÄ�Í0@ïSüê£ßPÑKƒšUÊ
R{ºÓFq*Gžnׂ”[¦Ùû°¢¥Ùµ’GÛíbyß<0«Ÿ/0%�=ÜÅË͇û·Ãµ’,W²–)ŽžO‚»Õ$¨A7òÒâs‡hÝ+¶î‚J%µÞ‚ÐÏâ]Ö%Y²hòð¡v$Ìkÿö
ž¢xãí.�$µ7xã~Òµaï28ý3VÙ�º�jèèÆã0à}/B!L”WÓ±q¥h0€ø½\Dh;æ‘ñ8[CÌ¥#‹¢ÀZ}ÏølXy˜�¿¶UX/œÌÁ…{t�ÓB—ð9Cˆ\Ö—yt–
¨HÚÍ=¶‰'šÆú`‘éFû(çÇ=©#º%èeµmã738Saªë/
�0tU¯%ÿ#‹:—ìohaÔ¼Ð!²]qÌ(ÉÂM–¨ðiؘ¢ž>Ú|£@3t^Ó¡¦Å
(›ï¡Ï2v
µDüV3™t±y�SÆÏ°R*e'*nß(×ßîÀt¼]ýâE£
- [cgal-discuss] CGAL 4.10 Beta 1 Released, Computational Geometry Algorithms Library, Laurent Rineau (CGAL/GeometryFactory), 04/20/2017
- Re: [cgal-discuss] CGAL 4.10 Beta 1 Released, Computational Geometry Algorithms Library, Julia Fischer, 04/21/2017
Archive powered by MHonArc 2.6.18.