Matrex is an easy to use vectorial spreadsheet. It is better than usual spreadsheets when working with big data amounts coming from databases, files, network. It is strongly multithreaded, expandable and improves readability. Adapters to matlab, scilab, octave, R.
Requirements:
· Java
What's New in This Release: [ read full changelog ]
GUI:
· Project diagram.
· Plugins dialog has been evolved to a more general locations dialog.
· If a toolbar becomes too small to contain all buttons, it displays a menu containing the missing buttons.
· Progress bar that shows loading of the single items of a project.
· The matrix editor has a toolbar, to make the GUI uniform in the whole application.
Internal:
· Configuration files containing the location of the other Matrex files (see locations dialogs). With this Matrex becomes easy to package for specific operating systems.
· Able to read/write tab separated files (together with the CSV files).
Test:
· More unit testing. The idea is to have a set of tests to fire to check the project before each release.
· GUI unit testing of an editor (Function Editor) with SWTBot.
· Used Findbugs (http://findbugs.sourceforge.net) annotations.
Other:
· Bugs fixed.