Skip to content

Commit 1307bdc

Browse files
committed
Bump version and document changes
1 parent c6188ce commit 1307bdc

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
lines changed

CHANGELOG.md

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

3+
## Changes since v1.2.7
4+
5+
### Bug fixes
6+
* *Structure_threader* now always makes a sanity check for `mainparams` and `extraparams`.
7+
8+
### New features:
9+
* New option introduced: `--seed`, which allows the user to define a random seed value. It is not mandatory, and defaults to "1235813".
10+
* *Structure_threader* now checks if the `RANDOMIZE` option is set in the `extraparams` file. If it is, it gets disabled since random seeds are now handled internally.
11+
12+
---
313

414
## Changes since v1.2.6
515

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/usr/bin/python3
22

3-
# Copyright 2016 Francisco Pina Martins <[email protected]>
3+
# Copyright 2016-2018 Francisco Pina Martins <[email protected]>
44
# This file is part of structure_threader.
55
# structure_threader is free software: you can redistribute it and/or modify
66
# it under the terms of the GNU General Public License as published by
@@ -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.2.7"
58+
VERSION = "1.2.8"
5959
URL = "https://github.com/StuntsPT/Structure_threader"
6060

6161

0 commit comments

Comments
 (0)