Releases: virtualcell/vcell-fvsolver
Release list
0.10.5
We previously took system libs in /usr/lib, and set their discovery path to be relative, when in fact we could not, and did not, copy them into the tarball
Also: Now only requiring glibc 2.28 to support older Operating Systems.
Fix bugs with CD pipeline
Issues with previous release were found with windows build in CI/CD. This release contains the fix.
Align Python and c++ version numbers
0.10.3 align python version with c++ version
Raise Python Version Ceiling
Increased the maximum python version for wheels to 3.14
Smoldyn Hashing & CI/CD Upgrades
Upgrading some of Smoldyn to use HashTables for speed, and upgrading CI/CD to use LLVM tooling. See PR#11 for details.
pypi-0.1.1
Bugfixes for Docker and Test Improvments
Fixes problems with the docker-based version of the solvers, fixing memory leaks and other problems.
Also, adds a Smoldyn smoke-test.
Smoldyn Speedup and Test Improvement
Replaces linear probing of string in Smoldyn with much faster hashing (c-style data structures included).
add unit tests for c++ and python bindings, PyPI 0.1.0
add unit tests for c++ and python bindings
publish to PyPI as 0.1.0
build Smoldyn in Docker and add bin directory to path
build Smoldyn in Docker
add bin directory to path to allow easy invocation by solver name