Skip to content

1.9.0

Compare
Choose a tag to compare
@pgunn pgunn released this 23 Jul 02:25
79ceaa5
  • Added a CHANGELOG.txt to the repo noting changes that significantly change usage concerns
  • Implemented a new (optional) way of managing storage that doesn't use the working directory (which is not well-defined for notebooks). You can enable this with an environment variable. Larger changes to storage are in the works.
  • Clean up code around type() and isinstance() to better handle future changes to Python
  • Smaller changes around string interpolation in some parts of the code
  • Remove some more old python2 compatibility measures
  • Progress bars (enable with an env var) thanks to EricThomson
  • h5py pin for tensorflow

Please report any issues relating to storage paths, and please try the new env var.