All releases of FlowDesigner


Release Notes: A new Qt GUI is under construction. This release is working with 64-bit processors. GNOME GUI updates. Slowly migrating to a CMake-based build system. Win32 and OS X support (binaries are available). FD namespace. This release can use Octave scripts with specific Octave Nodes.


Release Notes: Code was added in the FD namespace. Minor autoconf script changes were made. Resizeable node copy now works properly. Static variables are now properly initialized for GCC 4.x. Minor templates fixes were made and an initial Cygwin port was created.


Release Notes: Added the ability to create notes in the user interface, implemented importing and exporting of existing networks, and fixed the node parameter dialog.


Release Notes: This release includes new URL streams that can be specified by users at run time by using tcp:host:port, file:filename, etc. There is an automatic type conversion when using RCPtr = ObjectRef. Parameters passing at run-time from document parameters was fixed. This version now works with MARIE, fixes the String serialization, adds Vector conversion with toInt and toFloat nodes, and removes ownership on sockets, which caused exceptions on some systems. The Octave plugin now parses Octave file and executes properly, and a lot of operators on basic types were added, including add, sub, mul, div, and concat.


Release Notes: This release fixes many build problems and includes multiple GUI improvements, better node documentation, new nodes, and more.


Release Notes: This release uses libxml2. The initialization procedure and Feedback.cc were updated.


Release Notes: specificInitialize() has been renamed to initialize(). This affects those who write their own nodes. There is some new documentation. Cancelling a program with the "stop" button has less chance of causing a crash. CAllPole was renamed to IIR, making it more clear what the node is doing. There are various GUI improvements, many bugfixes, real-time clock (/dev/rtc) support for timing/waiting, and user-defined struct-like types through the use of the MakeComposite and GetComposite nodes.


Release Notes: Many improvements to the gnome GUI (copy/paste, tooltips, bugfixes, etc.), improved C++ code generation (generated code can now be compiled on Win32), basic networking support, improved debugging, speed improvements (including auto-detection of 3DNow! and SSE), overflow "shell scripts" (#! files), and bugfixes were added. Code was cleaned up and simplified.


Release Notes: A major bug was fixed in the GMM code. The first working version of the Fuzzy Logic toolkit was added. It is now safe to install overflow with --prefix=/usr. The core of Overflow (not the GUI) was ported to Win32. The first working version of the C++ code generator was added. Instead of saving into a XML file, C++ code is generated and can be built to produce stand-alone applications using dynamically loaded toolboxes.


Release Notes: New features include binary I/O (serialization/unserialization) of objects, major improvements to object ASCII I/O (mostly with the Vector type), the ability to pass any object type as a parameter from the GUI, gcc 2.96-RH support, performance improvements, fixes for Piper (http://bioinformatics.org/piper/) compatibility, and several new nodes. A default FFT implementation is now used when FFTW is not available.