Skip to content

v1.2

Latest
Compare
Choose a tag to compare
@frothga frothga released this 11 Feb 00:03
· 192 commits to master since this release

Relative to release 1.1, this release offers:

  • Improvements to UI, including the ability to zoom in/out of the graph.
  • Automatic detection of temporary variables, with optimal cycle-breaking. This involves a minor change to the assignment operator which is done automatically during an upgrade to ...
  • File schema 3
    • Uses less space.
    • Stores GUI coordinates in a scale-independent way.
    • We recommend that you commit any changes to your models before launching the updated app, as the upgrade to schema 3 will produce many small changes not directly related to your work.
  • C backend support for
    • Video I/O via FFmpeg.
    • Export model as a native library (shared or static).
    • Multiple compilers: g++, clang, and cl (Miscrosoft).
    • Fixed-point arithmetic.
  • Hyperparameter sweeps and optimization using Levenberg-Marquardt algorithm.
  • Bibliography import/export.

For developers:

  • Maven build system for dependency management.
  • Apache SSHD rather than JSch for ssh support.
  • Requires Java 15 or later to compile/run.