-
Notifications
You must be signed in to change notification settings - Fork 39
/
ChangeLog
56 lines (49 loc) · 2.45 KB
/
ChangeLog
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
2013-06-05 Jan Thomassen <[email protected]>
* Released version 4.3.0 of GoTools.
* Updated license to dual license: GNU Affero GPL 3 or
commercial license.
* A large number of API changes and bugfixes.
2013-02-26 Jan Thomassen <[email protected]>
* Released version 4.2.0 of GoTools.
* Added new GoTools modules IsogeometricModel, LRsplines2D,
and QualityModule.
* A large number of API changes and bug fixes.
2012-04-12 Jan Thomassen <[email protected]>
* Released version 4.0.1 of GoTools. This is a minor update.
* Bugfixes, most notably related to SplineSurface::computeBasis().
2012-03-12 Jan Thomassen <[email protected]>
* Released version 4.0.0 of GoTools. This is a major update.
* Added new GoTools modules Topology, CompositeModel,
TrivariateModel, and Viewlib.
* Viewlib contains the Qt/OpenGL based viewer 'goview'.
* Added non-GoTools module TTL for convenience.
* Made various improvements to the CMake build files. Now an
option to use Boost is included, relaxing the dependency on new
C++11 compilers.
* Improved Doxygen documentation.
* A large number of API changes and bug fixes.
2011-11-28 Jan Thomassen <[email protected]>
* Released version 3.0.0 of GoTools. This is a major update.
* Collected several modules into one: This release
contains previously separate modules GoTools Core,
Parametrization, Implicitization, and Intersections.
* Added the GoTools module Igeslib.
* Added non-GoTools modules SISL and Newmat for convenience.
Newmat is written by Robert Davies <http://www.robertnz.com>
* Removed dependency on Boost. Now using std::shared_ptr,
etc. This release relies on the new C++ standard C++11.
* A large number of API changes and bug fixes.
13.9.2010 Jan Thomassen <[email protected]>
* Released version 2.0.1. Fixed some bugs. Got rid of compiler
warnings for gcc 4.4.3 on Linux and Visual Studio 2008 on Windows.
31.8.2010 Jan Thomassen <[email protected]>
* Released version 2.0.0 of the GoTools Core library. This is a
major update from the previous version.
* Added functionality related to tesselation.
* Introduced a new header file hierarchy.
* Changed building system to CMake.
* A large number of API changes and bug fixes.
11.6.2007 Jan Thomassen <[email protected]>
* Released version 1.1 of the gotools_core library. This version
has been autoconfiscated from the previous release version
1.0. Various updates to the code has also been included.