Skip to content

Version 0.6.3

Compare
Choose a tag to compare
@scottclowe scottclowe released this 03 Apr 16:49
· 28 commits to v0.6.x since this release
9e46a59

Release date: 2020-04-03. Full commit changelog.

Fixed

  • Specify a maximum version for the panel dependency of holoviews on Python <3.6, which allows us to continue supporting Python 3.5, otherwise dependencies fail to install. (#101)
  • Save deltaf to MATLAB compatible output. (#70)
  • Wipe downstream data stored in the experiment object if upstream data changes, so data that is present is always consistent with each other. (#93)
  • Prevent slashes in paths from doubling up if the input path has a trailing slash. (#71)
  • Documentation updates. (#91, #88, #97, #89)