Skip to content

Commit 37f7803

Browse files
committed
Bumped the package version and added changes to the changelog.
1 parent e439757 commit 37f7803

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

CHANGELOG.md

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

3+
## Changes since v1.0.1:
4+
5+
### Bug fixes:
6+
* Fixed a broken link in the docs (Thanks to @briantrice for finding it).
7+
* Fixed a bug with the file prefixes for drawing plots that required the user to be in the directory where the meanQ files were located.
8+
* Corrected a bug with the way "fastStructure" was spelled
9+
* Corrected a bug with population delimiters.
10+
11+
### New features:
12+
* Sanity checks errors and warnings are now also colored.
13+
14+
---
15+
316
## Changes since v1.0.0:
417

518
### Bug fixes:
@@ -9,6 +22,8 @@
922
* Fixed missing population separators on static .svg plots when using --use-ind-labels
1023
* Fixed key error when providing faststructure format in plot mode
1124

25+
---
26+
1227
## Changes since v0.4.3:
1328

1429
### New features:

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.2"
58+
VERSION = "1.1.0"
5959
URL = "https://github.com/StuntsPT/Structure_threader"
6060

6161

0 commit comments

Comments
 (0)