-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathChangeLog
More file actions
34 lines (27 loc) · 1.48 KB
/
ChangeLog
File metadata and controls
34 lines (27 loc) · 1.48 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
2010-09-28 Rainer Machne <raim@tbi.univie.ac.at>
* added lib64 search in config/*.m4 files, patch by Takeshi Abe
2009-02-13 Christoph Flamm <xtof@tbi.univie.ac.at>
* changed automake/autoconf framework to produce both the static
and shared library in a portable manner
2007-09-20 Rainer Machne <raim@tbi.univie.ac.at>
* implemented thread-save sensitivity - BREAKING SENSE INTERFACES!:
** moved sensitivity structures from odeModel_t to new odeSense_t
** separated compilation of odeModel and odeSense functions, therefore
** removed TCC (doesn't support multiple code states) online compilation
* added CV_NORMAL_TSTOP mode for CVODES forward solver
** added CvodeSettings_setTStop to allow saver dynamic value update
** automatic usage of TSTOP for event and discontinuous models
2007-08-22 Christoph Flamm <xtof@tbi.univie.ac.at>
* added gcc compilation on-the-fly capability. This solves the
32/64 bit architecture problems we had with TCC.
2007-06-20 James Lu and Stefan Mueller
* implemented adjoint solver for discrete observation data
* etc. ??
2007-06-12 Christoph Flamm <xtof@tbi.univie.ac.at>
* updated library sources to work with sundials suit v2.3.0
2007-05-11 Rainer Machne <raim@tbi.univie.ac.at>
* added Tiny C Compiler (TCC) compilation on-the-fly
capability (problems: TCC only works for 32 bit architecture).
2008-03-10 Rainer Machne <raim@tbi.univie.ac.at>
* repaired varySettings and batch integration for design points
as initially intended by Witold Eryk Wolski