Skip to content

Commit 7ec64c9

Browse files
flourisflouris
authored andcommitted
updated changelog, man and version
1 parent a4f4170 commit 7ec64c9

File tree

3 files changed

+17
-1
lines changed

3 files changed

+17
-1
lines changed

ChangeLog.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,17 @@
22
All notable changes to `libpll` will be documented in this file.
33
This project adheres to [Semantic Versioning](http://semver.org/).
44

5+
## [0.3.1] - 2017-05-17
6+
### Added
7+
- Checks for older versions of clang and gcc to use assembly instructions
8+
for cpu features detection
9+
- Include guards for pll.h
10+
### Fixed
11+
- Correct updating of padded eigen-decomposition arrays for models with a
12+
number of states not being a power of two
13+
- Changed to the usage of builtin functions for cpu features detection
14+
- Check for x86intrin.h
15+
516
## [0.3.0] - 2017-05-15
617
### Added
718
- Run-time detection of cpu features

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# Process this file with autoconf to produce a configure script.
33

44
AC_PREREQ([2.63])
5-
AC_INIT([libpll], [0.3.0], [Tomas.Flouri@h-its.org])
5+
AC_INIT([libpll], [0.3.1], [Tomas.Flouri@h-its.org])
66
AM_INIT_AUTOMAKE([subdir-objects])
77
AC_LANG([C])
88
AC_CONFIG_SRCDIR([src/pll.c])

man/libpll.3

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -586,5 +586,10 @@ for custom printing. Fixed derivatives computation, parsing of branch lengths,
586586
invariant sites computation, log-likelihood computation for cases where we have
587587
scaling and patterns, ascertainment bias computation, per-site log-likelihood
588588
computation, memory leaks. Added run-time detection of hardware.
589+
.TP
590+
.BR v0.3.1\~ "released May 17th, 2017"
591+
Correct updating of paddded eigen-decomposition arrays for models with a number
592+
of states not being a power of two. Added portable hardware detection for clang
593+
and GCC.
589594
.RE
590595
.LP

0 commit comments

Comments
 (0)