Skip to content

Commit

Permalink
Bumped package version and updated the changelog.
Browse files Browse the repository at this point in the history
  • Loading branch information
StuntsPT committed Jun 30, 2017
1 parent 4e13c2c commit b324841
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,16 @@
## Changes since v1.1.0:

### Bug fixes
* Corrected a few typos in some of the printed messages
* Corrected a few typos in some of the printed messages.
* Fixed a bug with a nonsensical leading "/" on the windows version.
* Corrected a bug where *MavericK* execution stopped due to multiple `alpha` and `alphaPropSD` values being set.
* K plots visualization is now improved when plotting a large number of Ks.

### New features:
* Added option to generate skeleton parameter files (`mainparams` and `extraparams`) for *STRUCTURE*.
* If wrapping *MavericK* with TI option turned off, bestK tests are now skipped.
* Vastly improved unit test suite.
* New presentation of "bestK" evidence when wrapping MavericK.


## Changes since v1.0.1:
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ def platform_detection(install_binaries=True):

# Set some variables (PKGBUILD inspired)
DATA_FILES = platform_detection()
VERSION = "1.1.0.post1"
VERSION = "1.2.0"
URL = "https://github.com/StuntsPT/Structure_threader"


Expand Down

0 comments on commit b324841

Please sign in to comment.