Skip to content

Releases: virtualcell/libvcell

Restore glibc 2.28 to deployment scripts

09 Jun 18:14

Choose a tag to compare

We have collaborators whose HPC runs an older version of linux, that only goes up to glibc 2.28. We've recently stopped supporting 2.28, because we can not build a python3.14 version of libvcell, while also using manylinux_2_28 images to do so without creating a custom workflow for it and all future versions of python. Also, glibc 2.28 is many, many versions of linux old (CentOS 8 was still around, for example).

Solution is to build with both, and exclude building later versions of python with manylinux 2.28

Adding python 3.10 to official releases

21 May 16:10

Choose a tag to compare

We build and test for python 3.10, so we're editing the pyproject to reflect that.

Expanding compatability

11 May 20:24

Choose a tag to compare

Increases backwards and forwards compatibility

Exposed NumExpr expressions for post-processing

02 Apr 21:59

Choose a tag to compare

For PyVCell to process expressions, we need to provide them in a specific format used by the python library NumExpr. This release includes the features necessary to do that.

0.0.14.4

05 Mar 21:47

Choose a tag to compare

Exposes VCell's new python-infix notation generation for Expressions

0.0.13

10 Apr 05:31
065b256

Choose a tag to compare

What's Changed

Full Changelog: 0.0.12...0.0.13

0.0.12

05 Apr 03:14
4848653

Choose a tag to compare

What's Changed

  • fix field data fvsolver input file generation with null sim key by @jcschaff in #9

Full Changelog: 0.0.11...0.0.12

0.0.11

04 Apr 23:14
bd31fb6

Choose a tag to compare

What's Changed

  • export SBML with compatable units and optional validation by @jcschaff in #8

Full Changelog: 0.0.10...0.0.11

0.0.10

04 Apr 18:31
8df4045

Choose a tag to compare

What's Changed

  • support image-based field data from pyvcell by @jcschaff in #7

Full Changelog: 0.0.9...0.0.10

0.0.9

04 Apr 13:56
3ae5e81

Choose a tag to compare

What's Changed

  • resampled fdat file for field data should use simID from simulation by @jcschaff in #5
  • sbml and vcml file import/export/validation by @jcschaff in #6

Full Changelog: 0.0.8...0.0.9