[Mathlib-update] JMathLib Release of Version 0.5.0
Status: Beta
Brought to you by:
st_mueller
From: Stefan M. <st...@he...> - 2006-01-09 18:19:17
|
Dear all, I just released a new version of JMathLib (Version 0.5.0). The main new feature for JMathLib is that it is now possible to use an automatic Installer for Windows systems. Now more handwork necessary. You can find the new release at: http://sourceforge.net/project/showfiles.php?group_id=24886 Please find the changelog below: 2006/01/07 stefan * creation of release 0.5.0 2006/01/07 stefan + license.txt new license file stefan + JMathLib.nsi NSI installer which works as a starter for JMathLib. Now it is possible to start JMathLib with a mouse click on windows systems. stefan + JMathLibInstatt.nsi NSI installer for JMathLib. It creates an exe-file which contain all necessary files and can be used as an easy to use installer on Windows systems. 2005/10/15 stefan + ChangeLog.txt moved old history to new changelog file stefan * MathLib/Tokens/*.java removed not necessary constructors 2005/06/12 + MathLib/Functions/SFunction.java template for SFunctions + MathLib/Functions/SFunctions/ directory for SFunctions 2005/05/05 * MathLib/Tools/TestSuite/Functions/String/AllTests.java * MathLib/Tools/TestSuite/Functions/String/testNum2str.java + MathLib/Tools/TestSuite/Functions/String/testLower.java + MathLib/Tools/TestSuite/Functions/String/testUpper.java + MathLib/Tools/TestSuite/Functions/String/testStr2num.java * MathLib/Tools/TestSuite/Functions/Crypto/AllTests.java + MathLib/Tools/TestSuite/Functions/Crypto/testAES.java 2005/05/01 + MathLib/Functions/Crypto + MathLib/Functions/Crypto/AES.java the AES (Advanced encryption standard) algorithm + tests for AES + MathLib/Functions/String/str2num.java # MathLib/Functions/String/num2str.java * MathLib/Interpreter/Interpreter.java and the getString(string) method 2005/04/01 + MathLib/Functions/FunFun/feval.java external function for evaluating functions. first version 2005/03/28 + MathLib/Functions/FunFun new dirctory for functions on functions + MathLib/Functions/FunFun/euler.java integration method named after Euler 2005/03/13 # MathLib/Tokens/FunctionToken.java added cloning of UserFunctions so that the m-script or m-function stays untouched after evaluating its code 2005/01/31 # MathLib/Functions/ExternalClassLoader.java had a problem with JDK1.4.2_06. changed loading of classes 2005/01/08 * MathLib/Functions/FunctionManager.java support for loading m-files via the applet version * MathLib/Functions/MFileLoader.java support for loading m-files via the applet version + MathLib/Functions/Demos/demo001.m automatic demo * webFunctionsList.dat and created newest version. changed format shlightly. Now starts with "MathLib/..." # createFunctionsList.java and now use relative paths to class, m-files 2005/01/05 # JMathLib.html did contain some wrong html and javascript code 2005/01/04 * MathLib/Tools/TestSuite/Functions/AllTests.java added link to Grahics + MathLib/Tools/TestSuite/Functions/Graphics/AllTests.java + MathLib/Tools/TestSuite/Functions/Graphics/Graph3d/AllTests.java + MathLib/Tools/TestSuite/Functions/Graphics/Graph3d/testMeshgrid.java added test cases for meshgrid # MathLib/Tokens/Expression.java for evaluation of e.g. [x,y]=meshgrid, number of left handside argument has not been assigned With kind regards, Stefan Mueller. |