-
Notifications
You must be signed in to change notification settings - Fork 1
/
ChangeLog
executable file
·92 lines (55 loc) · 2.09 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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
April 1 2018
GeoProver.m for Maxima changed to typed geometric objects. First
version of plottest.m added.
Jan 14 2018
GeoProver.m for Maxima added and GeoProver.tst fixed. The build process
has yet to be fixed.
Febr 2012
Version for Maxima added. The GeoProver.m file is yet missing, the
build process has to be fixed.
June 15 2003
tangent_line code added.
other_cc_point and is_cc_tangent moved to GeoCode macros.
June 4 2003
op and part removed from Maple and MuPAD inline code
May 18 2003
Geoplot part for Mma added.
Jan 20 2003
All packages updated for GeoProver version 1.3a that implements
the GeoCode standard 1.3 as of today. Maple worksheet and Mma
notebook updated. New GeoProver.tst files generated. New release
put on the web.
Aug 8 2002
par_point, sqrdist_pl, other_incenter and rotate added.
varpoint(A,B,u) changed to (1-u)*A+u*B (i.e., u=0 => A, u=1 => B)
Mar 6 2002
Numerator and Denominator removed from supp.* and added to
Inline.
Freeze of version 1.2
Febr 26 2002
All supp files moved to SymbolicData (since they concern only the
extended GEO language used in the GEO records).
Febr 13 2002
MuPAD/supp: geo_normalf also for lists. Updated to MuPAD 2.5
syntax (esp. concerning extensive piecewise return values of the
solve function)
Febr 10 2002
red_hom_coords changed to inner function reduce_coords that is
called during the constructors Line() and Circle().
Febr 8 2002
Numerator and Denominator moved to the supp files.
Jan 13 2002
Maple/supp: geo_normalf also for lists
Jan 04 2002
Maple/supp: geo_eliminate, geo_normal, geo_simplify added
MuPAD/supp: geo_normal, geo_simplify added. This file should be
checked against the syntax changes in MuPAD 2.0 !!
Jan 03 2002
In the directory sd-Files all occurencies of pr_circle removed and
circle-slider changed to new syntax.
Dec 28 2001
circle_slider(M,A,u) with new syntax implemented in
reduce.inline, maple.inline
pr_circle (former c1_circle) should migrate to pc_circle.
Reduce/GeoProver.tst: pr_circle removed, circle_slider converted
to new syntax.