Skip to content

Various Ergonomic Improvements

Compare
Choose a tag to compare
@lawrence-mbf lawrence-mbf released this 09 Feb 17:54
· 546 commits to master since this release

DataStub is now indexable

  • Instead of using DataStub.load(...) DataStubs now utilizes natural MATLAB indexing behavior: DataStub(...).
  • DataStub.load() behavior is retained for backwards compatibility.
  • DataStubs are now Sealed which means they cannot be subclassed.

DynamicTable objects

  • new getRow() and addRow functions which allows for adding to a dynamic table by row.
  • For more information, take a look at the convertTrials tutorial.

Miscellaneous

  • Various bugfixes for DataStub bugs
  • Basic Usage and Trial Conversion tutorials updated to use DynamicTable and DataStub methods.