Changelog jHepWork-2.7(b) ====================== 1) New icons for jHPlot examples 2) New jython 2.5.2r2 release See Jython release notes: http://www.jython.org/latest.html 3) Support for native SQL database reading/writing using SQLite DB (using SQLjet) 4) Support for object database (NeoDatis DB) 5) Jython scripts can be opened or run from URL (the menu "File>Open from URL") Downloaded scripts are located in macros/downloads Only run URL scripts from trusted web sites (like jwork.org)! 6) Fixed method "doc()" for all jhplot classes (shows online help API). Look at the example tools_doc.py 7) "CodeView" feature. See "View->CodeView". In this mode, Python/Jython code is shown as HTML. If a code contains multiline comments, it is considered as a HTML file, with the full set of HTML tags. In addition (attention, scientists!) LaTeX equations can be included into the Jython/Python multiline comments using $$ or $ tags! 8) LaTeX equations can be inserted to the editor (and Python/Jython comments) using DragMath GUI. 9) fixed many small bugs Note: when starting IDE, you may see the message: init: Bootstrapping class not in Py.BOOTSTRAP_TYPES[class=class org.python.core.PyStringMap] This appears from Jython release 2.5.2r2. This message should be ignored. It will be fixed for future Jython releases (it seems it is already fixed in Jython trunk) Given many new features, I will not wait for the stable jython 2.5.2 and releasing this package now. S.Chekanov jwork.org