Sha256: a8b401712318047283b0377cd4e0c808679ac88fe07894b942e0b62b4a441cf9

Contents?: true

Size: 1.01 KB

Versions: 2

Compression:

Stored size: 1.01 KB

Contents

== 0.6.0 7/14/2008
* New features:
  * Added extract_timings, a script to pull stimulus timing data from eprime
    files.
  * Added a GenericRunner -- a class that greatly eases end-to-end
    transformation of eprime data. See extract_timings for an example of
    its use.

== 0.5.5 7/09/2008
* New features:
  * Supports making multiple passes through data, to allow extracting multiple
    stimuli that occur on the same row
  * Created a general-purpose stimulus extractor to pull data out in the
    format:
    stimulus \t onset__time \t offset__time
* Architectural changes:
  * Created a BasicTransformer that performs all of the basic operations to
    datasets: column calculation, row filtering, and multipass
  * Moved ColumnCalculator, RowFilter, and Multipasser into a Transformers
    module
  * Support release via hoe / rubygems

== 0.5.0 6/26/2008

* First public gem release
  * Supports converting general Eprime files into tab-delimited files
  * Supports converting Eprime files into AFNI stim_times files

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
optimus-ep-0.6.0 History.txt
optimus-ep-0.6.5 History.txt