forked from BioPP/bpp-core
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathChangeLog
89 lines (59 loc) · 2.18 KB
/
ChangeLog
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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
06/06/18 Julien Dutheil
* Recursive param argument issue solved (closes #17).
* New version number: current 4 -> 5, age 0 -> 1 because of new symbol in AttributeTools.
19/02/17 -*- Version 2.4.0 -*-
04/01/18 Laurent Guéguen
* Several bug fixes and improvements (interface break)
18/12/17 Laurent Guéguen
* TreeGraphs improvements
08/12/17 -*- Version 2.3.2 -*-
10/05/17 -*- Version 2.3.0 -*-
26/04/16 Julien Dutheil
* Upgrading to C++11
10/07/14 Thomas Bigot
* New graph structures
17/09/14 -*- Version 2.2.0 -*-
16/09/14 Julien Dutheil
* Fixed bug in transformed parameters!
Derivative of tanh was incorrectly set to 1/cosh(x^2) instead of 1 / cosh^2(x) :s
* Bug #88 fixed.
12/06/14 Julien Dutheil
* Added --warning argument to BppApplication + new gestion of warnings.
14/04/14 Julien Dutheil
* Added --seed argument to BppApplication to set random seed.
04/03/13 -*- Version 2.1.0 -*-
06/02/13 Julien Dutheil
* Fixed bug #60
* Fixed bug #63
18/01/13 Julien Dutheil
* Now compiles with -Wconversion
* Several code formating update
09/01/13 Julien Dutheil
* Bug 59 fixed.
09/02/12 -*- Version 2.0.3 -*-
24/01/12 Julien Dutheil and Ania Pawelczyk
* Added Linear Assignment Problem function in MatrixTools.
24/11/11 Julien Dutheil
* NestedStringTokenizer now inherits from StringTokenizer.
22/11/11 Julien Dutheil
* Added unit testing for matrices
* Added new Range and MultiRange classes + unit test.
09/06/11 -*- Version 2.0.2 -*-
22/03/11 Mathieu Groussin
* Added classes for mutivariate analysis.
18/03/11 Mathieu Groussin
* Added Hadamard product function in MatrixTools.
28/02/11 -*- Version 2.0.1 -*-
25/02/11 Julien Dutheil
* Fixed CMakeLists.txt: added RColorSet.cpp file to compilation chain!
07/02/11 -*- Version 2.0.0 -*-
09/11/10 Julien Dutheil
* Added chisq test on contingency table.
* Removed NumTools::pow which was incorrect. Use std::pow instead.
05/11/10 Julien Dutheil
* In VectorTools: posmin -> whichMin, whichmax -> whichMax. Also recoded a bit more efficiently.
27/10/10 Julien Dutheil
* Added unit testing
* [0000003] Fixed downhill simplex method! Did not work when initial point was 0!
17/09/10 Julien Dutheil
* Initial draft of bpp-core from old bpp-utils and bpp-numcalc.