-
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.11.13 #1431
Release 0.11.13 #1431
Commits on Jan 28, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 8d4b5b2 - Browse repository at this point
Copy the full SHA 8d4b5b2View commit details
Commits on Jan 29, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 8c440e9 - Browse repository at this point
Copy the full SHA 8c440e9View commit details -
Cleanup Python package building (#1384)
* Use PEP 517 pyproject.toml (taking proper care of dependencies of setup.py itself) * Use setup.cfg * NOTE: creating a source distribution now requires https://github.com/pypa/build (or manual installation of the build requirements)
Configuration menu - View commit details
-
Copy full SHA for d7392e2 - Browse repository at this point
Copy the full SHA d7392e2View commit details -
Don't override user-provided compiler/linker flags (#1389)
Allows specifying e.g. `-fno-openmp` via AMICI_CXXFLAGS
Configuration menu - View commit details
-
Copy full SHA for 3e50a8d - Browse repository at this point
Copy the full SHA 3e50a8dView commit details -
Require CMake>=3.3 for generated models (#1387)
Fixes CMake deprecation warning
Configuration menu - View commit details
-
Copy full SHA for c432a0b - Browse repository at this point
Copy the full SHA c432a0bView commit details -
Fix PEtab observables for pysb models (#1390)
Petablint previously failed if observableFormula or noiseFormula contained pysb observables or expressions
Configuration menu - View commit details
-
Copy full SHA for f02b08b - Browse repository at this point
Copy the full SHA f02b08bView commit details
Commits on Jan 30, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 438d8ce - Browse repository at this point
Copy the full SHA 438d8ceView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3cc42a6 - Browse repository at this point
Copy the full SHA 3cc42a6View commit details
Commits on Jan 31, 2021
-
Update scripts/downloadAndBuildSwig.sh to swig 4.0.2 (#1394)
and support paths containing spaces
Configuration menu - View commit details
-
Copy full SHA for 4cf9473 - Browse repository at this point
Copy the full SHA 4cf9473View commit details
Commits on Feb 1, 2021
-
Upgrade to sundials 5.7.0 (#1392)
* Upgrade to sundials 5.7.0 * Disable shared libs * No __attribute__ ((__deprecated__)) for msvc * Revert "No __attribute__ ((__deprecated__)) for msvc" This reverts commit 8dfac2b. * No __attribute__ ((__deprecated__)) for msvc * Fix error C2059: syntax error: 'constant'? * DBG * d'oh * .. * SUNDIALS_DEPRECATED * SUNDIALS_DEPRECATED for __GNUC__ * update error code for singular jacobian and add static assert Co-authored-by: Fabian Fröhlich <[email protected]> Co-authored-by: FFroehlich <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for b94525e - Browse repository at this point
Copy the full SHA b94525eView commit details -
Refactor amici::Model - extract ModelDimensions (#1395)
* Extract ModelDimensions from Model update code generation and templates * Regenerate test models * update tests * Update serialization * Extract ModelDimensions from ReturnData * Update operator== * Swig: order matters * const& * static cast const&
Configuration menu - View commit details
-
Copy full SHA for 3a05767 - Browse repository at this point
Copy the full SHA 3a05767View commit details -
Configuration menu - View commit details
-
Copy full SHA for 161ce20 - Browse repository at this point
Copy the full SHA 161ce20View commit details -
account for heaviside functions in expressions (#1382)
* account for heaviside functions in expressions * fix adjoint events if event coincides with datapoint * fixup * fix cassert * enable starting in an event * change assert to exception * fixup adjoint * fixup heaviside implementation * fix xdot backsubstitutions * reinit heaviside after pre-simulation/equilibration * fix heaviside initialization * add documentation, fix cpp Heaviside implementation * disable Chen because that model is just awesome * update unittest
Fabian Fröhlich authoredFeb 1, 2021 Configuration menu - View commit details
-
Copy full SHA for 88ba9bd - Browse repository at this point
Copy the full SHA 88ba9bdView commit details
Commits on Feb 2, 2021
-
Avoid segfault in cvodes CVAdataStore (#1400)
Re-apply #1351 to updated sundials
Configuration menu - View commit details
-
Copy full SHA for 8f7ef5c - Browse repository at this point
Copy the full SHA 8f7ef5cView commit details -
Refactor Model: Extract ModelStateDerived (#1399)
* Refactor Model: Extract ModelStateDerived * Remove unused my_ and mz_ * Use swig 4.0.2 for docs
Configuration menu - View commit details
-
Copy full SHA for 8c7aada - Browse repository at this point
Copy the full SHA 8c7aadaView commit details -
Unspecified initial states in PEtab conditions table default to SBML …
…initial value (#1397) * unspecified initial states in PEtab conditions table default to SBML initial value * review, fix f-string * review * review Co-authored-by: Fabian Fröhlich <[email protected]> Co-authored-by: Daniel Weindl <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 19d3a06 - Browse repository at this point
Copy the full SHA 19d3a06View commit details
Commits on Feb 3, 2021
-
fix timepoint out of bounds access (#1402)
Fabian Fröhlich authoredFeb 3, 2021 Configuration menu - View commit details
-
Copy full SHA for afcb2e2 - Browse repository at this point
Copy the full SHA afcb2e2View commit details
Commits on Feb 4, 2021
-
Python: Add numpy minimum version requirements (#1403)
Should prevent errors like ``` RuntimeError: module compiled against API version 0xe but this version of numpy is 0xd [...] ImportError: numpy.core.multiarray failed to import ```
Configuration menu - View commit details
-
Copy full SHA for bb9706c - Browse repository at this point
Copy the full SHA bb9706cView commit details
Commits on Feb 6, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 0a85246 - Browse repository at this point
Copy the full SHA 0a85246View commit details
Commits on Feb 11, 2021
-
Refactor(C++): Extract SimulationParameters from Model and ExpData (#…
…1407) This allows using Model without ExpData unless there really are measurements. Also avoids having to add any new member of ExpData also to Model and slims down Model a bit. Getters and setters for SimulationParameters members are still in Model, which is to preserve backwards compatibility for ExpData, which allowed unchecked access to the respective members. Further refactoring to follow. Partially addresses #931 (moving ID / name functions is still missing).
Configuration menu - View commit details
-
Copy full SHA for ff13ea2 - Browse repository at this point
Copy the full SHA ff13ea2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 372c618 - Browse repository at this point
Copy the full SHA 372c618View commit details -
Drop Python3.6 support (#1410)
In some places it was already written that we require python>=3.7. This removes any Python3.6 leftovers.
Configuration menu - View commit details
-
Copy full SHA for e11dd54 - Browse repository at this point
Copy the full SHA e11dd54View commit details -
Configuration menu - View commit details
-
Copy full SHA for 40324df - Browse repository at this point
Copy the full SHA 40324dfView commit details -
Doc: Update how to cite (#1412)
(previously, only README.md was updated)
Configuration menu - View commit details
-
Copy full SHA for 3c9376a - Browse repository at this point
Copy the full SHA 3c9376aView commit details
Commits on Feb 12, 2021
-
SBML test suite: delete model files after test (#1413)
as the GitHub action workers don't have too much disk space and those files should be removed anyways.
Configuration menu - View commit details
-
Copy full SHA for e657f37 - Browse repository at this point
Copy the full SHA e657f37View commit details -
Move ModelState and ModelDimension classes to separate files (#1416)
... because thousands of line per file are a pain
Configuration menu - View commit details
-
Copy full SHA for dc26399 - Browse repository at this point
Copy the full SHA dc26399View commit details -
CI: Allow tests on unstable python version to fail (#1414)
* CI: Allow tests on unstable python version to fail * Disable 3.10.0-alpha.5 for now
Configuration menu - View commit details
-
Copy full SHA for 9f8fbd8 - Browse repository at this point
Copy the full SHA 9f8fbd8View commit details
Commits on Feb 16, 2021
-
Doc: Add table with AMICI C++/Python/Matlab feature comparison (#1409)
* Doc: Add table with AMICI C++/Python/Matlab feature comparison * Link and update details on SBML support Co-authored-by: Fabian Fröhlich <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for ec8d8d8 - Browse repository at this point
Copy the full SHA ec8d8d8View commit details
Commits on Feb 18, 2021
-
slim exported swig interface (#1425)
fixes #1217 * slim model/abstract model * ignore context managers * add ignores for solver * try again to get rid of context managers * fixup? * fixup * add more model ignores * Update swig/amici.i Co-authored-by: Daniel Weindl <[email protected]> Co-authored-by: Daniel Weindl <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for fb08ed4 - Browse repository at this point
Copy the full SHA fb08ed4View commit details -
Fix RData documentation (#1424)
fixes #1421 * test * test * test * fix * fixup * fixup? * try autolink? * fixup? * fixup? * fix fixup
Fabian Fröhlich authoredFeb 18, 2021 Configuration menu - View commit details
-
Copy full SHA for 0aa27b6 - Browse repository at this point
Copy the full SHA 0aa27b6View commit details -
fixes #1415 * fix notebook? * fix notebook formatting?
Fabian Fröhlich authoredFeb 18, 2021 Configuration menu - View commit details
-
Copy full SHA for e93b43b - Browse repository at this point
Copy the full SHA e93b43bView commit details -
Getting started tutorial (#1423)
Fabian Fröhlich authoredFeb 18, 2021 Configuration menu - View commit details
-
Copy full SHA for 24f563a - Browse repository at this point
Copy the full SHA 24f563aView commit details -
CI: SBML test suite: show tag summary for passed tests (#1420)
Include supported tags (i.e. at least 1 passed test with the given tag) in sbml semantic test suite summary. Description of the tags is available at https://github.com/sbmlteam/sbml-test-suite/blob/master/docs/tags-documentation/all-tags.txt
Configuration menu - View commit details
-
Copy full SHA for 7621bec - Browse repository at this point
Copy the full SHA 7621becView commit details -
More flexible state reinitialization / PEtab import reinitialization …
…fixes (#1417) Adds possibility to provide state indices for selective reinitialization based on fixed parameters. The previous `ExpData::reinitializeFixedParameterInitialStates` is still there, but will be removed in an upcoming version. Addresses #1345, #1396, #1319 Supersedes #1344 Include new test cases from PEtab-dev/petab_test_suite#35
Configuration menu - View commit details
-
Copy full SHA for aa59766 - Browse repository at this point
Copy the full SHA aa59766View commit details -
Doc: Add list of supported SBML test tags (#1428)
Co-authored-by: Fabian Fröhlich <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 8610931 - Browse repository at this point
Copy the full SHA 8610931View commit details -
* add pysb benchmarking script * add file description Co-authored-by: Daniel Weindl <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 5d352d5 - Browse repository at this point
Copy the full SHA 5d352d5View commit details
Commits on Feb 19, 2021
-
Configuration menu - View commit details
-
Copy full SHA for da63aa2 - Browse repository at this point
Copy the full SHA da63aa2View commit details -
Configuration menu - View commit details
-
Copy full SHA for cf1e8bd - Browse repository at this point
Copy the full SHA cf1e8bdView commit details -
Configuration menu - View commit details
-
Copy full SHA for 99ac192 - Browse repository at this point
Copy the full SHA 99ac192View commit details
Commits on Feb 20, 2021
-
Configuration menu - View commit details
-
Copy full SHA for f7311cf - Browse repository at this point
Copy the full SHA f7311cfView commit details