preparation for modularization, correction of copyright date coverage.
[CommonLispStat.git] / external / clem / NEWS
blobb3e7e8b720bea1734c9aa66d492f975eb7517716
2 changes in clem-0.3 relative to clem-0.2 (and older)
4 * Working on better documentation of the CLEM protocol generic
5   functions
6 * Renamed source files from .cl to .lisp and stopped putting fasl's in
7   their own directory.
8 * Added some functions for things like matrix-means and matrix-medians
9 * Lots of bugfixes
11 changes in clem-0.1.11 relative to clem-0.1.10 (and older)
13 * moved gmarkup docs to .sexp docs
14 * added errors for incongruent matrices in mat-mult
15 * added early-matrix.cl and moved some styff that needs to get loaded
16   early there, like the matrix class definition and some matrix
17   condition types
19 * made affine-transformations have only a six-parameter
20   representation, rather than a canonical six and a degenerate seven
21   parameter representation
23 clem-0.1.5 -- Sun Dec  4 23:42:24 2005
25 * fixed some fundamental problems with the metaclass stuff so that
26   classes now inherit metaclass slots from ancestor classes.