Skip to content

Latest commit

 

History

History
38 lines (29 loc) · 673 Bytes

RELEASENOTES.rst

File metadata and controls

38 lines (29 loc) · 673 Bytes

Release notes

1.0.42

  • batchstr() added

1.0.41

  • edge filter added as transformer and augmentation
  • travis config for Python 3.7 fixed
  • Wrapper for Pytorch models added

1.0.40

  • support for Python 3.4 dropped
  • support for Python 3.7 added
  • catching edge case SplitRandom((1,0))

1.0.39

  • bug in network.predict fixed for multi-input networks
  • boosting fixed
  • Config is now OrderedDict

1.0.38

  • debug output for batcher added
  • fmt parameter for batcher removed
  • mixup augmentation added: batcher.Mixup()
  • deprecated as_grey by skimage has been replaced by as_gray

1.0.37

  • Start of release notes