Release v1.3.1
·
1022 commits
to master
since this release
Backwards-incompatible changes
- Change the distribution name of the sampled-speciation birth-death model from
dnSBBDPtodnSSBDP(#714).
Features
- Distributions
- Methods / arguments
- Interface
- Nicer printing of member method lists (#800).
- Misc
- Biogeography: allow regional features and non-existent regions (#693).
Bug fixes
- Regression fixes
- Member procedures
- Nexus I/O
- MPI / MC^3
- Moves
- Misc
- Partial
- Avoid subscripting by
-1indnAutocorrelatedEvent(#773).
- Avoid subscripting by
Documentation improvements
- Basic data types:
Integer,Natural,Probability,Real(#714). - Birth-death models:
dnCBDSP,dnCDBDP,dnSSBDP(#714). - Marginal likelihood estimators:
pathSampler,steppingStoneSampler(#779). - Expand documentation for
TraceTree(#800).
Infrastructure
- Update DLLs to allow running RevStudio on Windows (#751).
- Don't print operator summaries in coalescent tests, and only run 1 generation (#770).
- Enable testing with assertions to detect out-of-bounds indices in
std::vector(#773). - Don't skip remaining scripts in a test if one fails, and combine error message from multiple failing scripts in a test (#773).
- Allow specifying a required exit code to allow/require failure (#773).
- Fix check for missing output files (#773).
- Make test runner output clearer and more informative (#773).
- Replace
boost::filesystemwithstd::filesystem(#807).