Releases: virtualcell/vcell
Releases · virtualcell/vcell
7.7.0.23
7.7.0.22
What's Changed
- Field Data From Simulation by @AvocadoMoon in #1457
Full Changelog: 7.7.0.21...7.7.0.22
7.7.0.21
What's Changed
- SpringSaLaD is enabled by default by @danv61 in #1446
- add API endpoint to generate fv solver input from vcml by @jcschaff in #1445
- Langevin input file gets wrong particle location name by @danv61 in #1454
- native compilation of new vcell-nativelib for pyvcell by @jcschaff in #1452
Full Changelog: 7.7.0.20...7.7.0.21
CLI Overhaul for BioSimulations (Cont.)
Further overhaul to CLI, specifically in the mechanism of SolverHandler. Fixes bugs preventing biosim publication.
CLI Overhaul for BioSimulations
This should create a massive speed-up for spatial models, while fulfilling the need for plots-as-reports on BioSimulations.
add API endpoint from VCML file to FiniteVolume solver input files
7.7.0.18 added vcml to fvsolver input API endpoint with manual patch
7.7.0.17
What's Changed
- Fix sbml debug log error by @AvocadoMoon in #1443
Full Changelog: 7.7.0.16...7.7.0.17
Fix Python Client For Finite Volume Endpoint
The python client was not uploading files to the finite volume API endpoint because it was using a 'GET' request. Now that the endpoint has been set to a 'POST' request it has been fixed.
Fixing Geometry Editing (+ More)
Fixes #1436; other commits brought in.
SBML Spatial To Finite Volume Input
Add an endpoint which allows for SBML spatial files to be uploaded, and then converted into Finite Volume Input files.