Skip to content

Commit 53fd7b1

Browse files
committed
update release notes
1 parent 8f71c2e commit 53fd7b1

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

doc/md/RELEASE_NOTES.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,20 @@ For a list of planned features, etc., see the issues list on [GitHub](https://gi
33
Issues that are tagged 'performance' or 'enhancement' reflect future plans for the library. I will probably not put
44
milestones (target version numbers for these features to go live) because that is not realistic given how I work.
55

6+
## 0.7.0
7+
8+
This is a major release, introducing namespace fwdpp::ts with support for tree sequence recording during simulations.
9+
I owe Jerome Kelleher a big thanks for guiding me through some of the details related to several of the finer points of
10+
the simplification algorithm as well as the tree traversal schemes from his 2016 paper describing msprime.
11+
12+
* Support for tree sequences added [PR 151](https://github.com/molpopgen/fwdpp/pull/151) [PR 152](https://github.com/molpopgen/fwdpp/pull/152)
13+
* fwdpp::data_matrix is moved into the main library. [PR 118](https://github.com/molpopgen/fwdpp/pull/118)
14+
* fwdpp::data_matrix is refactored so that the contiguous dimension corresponds to variable sites.[PR 142](https://github.com/molpopgen/fwdpp/pull/142)
15+
* Fitness models do a better job of validating input parameters.[PR 140](https://github.com/molpopgen/fwdpp/pull/140)
16+
* Types in fwdpp::extensions now make their weight vectors viewable. [PR 141](https://github.com/molpopgen/fwdpp/pull/141)
17+
* Various pull with some example programs were fixed [PR 149](https://github.com/molpopgen/fwdpp/pull/149)
18+
* A debug namespace was added to the library. [PR 150](https://github.com/molpopgen/fwdpp/pull/148)
19+
620
## 0.6.1
721

822
Maintenance release fixing the following two bugs:

0 commit comments

Comments
 (0)