Skip to content

Commit 3c02939

Browse files
committed
updated readme
1 parent 11beb91 commit 3c02939

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,13 @@ The program functions similarly to the original code. Users should refer to the
4444
* I have added a file converter that will convert the two-line per sample Structure file format to immanc format in my file_converters repository (https://github.com/stevemussmann/file_converters). In full disclosure, this converter has not been robustly tested.
4545

4646
## List of changes:
47+
2019-07-11:
48+
* Updated version number to 1.1.
49+
* Fixed immanc file parsing bug in which individuals would sometimes be assigned the incorrect population. This occurred when all samples from the same population did not occur consecutively within the immanc file. This bug carried over from the original BA3 source code, so you should repeat any analyses you conducted in any version of BayesAss if your input immanc file was not sorted according to population.
50+
* Added buffer flush when printing to MCMC trace file. The trace file should update more regularly now.
51+
* Fixed indenting in file parsing source code.
52+
* Updated program banner.
53+
4754
2019-02-16:
4855
* Fixed casting int as char to eliminate compiler warning.
4956

0 commit comments

Comments
 (0)