File tree 2 files changed +6
-2
lines changed
2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 3
3
## Changes since v1.1.0:
4
4
5
5
### Bug fixes
6
- * Corrected a few typos in some of the printed messages
6
+ * Corrected a few typos in some of the printed messages.
7
7
* Fixed a bug with a nonsensical leading "/" on the windows version.
8
+ * Corrected a bug where * MavericK* execution stopped due to multiple ` alpha ` and ` alphaPropSD ` values being set.
9
+ * K plots visualization is now improved when plotting a large number of Ks.
8
10
9
11
### New features:
10
12
* Added option to generate skeleton parameter files (` mainparams ` and ` extraparams ` ) for * STRUCTURE* .
11
13
* If wrapping * MavericK* with TI option turned off, bestK tests are now skipped.
14
+ * Vastly improved unit test suite.
15
+ * New presentation of "bestK" evidence when wrapping MavericK.
12
16
13
17
14
18
## Changes since v1.0.1:
Original file line number Diff line number Diff line change @@ -55,7 +55,7 @@ def platform_detection(install_binaries=True):
55
55
56
56
# Set some variables (PKGBUILD inspired)
57
57
DATA_FILES = platform_detection ()
58
- VERSION = "1.1.0.post1 "
58
+ VERSION = "1.2.0 "
59
59
URL = "https://github.com/StuntsPT/Structure_threader"
60
60
61
61
You can’t perform that action at this time.
0 commit comments