Skip to content

Releases: kmaehashi/pypict

v0.3.0

30 Dec 07:32
28abc95
Compare
Choose a tag to compare

See here for the list of all pull-requests included in this release.

Highlights

  • Adds support for Python 3.10.
  • Adds type annotations.
  • Improves documentation.

Backward-incompatible Changes

  • Support for Python 3.5 and 3.6 has been dropped.
  • Tools API (pypict.tools) has been removed. Use Command API instead.

v0.2.0

27 Feb 20:27
166d76c
Compare
Choose a tag to compare

See here for the list of all pull-requests included in this release.

Highlights

  • Added support for Python 3.7, 3.8 and 3.9.
  • Added support for CLIDLL API.
  • Improved documentation.

Backward-incompatible Changes

  • Support for Python 2.7 and 3.4 has been dropped.
  • pict executable is no longer included in the distribution. Use python -m pypict instead.
  • Tools API (pypict.tools) has been deprecated. Use Command API instead.

v0.1.0

30 May 16:03
c3d067a
Compare
Choose a tag to compare

Initial release.