Skip to content

Latest commit

 

History

History
53 lines (31 loc) · 1.67 KB

CHANGELOG.md

File metadata and controls

53 lines (31 loc) · 1.67 KB

Change Log

0.2.3 (2019-08-28)

Fixed

  • Added missing py.typed for optional static typing. See also PEP 561. (85bdd04)

Full changes...

0.2.2 (2018-02-07)

Changed

  • FormError is raised when FormLink.read() finds the FORM process stopped by some error (previously RuntimeError). (1e1ae33)

Added

  • Added type hints in the comment-based syntax.

Full changes...

0.2.1 (2017-05-31)

  • This version came with document enhancement.

Full changes...

0.2.0 (2017-05-14)

Changed

  • The default executable name of FORM can be configured by the environment variable $FORM. (bc91b14)

  • Destructor was added for form.FormLink. (ac5babe)

Performance Improvement

  • Faster reading from FORM for long expressions. (a5131bf)

Full changes...

0.1.0 (2015-09-19)

First release.