Skip to content

CoRC v0.7.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@jonasfoe jonasfoe released this 22 May 17:04
· 87 commits to master since this release
  • Fix system compatility with various linux distros.

    CoRC used to crash on various untested linux distros.
    Compatibility has now been confirmed with Ubuntu (16.04, 18.04, 20.04), CentOS (6, 7, 8), and Fedora (30, 32).

  • Use 'readr' package for write out of experimental data, to prevent erroneous conversion of ´NaN´ to ´NA´.

  • Fix behaviour of autoplot.copasi_ts() function when a timeseries output named 'Time' exists.

    'Time' output used to confilict with the invariant time column.

  • Rework tidyverse dependencies to be more light weight.

  • Minor fixes and code cleanups.