[Mathlib-update] JMathLib 0.9.0
Status: Beta
Brought to you by:
st_mueller
From: Stefan M. <st...@he...> - 2008-06-08 07:55:11
|
Dear everybody, I just released a new version of JMathLib 0.9.0 please see the changelog below. Feedback is, as usual, appreciated. Kind regards, Stefan. ---- Functional Changes: version 0.8.0 -> 0.9.0 ----- New functions: autumn, bone, brighten, cla, clf, colormap, cool, copper, dbquit, func2str, gca, gcf, get, global, gray, gray2ind, hot, isfunctionhandle, isglobal, isstudent, jet, ntsc2rgb, pink, polar, rainbow, set, spring, str2func, summer, ver, version, white, winter Updated functions: addpath, blanks, checkForUpdates, load, num2str, patch, path, rehash, runfile, substring 2008/06/06 stefan * updated Installer to new version and skin of NSI 2008/06/01 stefan * JMathLibInstall.nsi updated to new GUI and some minor changes 2008/05/22 stefan + toolbox/jmathlib/system/ver.java stefan + toolbox/jmathlib/system/version.java 2008/04/30 stefan # toolbox/trigonemetric/tanh.java fixed a null-pointer bug stefan # core/functions/FunctionManager.java possible error 2008/03/23 stefan + toolbox/general/func2str.java stefan + toolbox/general/str2func.java stefan + toolbox/general/isfunctionhandle.java stefan + toolbox/general/isstudent.java stefan + core/tokens/FunctionHandleToken for function handles stefan * core/interpreter/LexicalAnalyser added function handles stefan + core/tokens/ClassdefToken for defining the new Matlab classes 2007/10/29 stefan + dbquit.m immediately stops debugging (calls setdebug(1)) 2007/10/16 stefan * FigureObject.java added support for "name" and "menubar" properties 2007/10/14 stefan + FunctionalHandleProperty.java first version stefan * moved core objects to new directories stefan * more properties to FigureObject, GraphicalObject 2007/10/06 stefan * get.java added support for color property stefan * figure.java added support for figure() without arguments 2007/10/03 stefan + added new property Colormap 2007/09/16 stefan * toolbox/io/load.java bugfix for documentation stefan * toolbox/io/runfile.java bugfix for documentation stefan * send emails after comitting to mat...@li... 2007/09/10 stefan * toolbox/deprecated added some documentation stefan * toolbox/finance added some documentation jmh * toolbox/string/num2str, core/tokens/CharToken now formats a bit more like matlab. More work to be done. 2007/09/08 stefan * toolbox/control/* added some minor documentation details stefan * handling of "return" command moved to function token stefan * FunctionToken.java stefan - _return.java stefan - return.m stefan # is_abcd.m bugfix for non-square matrices stefan * UInt8NumberToken added "subtract" 2007/08/25 stefan * worked a lot on installers and distribution generator stefan * new directory installer/ stefan * new directory upload/ stefan * build.xml, build.properties changes due to new distribution 2007/08/19 stefan + committed lots of files to new repository 2007/08/18 stefan + switched development over to a subversion repository 2007/08/14 jason * SwingGUI.java added requestFocus after starting jason # num2str.java bugfix jason # AddPath.java bugfix jason # rehash.java bugfix jason + testGlobal.java new tests jason * testNum2Str.java new tests jason * Functions/* corrections and add on to rehashing of functions 2007/08/13 jason + major update to the swing user interface 2007/07/28 stefan * ui/questdlg.java modal dialog with choice 2007/07/08 stefan + Graphics/CartesianAxesObject.java extends AxesObject.java for better separation of various axes: polar, cartesian, 3D,... 2007/07/08 stefan * Functions/Graphics/Graph2d/polar.java when called as polar([3,5,3])add an x-axis like [1,2,3] instead of [0,1,2] stefan * Functions/Graphics/Graph2d/plot.java when called as plot([3,5,3])add an x-axis like [1,2,3] instead of [0,1,2] stefan * Graphics/LineObject.java enhancements for polar plots stefan * Graphics/PolarAxesObject.java enhancements for polar plots 2007/07/01 stefan * Functions/Finance/vol.m copied from Octave stefan # Functions/String/_double.java added DoubleNumberToken as input stefan * Functions/miscellaneous/single.m copied from Octave 2007/06/23 stefan - removed a lot of files from the Classes-subdirectories. 2007/06/22 stefan # minor corrections to SwingGUI stefan + Classes/MathLib/work for local and private work of the user standard search path 2007/06/15 stefan + Documentation/src/graphics.xml for documentation of the graphical subsystem 2007/06/07 stefan - Functions/Graphics/Graph3d/path.java wrong file name stefan + Functions/Graphics/Graph3d/patch.java new file name stefan * Functions/String/Blanks.java replaced checkArguements() stefan * Functions/String/SubString.java replaced checkArguements() stefan + readme_how_to_contribute.txt 2007/06/07 jason + Functions/FunctionLoader.java abstract class for all function loaders jason * Functions/General/getPFileCaching.java changes due to new path-system jason * Functions/General/setPFileCaching.java changes due to new path-system jason * Functions/System/path.java changes due to new path-system jason * Functions/System/createfunctionslist.java changes due to new path-system jason * Functions/System/addpath.java changes due to new path-system jason * Functions/System/rmpath.java changes due to new path-system jason * Interpreter/Flags.java changes due to new path-system jason * Interpreter/Interpreter.java changes due to new path-system jason * Interpreter/RootObject.java changes due to new path-system jason * Functions/ExternalFunctionClassloader.java changes due to new path-system jason + Functions/FileFunctionLoader.java changes due to new path-system jason + Functions/FunctionPathBroker.java changes due to new path-system jason * Functions/MFileLoader.java changes due to new path-system jason + Functions/MFileWebLoader.java changes due to new path-system 2007/06/06 stefan * Functions/System/checkForUpdates.java added separate thread class for checking the updates. stefan * UI/AWT/GUI.java added check for updates during startup 2007/05/19 stefan * Functions/General/clear.java support for global variables stefan * Functions/General/whos.java support for global variables stefan + Functions/General/global.java stefan + Functions/General/isglobal.java stefan * Interpreter/* stefan * Tokens/* 2007/05/17 stefan * Graphics/*.* lot of changes to handle graphics stefan * Functions/Graphics/set.java more features stefan * Functions/Graphics/get.java more features 2007/05/13 stefan * Functions/Graphics/gcf.java stefan + Functions/Graphics/set.java stefan + Functions/Graphics/get.java stefan + Graphics/Properties/ moved all property files to new location stefan + Graphics/Properties/DoubleStructProperty.java stefan + Graphics/Properties/UnitsProperty.java 2007/05/12 stefan + Functions/Graphics/gcf.java get current figure stefan + Functions/Graphics/gca.java get handle to current axes stefan + Functions/Graphics/clf.java clear current figure stefan + Functions/Graphics/clf.java clear current axes 2007/05/07 stefan * Graphics/FigureObject.java more menu items 2007/05/06 stefan * Interpreter/Interpreter.java disabled rehashing for applet-version 2007/05/02 stefan * Tokens/NumberTokens/DoubleNumberToken.java support for 2+'abc'+44 |