Skip to content

v1.6.3

Choose a tag to compare

@ethangreen-dev ethangreen-dev released this 20 Jul 20:04
664194a

GillesPy2 Release v1.6.3

Changes

  • Initial implementation of the Tau Hybrid C++ solver.
  • ODE C++ solvers can now accept non-integer initial populations.

Technical Changes

  • PR #557: Initial implementation of the C++ Tau Hybrid solver.
  • PR #575: ODE C++ solvers can now accept non-integer initial populations.
  • PR #576: Simplified dependency lists and standardized target names in the c_base Makefile.
  • PR #579: Updated gillespy2.solvers.numpy.base_ solver documentation with deprecated-on notice.
  • PR #575: Fixed a C++ solver build failure in certain environments that was caused by compiler type narrowing errors.