Skip to content

Commit faab162

Browse files
committed
Bump version number, update release notes
1 parent c97ba50 commit faab162

File tree

2 files changed

+82
-2
lines changed

2 files changed

+82
-2
lines changed

CHANGELOG.md

Lines changed: 81 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,86 @@
22

33
## v0.X Series
44

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+
585
### v0.16.0 (2023-01-25)
686

787
Features
@@ -453,7 +533,7 @@ https://github.com/AMICI-dev/AMICI/compare/v0.11.22...v0.11.23
453533

454534
### v0.11.22 (2021-12-02)
455535

456-
* **Require sympy>=1.9,pysb>=1.13.1** by @FFroehlich, @dweindl
536+
* **Require sympy>=1.9,pysb>=1.13.1* by @FFroehlich, @dweindl
457537
in https://github.com/AMICI-dev/AMICI/pull/1599
458538
* Fixed sympy deprecation warning by @dweindl in
459539
https://github.com/AMICI-dev/AMICI/pull/1600

version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.16.0
1+
0.16.1

0 commit comments

Comments
 (0)