Skip to content

v1.11.1

Compare
Choose a tag to compare
@pgunn pgunn released this 31 May 19:25
· 40 commits to main since this release
e970637

This is a small release:

  • Pin tensorflow to less than 2.16 for now, because 2.16 changes their implementation of the keras API to 3.0 and redoes those namespaces
  • Fix a bug that @rob-the-bot found
  • Fixed a case where the wrong unpacking was called on a distributed compute object (thanks @ethanbb )
  • Fix some cases where serialised NoneType values in a hdf5 file were being improperly unpacked (thanks @ethanbb )
  • Editable source-based installs (which very few people are using) are better handled by caimanmanager, making this option have fewer steps for users