Skip to content

Commit

Permalink
Version 0.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
mwshinn committed Oct 10, 2021
1 parent b45c4e4 commit f01e190
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 1 deletion.
23 changes: 23 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,26 @@
# Version 0.5.2

Released October 10, 2021

## Major changes

- Allow strings and tuples as conditions

Previously, task conditions could only be specified by a single number.
Now, they can be specified by either a string or a tuple. Strings make
"flags" more readable. Tuples make it easier to work with long and/or
variable-length task conditions, e.g., for stimuli which change over time in
a different way on each trial.

## Bug fixes

- Fixed the gamma distribution non-decision time

## Other

- Improved documentation and error messages
- Switched continuous integration platforms from Travis to Github Actions

# Version 0.5.1

Released December 4, 2020
Expand Down
2 changes: 1 addition & 1 deletion ddm/_version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.5.1"
__version__ = "0.5.2"

0 comments on commit f01e190

Please sign in to comment.