Releases: vivarium-collective/biosimulator-processes
Releases · vivarium-collective/biosimulator-processes
2025 Q1 Update
What does this update bring?:
- Adds process implementation of
pymem3dg
inbsp.processes.simple_membrane_process.SimpleMembraneProcess
. - Other fixes and clean-ups as needed.
Comparison integration
This release introduces a series of classes which inherit from the UniformTimeCourse
step base.
Full Changelog: v0.0.25...v0.0.26
Q1_2024_release
What's new?:
- Fixes an issue with process result retrieval from composite emitter.
- Performs "housekeeping" on existing
TelluriumProcess
andCopasiProcess
process_bigraph.Process
implementations. - Adds
AmiciProcess
tobiosimulator_processes/processes
library. - Creates and adds
ODEComparator
process toprocesses
library for simulator comparison. - Adds
./compare_api
library which contains the spec and logic for the Compare REST API.