fbergmann
released this
07 Aug 15:12
·
15 commits
to setuptools_cmake
since this release
This is mostly a bug fix release enhancing stability and improving
performance when validating models. Main points:
- support compilation when using libxml 2.12.0 and later
- improved performance when testing for assignment cycles
- cmake build system honors the BUILD_SHARED_LIB flag if defined
What's Changed
- FIX: support compilation with libxml2 2.12.0 by @mtasaka in sbmlteam/libsbml#358
-
- ensure expat can be found when crosscompiling by @fbergmann in sbmlteam/libsbml#368
- Replace deprecated unittest.makeSuite() by @penguinpee in sbmlteam/libsbml#370
- Disable csharp build on nightly macOS runs by @fbergmann in sbmlteam/libsbml#371
- add printf style formatting to Rf_error calls by @spotaws in sbmlteam/libsbml#375
- Assignment cycle optimization by @fbergmann in sbmlteam/libsbml#377
- Allow FBC objects to be used in both L3v1 and L3v2 core documents. by @luciansmith in sbmlteam/libsbml#362
- Change model failures to slightly more likely mistake. by @luciansmith in sbmlteam/libsbml#373
- Enable CMake user option
BUILD_SHARED_LIB
by @Waschina in sbmlteam/libsbml#366 - Remove all checks for SBML core version when adding package elements. by @luciansmith in sbmlteam/libsbml#380
- Prepare 5.20.4 release by @fbergmann in sbmlteam/libsbml#381
New Contributors
- @mtasaka made their first contribution in sbmlteam/libsbml#358
- @penguinpee made their first contribution in sbmlteam/libsbml#370
- @spotaws made their first contribution in sbmlteam/libsbml#375
- @Waschina made their first contribution in sbmlteam/libsbml#366
Full Changelog: sbmlteam/libsbml@v5.20.2...v5.20.4