Skip to content

Commit e350ee3

Browse files
author
Ben Fulton
committed
Update changelogs
1 parent e818a9e commit e350ee3

File tree

3 files changed

+26
-1
lines changed

3 files changed

+26
-1
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,17 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](http://keepachangelog.com/)
55
and this project adheres to [Semantic Versioning](http://semver.org/).
66

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+
718
## [4.0.1] - 2017-05-09
819
### Added
920
- Configure command to allow more precise tuning for a user's system

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
AC_INIT(cafe, 4.0.1)
1+
AC_INIT(cafe, 4.0.2)
22
dnl Switch to a C++ compiler, and check if it works.
33

44
AC_LANG(C++)

docs/index.html

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,20 @@
3131

3232
<div class="content grid_8">
3333
<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+
3448
<h2>May 15, 2017</h2>
3549
<p>CAFE v4.0.1 is out!</p>
3650
<p><u><b>Added</b></u></p>

0 commit comments

Comments
 (0)