Quite a jump. The project has a decent GUI, a PLY-based parser, and a bunch of extra operations that I can't keep track of. This version will probably receive only minor edits before it is released as a beta.
For downloads, your options are:
-Source archive.
-"Independant EXE" for Windows: This form is a collection of files that can run Tablet 83 without any dependencies. Not even Python is needed. Available as a .ZIP or an installer.
-Windows Installer. This one doesn't handle any dependencies (wxPython, Python 2.4), but merely installs the source to the site-packages directory. Only good for the experienced Windows user.
Added code for matrices and lists. Very little testing done on the new math library code, so it very well could be bogus.
With any amount of luck, the next round of alphas will add support for lists, maybe matrices. To test these, list and matrix operations will be added. Existing functions will be updated to support list/matrices as appropriate. Also, accuracy of the trig functions should be worked on...
This alpha should finally be usable...
GUI should be working, the executer was fixed.
The only known bugs are rounding leaves fixed-number of digits and the routines for trig functions aren't the most accurate around.