Commit b5177d9
Release 0.14.0 (#1898)
* Fix pandas groupby deprecation warning (#1873)
Fixes #1872
* Update reference list (#1874)
* Code printing: Use SymPy C99 math optimizations (#1377)
for SBML import. Does not currently work with PySB import. Also fixes some argument type issues.
Co-authored-by: Daniel Weindl <[email protected]>
* PEtab import: Add option for treating fixed parameters as constants (#1877)
Makes the changes from #1810 optional, as sometimes users prefer more flexible models.
The default remains to treat non-estimated parameters in PEtab as constants in AMICI.
Also adds a basic check for loading existing models during PEtab, to see if they are compatible to what was supposed to be imported. Only checks non-constant parameter IDs so far.
* Make sympy code optimizations optional (#1878)
Turns out that applying sympy optimizations as introduced
in #1377 is
potentially very costly. Therefore, they are disabled by
default. They can be enabled by setting
`AmiciCxxCodePrinter.optimizations` as shown in the test
case.
* Update reference list (#1884)
* GHA: update actions (#1885)
Fixes some GHA warnings.
* Add macos hdf5 header/library paths (#1894)
* Doxygen 1.9.5 on RTD (#1889)
Older binaries are no longer available.
* Code-gen: Fix missing `return` in non-void-returning functions (#1892)
... and set `-Werror` for compiling models in debug mode.
* Add operator== for ExpData (#1881)
Adds `operator==` for `amici::ExpData` and fixes issues for other `operator==` in case of NaNs in arrays.
Closes #1880
* Fix SetuptoolsDeprecationWarning (#1893)
Setuptools meanwhile requires listing data directories as subpackages. Fixes #1888.
* Dockerfile: Update base image to Ubuntu 22.04 (#1896)
* GHA: Pin python version for osx tests (#1891)
Fixes #1890.
Also:
* use homebrew boost version
* fix CMake logic for selecting a specific Python version.
* Fix `petab_import.import_model(..., compile=False)` failure (#1897)
Fixes a bug where amici would fail importing an extension that was never built.
* bump version, update changelog
* fix changelog
* -Wno-error=deprecated-declarations
Co-authored-by: Daniel Weindl <[email protected]>
Co-authored-by: Lorenzo Contento <[email protected]>
Co-authored-by: Daniel Weindl <[email protected]>
Co-authored-by: Doresic <[email protected]>1 parent 11a881e commit b5177d9
File tree
63 files changed
+484
-136
lines changed- .github/workflows
- docker
- documentation
- include/amici
- models
- model_calvetti
- swig
- model_dirac
- swig
- model_events
- swig
- model_jakstat_adjoint_o2
- swig
- model_jakstat_adjoint
- swig
- model_nested_events
- swig
- model_neuron_o2
- swig
- model_neuron
- swig
- model_robertson
- swig
- model_steadystate
- swig
- python
- sdist
- amici
- tests
- src
- swig
- tests/cpp/unittests
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
63 files changed
+484
-136
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
| 16 | + | |
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | | - | |
| 20 | + | |
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
25 | | - | |
| 25 | + | |
26 | 26 | | |
27 | 27 | | |
28 | | - | |
| 28 | + | |
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
| 19 | + | |
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | | - | |
| 23 | + | |
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
32 | | - | |
| 32 | + | |
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
36 | | - | |
| 36 | + | |
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
27 | | - | |
| 27 | + | |
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
31 | | - | |
| 31 | + | |
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
| |||
59 | 59 | | |
60 | 60 | | |
61 | 61 | | |
62 | | - | |
| 62 | + | |
63 | 63 | | |
64 | 64 | | |
65 | 65 | | |
66 | | - | |
| 66 | + | |
67 | 67 | | |
68 | 68 | | |
69 | 69 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
| 16 | + | |
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | | - | |
| 20 | + | |
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
| |||
61 | 61 | | |
62 | 62 | | |
63 | 63 | | |
64 | | - | |
| 64 | + | |
65 | 65 | | |
66 | 66 | | |
67 | 67 | | |
68 | | - | |
| 68 | + | |
69 | 69 | | |
70 | 70 | | |
71 | 71 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
| 11 | + | |
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
30 | | - | |
| 30 | + | |
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
34 | | - | |
| 34 | + | |
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
30 | | - | |
| 30 | + | |
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
34 | | - | |
| 34 | + | |
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
39 | | - | |
| 39 | + | |
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
| |||
0 commit comments