Skip to content

Commit

Permalink
version 0.2.00
Browse files Browse the repository at this point in the history
  • Loading branch information
jokedurnez committed Feb 12, 2018
1 parent 24e78aa commit d01224a
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 1,083 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
test_db/

# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
Expand Down
11 changes: 0 additions & 11 deletions examples/test.py

This file was deleted.

5 changes: 5 additions & 0 deletions source/CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
0.2.00 - 02/09/2018
* change names to reflect new options
* update examples
* reflects JSS submission

0.1.13 - 02/06/2018
* fix on not doing FdMax and FeMax if not necessary

Expand Down
2 changes: 1 addition & 1 deletion source/setup.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from setuptools import setup

setup(name='neurodesign',
version='0.1.13',
version='0.2.00',
description='Package for design optimisation for fMRI experiments',
author='Joke Durnez',
author_email='[email protected]',
Expand Down
Loading

0 comments on commit d01224a

Please sign in to comment.