Skip to content

Commit b324841

Browse files
committed
Bumped package version and updated the changelog.
1 parent 4e13c2c commit b324841

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGELOG.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,16 @@
33
## Changes since v1.1.0:
44

55
### Bug fixes
6-
* Corrected a few typos in some of the printed messages
6+
* Corrected a few typos in some of the printed messages.
77
* 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.
810

911
### New features:
1012
* Added option to generate skeleton parameter files (`mainparams` and `extraparams`) for *STRUCTURE*.
1113
* 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.
1216

1317

1418
## Changes since v1.0.1:

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ def platform_detection(install_binaries=True):
5555

5656
# Set some variables (PKGBUILD inspired)
5757
DATA_FILES = platform_detection()
58-
VERSION = "1.1.0.post1"
58+
VERSION = "1.2.0"
5959
URL = "https://github.com/StuntsPT/Structure_threader"
6060

6161

0 commit comments

Comments
 (0)