Skip to content

v0.9.0

Compare
Choose a tag to compare
@zemlyansky zemlyansky released this 09 Nov 09:03
· 148 commits to master since this release

Critical bug found during time-series modeling in Linux and Windows versions.
Download the latest version 0.9.1

New features

  • Units for data, expressions and accumulators
  • Automatically set units for an expression based on the expression itself (if x is cm, (2 * x) / (x * x) produces 1/cm etc)
  • Simulate models with multiple Markov chains simultaneously. Each chain is processed on a separate web-worker.
  • Simulation method is changed automatically when adding new blocks

Bug fixes

  • Fix padding in preview mode
  • Random variables' length parameters now accepts another variables
  • Remove markup creation via innerHTML
  • When an array or tensor is passed as a parameter to RV, iterate over it only in special cases (not always)
  • Fix MAP error when no MAP exist
  • Some styles update