Skip to content

Releases: virtualcell/vcell-solvers

update python from 3.9 to 3.10 for compatibility with vcell-batch

13 Nov 20:15
Compare
Choose a tag to compare
v0.8.2

generalize HDF5 lib directory for macos amd64

smaller 2 stage build for Docker container

12 Aug 12:19
Compare
Choose a tag to compare
v0.8.1.3

smaller multistage builds

2 stage docker build and CVODE smoke test

30 Jul 03:50
Compare
Choose a tag to compare
v0.8.1.2

2 stage Docker build to reduce size for singularity

smoke test for CVODE and simplified Dockerfile

30 Jul 01:00
Compare
Choose a tag to compare
0.8.1.1

Simplified single-stage Dockerfile

cross platform smoke test for NFsim

28 Jul 16:13
Compare
Choose a tag to compare
v0.8.1

smoke test for NFsim runs with bash and python3 on all platforms

Unified build on Github for Docker, Linux, macos_arm64, macos_x86_64, windows

25 May 23:47
8b020bb
Compare
Choose a tag to compare

This is a prerelease version which does not include the Chombo solver - which has multiple nonstandard builds. The focus of this version is to create a good baseline for future work on individual solvers on multiple platforms (Docker, Linux, macos_arm64, macos_x86_64, windows). All builds use CMake and target LLVM toolchains.

MovingBoundary solver on MacOS

11 Feb 21:53
Compare
Choose a tag to compare

replaced all SVN versions with git versions
built MovingBoundary solver on MacOS

fixed runtime error in NFSim solver for Macos

09 Feb 15:42
Compare
Choose a tag to compare

fixed runtime error in NFSim solver for Macos

Solve syntax issues resulting in bad windows compression in GH actions

30 Jan 13:25
Compare
Choose a tag to compare

Just needed to fix problems with GH action;

Fix issues with FV and Gibson Solver

29 Jan 16:35
Compare
Choose a tag to compare
Pre-release

FV solver had a bug with char-buffers being overflowed when the file length was just too much. We switched to std::string

Gibson Solver has messaging problems, as the messaging single had to be manually initialized, and never was. Cleaned up the constructors and called the initialization method.