Skip to content

Releases: Othoz/paragraph

1.2.1

05 Feb 09:54
8b8c4da
Compare
Choose a tag to compare

This release adds handling of the docstring in wrapped ops.

1.2.0

27 Jan 14:58
73f7005
Compare
Choose a tag to compare

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

24 Jan 13:23
594b48c
Compare
Choose a tag to compare

This release includes only changes to the documentation. The API documentation is now automatically generated and included under the corresponding heading.

1.1.0

24 Jan 13:22
c5644de
Compare
Choose a tag to compare

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

07 Jan 12:44
4d21afd
Compare
Choose a tag to compare

This release fixes a bug in session.apply, where unresolved variables would be erroneously returned.

1.0.0

28 Oct 11:39
cec86f7
Compare
Choose a tag to compare

Initial release