-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathNEWS
28 lines (20 loc) · 961 Bytes
/
NEWS
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
Let's try this again...
changes in clem-0.3 relative to clem-0.2 (and older)
* Working on better documentation of the CLEM protocol generic
functions
* Renamed source files from .cl to .lisp and stopped putting fasl's in
their own directory.
* Added some functions for things like matrix-means and matrix-medians
* Lots of bugfixes
changes in clem-0.1.11 relative to clem-0.1.10 (and older)
* moved gmarkup docs to .sexp docs
* added errors for incongruent matrices in mat-mult
* added early-matrix.cl and moved some styff that needs to get loaded
early there, like the matrix class definition and some matrix
condition types
* made affine-transformations have only a six-parameter
representation, rather than a canonical six and a degenerate seven
parameter representation
clem-0.1.5 -- Sun Dec 4 23:42:24 2005
* fixed some fundamental problems with the metaclass stuff so that
classes now inherit metaclass slots from ancestor classes.