Skip to content

CoRC v0.9.0

Compare
Choose a tag to compare
@jonasfoe jonasfoe released this 22 Nov 23:52
· 51 commits to master since this release
  • Fixed a major issue with addExperiments(), where some experimental data was lost or misassigned.

    addExperiments() is also used by runParameterEstimation() and setParameterEstimationSettings().

  • Deprecated the name parameter of setParameters().

    Renaming parameters on a per reaction basis is not supported by COPASI.

  • Improved consistency of fetching of models from URLs.

  • Adjusted for new BioModels URL scheme.

    Added biomodels_url() helper function to assist with generating URLs where desirable.

  • Added support for Combine archives via loadCombineArchive() and saveCombineArchive().

  • Minor fixes and code cleanups.