Skip to content

Latest commit

 

History

History
102 lines (60 loc) · 2.31 KB

ChangeLog.rst

File metadata and controls

102 lines (60 loc) · 2.31 KB

Release 0.8.0 - 2022/05/22

  • Python 3.9 and 3.10 are supported, and 3.4, 3.5 and 3.6 are not supported (#91)
  • cuDNN v8.0.2, 8.0.3, 8.0.4, 8.0.5, 8.1.0, 8.1.1, 8.2.0, 8.2.1, 8.2.4, 8.3.0, 8.3.1, 8.3.2, 8.3.3 and 8.4.0 are supported (#87, #89, #90 thank you @dev0x13)
  • Use GitHub Actions for test instead of Travis (#91, #92)

Release 0.7.0 - 2020/02/26

  • Python 3.7 and 3.8 are supported (#85)
  • cuDNN v7.5.1, 7.6.0, 7.6.1, 7.6.2 ,7.6.3, 7.6.4 and 7.6.5 are supported (#80, #81, #82, #83, #84 thank you @gwtnb and @bonprosoft)

Release 0.6.6 - 2019/03/03

  • cuDNN v7.4.1, v7.4.2 and v7.5.0 are supported (#76, #77, #78)

Release 0.6.5 - 2018/09/30

  • cuDNN v7.3.0 is supported (#73, #74)

Release 0.6.4 - 2018/08/19

  • cuDNN v7.2.1 is supported (#71)

Release 0.6.3 - 2018/06/02

  • cuDNN v7.1.1, v7.1.2, v7.1.3 and v7.1.4 are supported (#66, #67)

Release 0.6.2 - 2018/02/21

  • cuDNN v7.0.5 and v7.0.4 are supported (#58 thank you @kmaehashi, #61)

Release 0.6.1 - 2017/10/29

  • cuDNN v7.0.3 and v7.0.2 are supported (#56)

Release 0.6.0 - 2017/8/4

  • cuDNN v7 is supported (#50)
  • sha256sum format problem is solved (#48 thank you @rooa, #53)
  • Improved code format (#51, #52)

Release 0.5.0 - 2017/4/30

  • macOS is supported (#37)
  • cuDNN v6 is updated (#39)
  • Show help when no subcommand is given (#38)

Release 0.4.0 - 2017/3/28

  • cuDNN v6 is supported (#32, #33)
  • Began to test in Python 3.6 (#34)

Release 0.3.1 - 2017/2/25

  • cuDNN v4 is updated (#29)
  • Fixed some bugs (#22, #23)
  • Improve README (#21, #25, #28)
  • Wrote test cases and found a but with Python3 (#26, #27, #30)

Release 0.3.0 - 2017/2/14

  • Added install-file subcommand (#15, #16)
  • Added activate subcommand (#17)
  • Show configuration for environment variable after installation (#9, #14)
  • Fix some minor errors (#18, #19)

Release 0.2.0 - 2017/01/26

  • Added uninstall subcommand (#10)
  • cuDNN 5.1 was updated (#11, #12)

Release 0.1.0 - 2016/12/12

First release