-
Notifications
You must be signed in to change notification settings - Fork 31
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Release 0.24.0 #2406
Release 0.24.0 #2406
Conversation
* Ensure initial state parameters are always fixed parameters * Ensure initial concentration for preequilibration and simulation are both set in both phases to avoid NaN issues * Fix initialAssignment handling during PEtab import (missed in #2359)
Fixes cmake-install failures during model import in cases where BLAS was not found via FindBLAS. Needs a prettier solution at some point, but it does the job for now.
A few recently added members were missing. Constraints were not copied when cloning a Solver.
* Update valgrind suppressions
This reverts commit 6bbcde2. Fixed in sphinx 7.3.6 (https://www.sphinx-doc.org/en/master/changes.html)
#2401) …annotations Should cover everything currently present in `amici.py`, except for overloaded methods. Exclude two methods from swig interface that aren't easily usable from Python.
`import exhale_multiproject_monkeypatch` fails on some systems due to unclear sys.path issues. Therefore, we need to adjust sys.path manually.
So far, only the explicitly listed attributes are accessible directly via SwigPtrView. Things like ReturnData.ny are only available through ReturnDataView.ptr.ny, which is inconvenient. Let's just look all non-private attributes that are not already explicitly handled by SwigPtrView on _swigptr and return them as is.
So far, CMakeLists.txt only provided a path hint for sundials for the standalone c++ library, but not for the python package. The latter should be added to ensure the right sundials version is found. There have been issues with system installations of sundials. Closes #2394
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #2406 +/- ##
==========================================
+ Coverage 77.73% 77.82% +0.09%
==========================================
Files 324 324
Lines 20864 20895 +31
Branches 1458 1458
==========================================
+ Hits 16219 16262 +43
+ Misses 4642 4630 -12
Partials 3 3
Flags with carried forward coverage won't be shown. Click here to find out more.
|
* KissVen2024 * ..
Quality Gate passedIssues Measures |
This will be the last release supporting Python 3.9 (#2391)