From 73b3fea989de7ce15c7fd604bfdcd1622cb55027 Mon Sep 17 00:00:00 2001 From: Christophe Geuzaine <cgeuzaine@uliege.be> Date: Mon, 25 Apr 2022 10:17:10 +0200 Subject: [PATCH] prepare 4.10 --- CHANGELOG.txt | 7 ++++--- doc/gmsh.1 | 2 +- doc/gmsh.html | 16 ++++++++-------- 3 files changed, 13 insertions(+), 12 deletions(-) diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 80043fcf79..5647542c4d 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -1,8 +1,9 @@ -4.10.0 (Work-in-progress): more flexible homology/cohomology workflow in the -API; "Attractor" field is now just a synonym for the newer (and more efficient) +4.10.0 (April 25, 2022): more flexible homology/cohomology workflow in the API; +"Attractor" field is now just a synonym for the newer (and more efficient) "Distance" field; periodic bsplines now use the same default multiplicities in OCC as in the built-in kernel; model/isInside now also handles discrete -entities; C++ api now throws std::runtime_error on errors; small bug fixes. +entities; speed-up repeated simple boolean operations; C++ api now throws +std::runtime_error on errors; small bug fixes. * New API functions: geo/addGeometry, geo/addPointOnGeometry, mesh/addHomologyRequest, mesh/clearHomologyRequests, mesh/setVisibility, diff --git a/doc/gmsh.1 b/doc/gmsh.1 index 86d4f7531f..f4345ef40c 100644 --- a/doc/gmsh.1 +++ b/doc/gmsh.1 @@ -1,4 +1,4 @@ -.TH Gmsh 1 "03 December 2021" "4.9" "Gmsh Manual Pages" +.TH Gmsh 1 "25 April 2022" "4.10" "Gmsh Manual Pages" .UC 4 .\" ******************************************************************** .SH NAME diff --git a/doc/gmsh.html b/doc/gmsh.html index 4f0be27954..8f8054fbc9 100644 --- a/doc/gmsh.html +++ b/doc/gmsh.html @@ -98,17 +98,17 @@ Public License (GPL)</a>: <ul> <li> <div class="highlight"> - Current stable release (version 4.9.5, 21 February 2022): + Current stable release (version 4.10.0, 25 April 2022): <ul> <li>Download Gmsh for - <a href="bin/Windows/gmsh-4.9.5-Windows64.zip">Windows</a>, - <a href="bin/Linux/gmsh-4.9.5-Linux64.tgz">Linux</a> or - <a href="bin/MacOSX/gmsh-4.9.5-MacOSX.dmg">macOS</a> <a href="#1"><sup>*</sup></a> - <li>Download the <a href="src/gmsh-4.9.5-source.tgz">source code</a> + <a href="bin/Windows/gmsh-4.10.0-Windows64.zip">Windows</a>, + <a href="bin/Linux/gmsh-4.10.0-Linux64.tgz">Linux</a> or + <a href="bin/MacOSX/gmsh-4.10.0-MacOSX.dmg">macOS</a> <a href="#1"><sup>*</sup></a> + <li>Download the <a href="src/gmsh-4.10.0-source.tgz">source code</a> <li>Download the Software Development Kit (SDK) for - <a href="bin/Windows/gmsh-4.9.5-Windows64-sdk.zip">Windows</a>, - <a href="bin/Linux/gmsh-4.9.5-Linux64-sdk.tgz">Linux</a> or - <a href="bin/MacOSX/gmsh-4.9.5-MacOSX-sdk.tgz">macOS</a> <a href="#1"><sup>*</sup></a> + <a href="bin/Windows/gmsh-4.10.0-Windows64-sdk.zip">Windows</a>, + <a href="bin/Linux/gmsh-4.10.0-Linux64-sdk.tgz">Linux</a> or + <a href="bin/MacOSX/gmsh-4.10.0-MacOSX-sdk.tgz">macOS</a> <a href="#1"><sup>*</sup></a> <li>Download both Gmsh and the SDK with pip: '<code>pip install --upgrade <a href="https://pypi.org/project/gmsh/">gmsh</a></code>' </ul> -- GitLab