Skip to content

Commit

Permalink
Version 0.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
pkgw committed Aug 8, 2018
1 parent e2b4f4a commit 456e2f3
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
# Version 0.1.4 (2018 Aug 7)

- More documentation updates. We now provide a sample training set and sample
pre-trained networks on Zenodo, so it's much easier to work through the docs
in a tutorial style if you'd like.
- Default `rho_Q_sign` to use the `generic` trainer in `neurosynchro
init-nndir`. This scheme works a bit better with the sample training set.
- Fix the `binary` trainer!

# Version 0.1.3 (2018 Aug 4)

- Write a bunch of documentation
Expand Down
2 changes: 1 addition & 1 deletion doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@

# Keep synchronized with ../setup.py:
version = '0.1'
release = '0.1.4a0'
release = '0.1.4'


# -- General configuration ---------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
from setuptools import setup, Extension

# Keep synchronized with doc/conf.py:
version = '0.1.4a0'
version = '0.1.4'

setup(
name = 'neurosynchro',
Expand Down

0 comments on commit 456e2f3

Please sign in to comment.