Changes between Ruby/Mathematica 0.0.2 and 0.0.1a 2002-06-20 * Version 0.0.2 released. * Some critical bugs are fixed. Then I confirm that this version works on Windows. 2001-06-22 * Add Mathematica#register and it seems work. ;) * However Mathematica#main_loop does not work well now. :( Install["try.rb"] cannot returns... X( 2001-06-19 * Add some methods to call ruby method from Mathematica experimentally. These methods are derived from the Perl module Math::ematica. * We decide to use CVS to control versions. Modify a little part of setup.rb to use CVS. (In detail setup.rb ignores any CVS directories now.) * Fix to disown symbols/strings automatically in ext/mathlink/mathlink.c. This idea is derived from the Perl module Math::ematica. Changes between Ruby/Mathematica 0.0.1 and 0.0.1a 2001-06-16 * Ruby/Mathematica 0.0.1a is released alpha. * Mathematica class and Computation class are produced. : lib/mathematica/mathematica.rb * And a document about two classes is prepared. : doc.en/mathematica.html * Authors notice Ruby/Mathematica has a strange problem because of agreement between modules name and classes name. See also README.rd if you want to know in detail. : README.rd * A tiny script to create sources tar-ball automatically is provided. (for developers.) 2001-06-15 * A tiny install-script to search the path of the MathLink library is included. (And install documents is modified.) : ext/mathlink/search.rb * The MathLink License Agreement is included. (And readme documents is modified.) : ml_licence.html See also http://www.wolfram.com/solutions/mathlink/license.html. 2001-06-13 * We register this library version 0.0.1 at RAA and MathSource. 2001-06-11 * A description of MathLink class is automatically created now by rdtool. (for developers.) For Ruby/Mathematica version 0.0.1 2001-06-10 * Ruby/Mathematica library is just started. ---------------- Local variables: mode: text fill-column: 76 End: