RE: [IronPython] IronPython 0.7.3 Released

2005-04-26 Thread Keith J. Farmer
Out of curiosity, is there a feel for when 1.0 should be reached (excluding bug fixes), or some other roadmap? <>___ users-ironpython.com mailing list users-ironpython.com@lists.ironpython.com http://lists.ironpython.com/listinfo.cgi/users-ironpython.c

[IronPython] IronPython 0.7.3 Released

2005-04-26 Thread Martin Maly
Hello IronPython community, Today we have released IronPython 0.7.3. The main changes over the 0.7.2 release are: * Operator overloading. Following code now works in IronPython: ... x = Mapack.Matrix.Random(2,3) y = Mapack.Matrix.Random(3,5) x * y * Empty construct