The following warnings occurred: | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Warning [2] Trying to access array offset on value of type null - Line: 4475 - File: inc/functions.php PHP 8.0.30 (Linux)
|
DataMelt 1.2 released - Printable Version +- jWork.ORG forums (https://jwork.org/forum) +-- Forum: DataMelt (/forumdisplay.php?fid=1) +--- Forum: DataMelt news (/forumdisplay.php?fid=2) +--- Thread: DataMelt 1.2 released (/showthread.php?tid=76) |
DataMelt 1.2 released - sergei175 - 07-13-2015 11:53 AM DataMelt 1.2 was released. It contains major enhancements: DMelt libraries: ---------------- 1) Updated java libraries for matrix packages, such as lja4 etc. 2) Financial library finmath is a part of DMelt 3) Support for batch execution of Groovy, BeanShell, JRuby See: http://jwork.org/dmelt/wikidoc/doku.php?id=man:general:run#executing_scripts 4) One can view Javadoc description of any class, use this method: from jhplot import * help.doc(obj) where "obj" is Java object. 5) New canvas HPlotChart that allows to embed JFreeChart and provide methods to export to vector graphics (EPS, PDF, SVG) 7) JFreeChart updated to v1.0.19 6) MS Excel files can be created using Python codding (or Java). A number of examples are added. 7) All macro files can be executed as: dmelt_batch.sh test.py # python dmelt_batch.sh test.groovy # groovy dmelt_batch.sh test.rb # ruby dmelt_batch.sh test.bsh # beanshell dmelt_batch.sh test.m # Octave DMelt IDE: ---------- 1) Java API is integrated with the IDE. Use the mouse to navigate to the "include" line and select "Java API" (membership support). See http://jwork.org/dmelt/wikidoc/doku.php?id=man:general:working_with_ide#lookup_java_api 2) Fixed Java execution using the GUI examples (on Windows) Read the installation instruction S.Chekanov and others, July 8, 2015 |