Skip to content

Commit ece2794

Browse files
committed
bumped version, added to changelog and updated docs
1 parent 49b34ef commit ece2794

File tree

3 files changed

+8
-1
lines changed

3 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# *Structure_threader* changelog
22

3+
## Changes since v1.0.0:
4+
5+
### Bug fixes:
6+
* Fixed issue when best K is 1
7+
* Fixed missing population separators on static .svg plots when using --use-ind-labels
8+
39
## Changes since v0.4.3:
410

511
### New features:

docs/usage.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@ Using the `plot` mode, the program currently takes the following arguments:
6565
* Path to indfile (--ind) [See below for more information]
6666
* Extra plotting options:
6767
* Do not use colors when drawing the plots (-bw)
68+
* Use individual sample labels even when population labels are available (--use-ind-labels)
6869

6970
Example run:
7071

setup.py

Lines changed: 1 addition & 1 deletion
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.0.0"
58+
VERSION = "1.0.1"
5959
URL = "https://github.com/StuntsPT/Structure_threader"
6060

6161

0 commit comments

Comments
 (0)