Changeset 67 for ChangeLog

Show
Ignore:
Timestamp:
06/05/08 16:46:53 (6 months ago)
Author:
pernet
Message:

minor fixes for release 1.3.3

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • ChangeLog

    r47 r67  
     12008-06-05 v1.3.3 
     2        * fix the design of specializations to modular<double> modular<float> 
     3        * give a proper name to ModularBalanced 
     4        * fix the bugs in the bound computations (Winograd recursion over the 
     5        finite field was too deep) 
     6        * prepare the interface for integrating compressed representation for 
     7        small finite fields 
     82007-09-28 v1.3.2 
     9        * add routines fgetrs and fgesv (cf LAPACK), for system solving. 
     10          supports rectangular, over/underdetermined systems. 
    1112007-08-29 v1.3.1 
    212        * add the benchmark directory, for automatic benchmarking against GOTO