File tree Expand file tree Collapse file tree 3 files changed +26
-1
lines changed Expand file tree Collapse file tree 3 files changed +26
-1
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,17 @@ All notable changes to this project will be documented in this file.
4
4
The format is based on [ Keep a Changelog] ( http://keepachangelog.com/ )
5
5
and this project adheres to [ Semantic Versioning] ( http://semver.org/ ) .
6
6
7
+ ## [ 4.0.2] - 2017-08-21
8
+ ### Added
9
+ - load: max_size parameter added that filters out any families with family sizes larger than the value
10
+ - lambda: warning added when calculated posterior probability for a family is 0
11
+ - Use Intel compiler and MKL library for calculations if they are available
12
+
13
+ ### Changed
14
+ - Fixes to allow compilation with gcc 4.9
15
+ - Errormodel command no longer fails if model has fewer lines than the expected maximum family size
16
+
17
+
7
18
## [ 4.0.1] - 2017-05-09
8
19
### Added
9
20
- Configure command to allow more precise tuning for a user's system
Original file line number Diff line number Diff line change 1
- AC_INIT ( cafe , 4.0.1 )
1
+ AC_INIT ( cafe , 4.0.2 )
2
2
dnl Switch to a C++ compiler, and check if it works.
3
3
4
4
AC_LANG ( C++ )
Original file line number Diff line number Diff line change 31
31
32
32
< div class ="content grid_8 ">
33
33
< h1 > Announcements</ h1 >
34
+ < h2 > August 21, 2017</ h2 >
35
+ < p > CAFE v4.0.2 is out!</ p >
36
+ < p > < u > < b > Added</ b > </ u > </ p >
37
+ < ul class ="announce ">
38
+ < li type ="disc " class ="announce "> load: max_size parameter added that filters out any families with family sizes larger than the value</ li >
39
+ < li type ="disc " class ="announce "> lambda: warning added when calculated posterior probability for a family is 0</ li >
40
+ < li type ="disc " class ="announce "> Use Intel compiler and MKL library for calculations if they are available</ li >
41
+ </ ul >
42
+ < p > < u > < b > Changed</ b > </ u > </ p >
43
+ < ul class ="announce ">
44
+ < li class ="announce "> - Fixes to allow compilation with gcc 4.9</ li >
45
+ < li class ="announce "> Errormodel command no longer fails if model has fewer lines than the expected maximum family size</ li >
46
+ </ ul >
47
+
34
48
< h2 > May 15, 2017</ h2 >
35
49
< p > CAFE v4.0.1 is out!</ p >
36
50
< p > < u > < b > Added</ b > </ u > </ p >
You can’t perform that action at this time.
0 commit comments