v0.9.0
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
iscm
,(2 * x) / (x * x)
produces1/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