From: Anders P. <an...@oj...> - 2006-02-17 14:49:46
|
This release is for Java 5 (1.5) only. If you're not using Java 5 you should stick to version 8. Things have changed. This release is not a drop in replacement for earlier releases - that's normal with ojAlgo. This time there are more than usual changes. The BasicMatrix interface is unchanged! I assume that's important information for many users. Things that have changed include: 1) The array classes have been significantly refactored. 2) BigUtils, PrimitiveUtils and ComplexUtils have been split up in org.ojalgo.constant.* and org.ojago.function.* 3) The JFreeChart extensions has been removed. 4) The default matrix implementation for DefaultFactory is now PrimitiveMatrix. It used to be BigMatrix. 5) A few things I already forgot about... Note: The BasicMatrix interface is unchanged, and if you're not using Java 5 you should stick to version 8. Please report any problems you may have to this list. /Anders |