Releases: Othoz/paragraph
Releases · Othoz/paragraph
1.2.1
1.2.0
This release introduces a single change to permit derived Op classes to introduce additional attributes without defaults. This had been previously prevented by the rule that arguments without defaults must appear before any argument with a default.
1.1.1
This release includes only changes to the documentation. The API documentation is now automatically generated and included under the corresponding heading.
1.1.0
This release includes several changes towards a cleaner separation between evaluation (determining the value of a variable) and solving (a form of partial evaluation).
Check the changelog for a complete list of changes.
1.0.1
This release fixes a bug in session.apply
, where unresolved variables would be erroneously returned.