Skip to content

Releases: virtualcell/vcell

7.7.0.23

17 Mar 15:25
Compare
Choose a tag to compare

What's Changed

Full Changelog: 7.7.0.22...7.7.0.23

7.7.0.22

14 Mar 20:42
daf829f
Compare
Choose a tag to compare

What's Changed

Full Changelog: 7.7.0.21...7.7.0.22

7.7.0.21

09 Mar 03:52
8e7fdad
Compare
Choose a tag to compare

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.)

06 Mar 17:49
Compare
Choose a tag to compare

Further overhaul to CLI, specifically in the mechanism of SolverHandler. Fixes bugs preventing biosim publication.

CLI Overhaul for BioSimulations

25 Feb 20:06
2c6e34d
Compare
Choose a tag to compare

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

25 Feb 00:29
Compare
Choose a tag to compare
7.7.0.18

added vcml to fvsolver input API endpoint with manual patch

7.7.0.17

17 Feb 20:54
3c7f548
Compare
Choose a tag to compare

What's Changed

Full Changelog: 7.7.0.16...7.7.0.17

Fix Python Client For Finite Volume Endpoint

17 Feb 16:10
0770325
Compare
Choose a tag to compare

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)

05 Feb 18:39
1100abf
Compare
Choose a tag to compare

Fixes #1436; other commits brought in.

SBML Spatial To Finite Volume Input

30 Jan 14:15
cdf2777
Compare
Choose a tag to compare
Pre-release

Add an endpoint which allows for SBML spatial files to be uploaded, and then converted into Finite Volume Input files.