Skip to content

Commit

Permalink
Move on to v1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Carlos Mão de Ferro committed Jun 21, 2017
1 parent d82c765 commit 00b50d1
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
11 changes: 9 additions & 2 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
## v.1.3.0.beta
VERSION IN DEVELOPMENT
## v.1.3.0 (2017/06/21)
Fixes Issue #9 - Cannot run several consecutive trials without a timer between them
Adds support for Bpod firmware version 13 (0.7.9) but keeps version 9 as default (need support from Josh)
Fixes soft codes implementation
Adds example for soft codes
Using constants for input events, input channels and output channels
Renames states for states_occurrences
Improves documentation
Simplifies the API by hiding the concept of RawData to the user and exposing only the concept of Trial

## v.1.2.0
Simplifies event collection and processing
Expand Down
2 changes: 1 addition & 1 deletion pybpodapi/__init__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# !/usr/bin/python3
# -*- coding: utf-8 -*-

__version__ = "1.3.0.beta"
__version__ = "1.3.0"
__author__ = ['Joshua Sanders', 'Carlos Mão de Ferro']
__credits__ = ["Carlos Mao de Ferro", "Ricardo Ribeiro"]
__license__ = "Copyright (C) 2007 Free Software Foundation, Inc. <http://fsf.org/>"
Expand Down

0 comments on commit 00b50d1

Please sign in to comment.