All releases tagged Minor feature enhancements


Release Notes: Support for reading and writing Matlab "mat" files has been added, making it possible to read in Matlab multidimensional arrays as SST multidimensional arrays, and vice versa. Numerous elementwise operations have been added to multidimensional arrays. Mean filters have been added. A defect that caused class loading mechanisms to generate an excessive number of temporary files has been fixed.


Release Notes: An image and signal processing chapter has been added to the user manual. The asynchronous networking package has undergone bugfixes and interface improvements. Unit tests have been improved. Many classes now have an appropriate toString() method. A Linux distribution now contains precompiled shared libraries for your convenience.


Release Notes: The Event interface definition has been augmented to include the event type enumeration as a generic parameter. A first draft of the networking chapter has been added to the user manual. Numerous improvements to the networking layer and its unit tests have been made. Multidimensional arrays now support uSin, uCos, and uAtan operations.


Release Notes: A Win32 build is now supported. It contains precompiled DLLs with statically-linked FFTW3. shared.net.SynchronousConnection was introduced, which is built on top of the asynchronous networking layer, but supports synchronous behavior with blocking input/output streams. The SST source is now Java 1.5 compatible. Take note that it still links to some methods (i.e., java.util.Arrays#copyOf) that are in JDK 1.6 only. Color maps for intensity images were introduced. The license terms and assigned copyrights were updated.