Skip to content

Commit

Permalink
Update changelogs
Browse files Browse the repository at this point in the history
  • Loading branch information
benfulton committed Aug 19, 2017
1 parent e818a9e commit e350ee3
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,17 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).

## [4.0.2] - 2017-08-21
### Added
- load: max_size parameter added that filters out any families with family sizes larger than the value
- lambda: warning added when calculated posterior probability for a family is 0
- Use Intel compiler and MKL library for calculations if they are available

### Changed
- Fixes to allow compilation with gcc 4.9
- Errormodel command no longer fails if model has fewer lines than the expected maximum family size


## [4.0.1] - 2017-05-09
### Added
- Configure command to allow more precise tuning for a user's system
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
AC_INIT(cafe, 4.0.1)
AC_INIT(cafe, 4.0.2)
dnl Switch to a C++ compiler, and check if it works.

AC_LANG(C++)
Expand Down
14 changes: 14 additions & 0 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,20 @@

<div class="content grid_8">
<h1>Announcements</h1>
<h2>August 21, 2017</h2>
<p>CAFE v4.0.2 is out!</p>
<p><u><b>Added</b></u></p>
<ul class="announce">
<li type="disc" class="announce">load: max_size parameter added that filters out any families with family sizes larger than the value</li>
<li type="disc" class="announce">lambda: warning added when calculated posterior probability for a family is 0</li>
<li type="disc" class="announce">Use Intel compiler and MKL library for calculations if they are available</li>
</ul>
<p><u><b>Changed</b></u></p>
<ul class="announce">
<li class="announce">- Fixes to allow compilation with gcc 4.9</li>
<li class="announce">Errormodel command no longer fails if model has fewer lines than the expected maximum family size</li>
</ul>

<h2>May 15, 2017</h2>
<p>CAFE v4.0.1 is out!</p>
<p><u><b>Added</b></u></p>
Expand Down

0 comments on commit e350ee3

Please sign in to comment.