Skip to content

TensorLayer 1.8.5

Compare
Choose a tag to compare
@zsdonghao zsdonghao released this 09 May 22:29
· 1375 commits to master since this release
74a59ce

Added

  • Github Templates added (by @DEKHTIARJonathan)
    • New issues Template
    • New PR Template
  • Travis Deploy Automation on new Tag (by @DEKHTIARJonathan)
    • Deploy to PyPI and create a new version.
    • Deploy to Github Releases and upload the wheel files
  • PyUP.io has been added to ensure we are compatible with the latest libraries (by @DEKHTIARJonathan)
  • deconv2d now handling dilation_rate (by @zsdonghao)
  • Documentation unittest added (by @DEKHTIARJonathan)
  • test_layers_core has been added to ensure that LayersConfig is abstract.

Changed

Fixed

  • Backward Compatibility Restored with deprecation warnings (by @DEKHTIARJonathan)
  • Tensorflow Deprecation Fix (Issue #498):
  • maxPool2D initializer issue #551 (by @zsdonghao)
  • LayersConfig class has been enforced as abstract
  • Pooling Layer Issue #557 fixed (by @zsdonghao)

Dependencies Update

  • scipy>=1.0,<1.1 => scipy>=1.1,<1.2

Contributors

@zsdonghao @luomai @DEKHTIARJonathan