|
2 | 2 |
|
3 | 3 | ## v0.X Series |
4 | 4 |
|
| 5 | +### v0.16.1 (2023-02-24) |
| 6 | + |
| 7 | +Fixes: |
| 8 | +* Additional package names for finding blas via pkg-config |
| 9 | + by @dweindl in https://github.com/AMICI-dev/AMICI/pull/1959 |
| 10 | +* Changed default interpolation type from hermite to polynomial |
| 11 | + by @dweindl in https://github.com/AMICI-dev/AMICI/pull/1960 |
| 12 | +* PySB import: Change default simplify to work with multiprocessing |
| 13 | + by @dweindl in https://github.com/AMICI-dev/AMICI/pull/1961 |
| 14 | +* Add --no-validate to amici_import_petab |
| 15 | + @dweindl in https://github.com/AMICI-dev/AMICI/pull/1963 |
| 16 | +* Fix get_model for direct import of swig interface |
| 17 | + by @dweindl in https://github.com/AMICI-dev/AMICI/pull/1969 |
| 18 | +* Fix PytestReturnNotNoneWarning in test_conserved_quantities_demartino.py |
| 19 | + by @dweindl in https://github.com/AMICI-dev/AMICI/pull/1968 |
| 20 | +* Fix MSVC builds / remove -W* flags |
| 21 | + by @dweindl in https://github.com/AMICI-dev/AMICI/pull/1972 |
| 22 | +* Add option to use IDs when plotting trajectories |
| 23 | + by @dweindl in https://github.com/AMICI-dev/AMICI/pull/1974 |
| 24 | +* Fix assignmentRules2observables - skip non-assignment-rule targets |
| 25 | + by @dweindl in https://github.com/AMICI-dev/AMICI/pull/1973 |
| 26 | +* Use std::clock for measuring solver time |
| 27 | + by @dweindl in https://github.com/AMICI-dev/AMICI/pull/1982 |
| 28 | + (*Note that this uses cpu-time consumed by all threads*) |
| 29 | +* Fix narrowing-conversion-warning |
| 30 | + by @dweindl in https://github.com/AMICI-dev/AMICI/pull/1983 |
| 31 | +* PEtab import: allow specifying default values for output parameters |
| 32 | + by @dweindl in https://github.com/AMICI-dev/AMICI/pull/1987 |
| 33 | +* Print stacktraces only with debug logging level |
| 34 | + by @dweindl in https://github.com/AMICI-dev/AMICI/pull/1985 |
| 35 | +* Change default ReturnData::status to AMICI_NOT_RUN |
| 36 | + by @dweindl in https://github.com/AMICI-dev/AMICI/pull/1984 |
| 37 | +* Reduce time-tracking overhead |
| 38 | + by @dweindl in https://github.com/AMICI-dev/AMICI/pull/1988 |
| 39 | +* Fix equilibraton status discrepancy |
| 40 | + by @plakrisenko in https://github.com/AMICI-dev/AMICI/pull/1991 |
| 41 | +* Pass model_name to _create_model_output_dir_name |
| 42 | + by @FFroehlich in https://github.com/AMICI-dev/AMICI/pull/1994 |
| 43 | +* CMake: Build with OpenMP support if available |
| 44 | + by @dweindl in https://github.com/AMICI-dev/AMICI/pull/2000 |
| 45 | +* Fix SuiteSparse Makefiles for compiler-paths |
| 46 | + by @dweindl in https://github.com/AMICI-dev/AMICI/pull/2003 |
| 47 | +* CMake: Build with HDF5 support if available |
| 48 | + by @dweindl in https://github.com/AMICI-dev/AMICI/pull/1999 |
| 49 | +* CMake: Fix reading version file on Windows |
| 50 | + by @dweindl in https://github.com/AMICI-dev/AMICI/pull/2001 |
| 51 | +* CMake: raise minimum required version to 3.15 |
| 52 | + by @dweindl in https://github.com/AMICI-dev/AMICI/pull/2002 |
| 53 | +* Fix/extend runtime logging |
| 54 | + by @FFroehlich in https://github.com/AMICI-dev/AMICI/pull/2005 |
| 55 | +* Fix error logging in steadystate solver |
| 56 | + by @FFroehlich in https://github.com/AMICI-dev/AMICI/pull/2008 |
| 57 | +* Don't pass `-py3` to swig after 4.1.0 |
| 58 | + by @FFroehlich in https://github.com/AMICI-dev/AMICI/pull/2010 |
| 59 | +* SWIG __repr__s for different templated vector classes |
| 60 | + by @FFroehlich in https://github.com/AMICI-dev/AMICI/pull/2009 |
| 61 | +* Matlab: If mex fails, print mex arguments |
| 62 | + by @dweindl in https://github.com/AMICI-dev/AMICI/pull/2013 |
| 63 | +* Simplify OpenBLAS installation on Windows |
| 64 | + by @dweindl in https://github.com/AMICI-dev/AMICI/pull/2016 |
| 65 | +* Remove model name prefix in generated model files |
| 66 | + by @dweindl in https://github.com/AMICI-dev/AMICI/pull/2015 |
| 67 | +* ... |
| 68 | + |
| 69 | +Documentation: |
| 70 | +* Restructure sphinx doc |
| 71 | + by @dweindl in https://github.com/AMICI-dev/AMICI/pull/1978 |
| 72 | +* Instructions for AMICI with singularity |
| 73 | + by @dweindl in https://github.com/AMICI-dev/AMICI/pull/1964 |
| 74 | +* Illustrate options for potentially speeding up model import/simulation |
| 75 | + by @dweindl in https://github.com/AMICI-dev/AMICI/pull/1965 |
| 76 | +* ... |
| 77 | + |
| 78 | +Dependencies: |
| 79 | +* Updated SuiteSparse to v7.0.1 |
| 80 | + by @dweindl in https://github.com/AMICI-dev/AMICI/pull/2018 |
| 81 | + |
| 82 | +**Full Changelog**: https://github.com/AMICI-dev/AMICI/compare/v0.16.0...v0.16.1 |
| 83 | + |
| 84 | + |
5 | 85 | ### v0.16.0 (2023-01-25) |
6 | 86 |
|
7 | 87 | Features |
@@ -453,7 +533,7 @@ https://github.com/AMICI-dev/AMICI/compare/v0.11.22...v0.11.23 |
453 | 533 |
|
454 | 534 | ### v0.11.22 (2021-12-02) |
455 | 535 |
|
456 | | -* **Require sympy>=1.9,pysb>=1.13.1** by @FFroehlich, @dweindl |
| 536 | +* **Require sympy>=1.9,pysb>=1.13.1* by @FFroehlich, @dweindl |
457 | 537 | in https://github.com/AMICI-dev/AMICI/pull/1599 |
458 | 538 | * Fixed sympy deprecation warning by @dweindl in |
459 | 539 | https://github.com/AMICI-dev/AMICI/pull/1600 |
|
0 commit comments