Skip to content

Releases: wookayin/tensorflow-plot

v0.3.2

24 Jul 04:47
Compare
Choose a tag to compare

Bug fixes

  • #18: support matplotlib 3.1+
  • #19: support TF ~1.12 which was broken since 0.3

v0.3.1

24 Jul 04:47
Compare
Choose a tag to compare

Changelog

  • Bugfix: KeyError during multithread execution (#17)
  • Minor improvement: Use TF2-compatible API (#15)

v0.3.0

24 Jul 04:50
Compare
Choose a tag to compare

Changelog

  • Feature: Introduce decorator API tfplot.autowrap (#3, #7)
  • Feature: Add tfplot.contrib (#11)
  • Improve documentation and Travis CI
  • Minor bug fixes