Skip to content

v0.2.1 (June 2017)

Choose a tag to compare

@andrewheusser andrewheusser released this 05 Jun 13:49
· 1250 commits to master since this release

The work for this update was done during the Mozilla Global Sprint 2017. Thank you @alysivji and @rarredon for your contributions! Thanks @stephwright and the Mozilla Open Science Team for organizing an awesome event!

New Features:

  • If legend is not explicitly given, it can be computed implicitly by passing legend=True
  • Align flag added to hyp.plot function
  • Align flag added to hyp.tools.reduce function
  • Reduce flag added to hyp.tools.align and hyp.tools.procrustes functions
  • Align and reduce flags added to hyp.tools.load function
  • Updated examples with new syntax

Bugs Squashed:

  • Fixed import bug for saving animations
  • Fixed bug in align function where an extra column(s) of zeros were appended to data before alignment if ndims<=2