Skip to content

Releases: liflab/petitpoucet

Version 2.3.2

28 Oct 16:38
Compare
Choose a tag to compare

Again, a single bugfix in the Functions extension

Version 2.3.1

20 Oct 17:33
Compare
Choose a tag to compare

Single bugfix in the Functions extension

Version 2.3

07 May 13:28
Compare
Choose a tag to compare

Changes in this new release:

  • Labelled nodes can have their label set
  • Change in visibility of node constructor
  • Bugfix to CircuitInputPin
  • Changed explanation for Vector.GetSize
  • Introduction of ExplainableEquals
  • Added VectorEquals
  • Added Contains function
  • Vector functions also accept arrays as their input
  • Equals compares arrays on their content
  • Modification in the file naming convention for JARs

Version 1.1

17 Aug 13:42
Compare
Choose a tag to compare

An update of the 1.x branch which adds the RegexFindAll function. Note that this release is compiled from the v1.x code branch, more precisely commit f0ca456.

Version 2.2

10 Jan 16:18
Compare
Choose a tag to compare

Incorporates the bugfixes and modifications from the last year:

Additions

  • duplicate method to Function interface
  • Identity function
  • Simplification rule for lineage graphs
  • Number comparisons
  • Call
  • More options to Crawler
  • Post-processing script to copy figures in Javadoc

Bugfixes

  • NestedNode
  • CircuitInputPin
  • NthElement.mentionedElement()
  • Display symbol for Or
  • Circuit.reset()
  • GraphViewer

Version 2.1 beta 3

02 Feb 15:21
Compare
Choose a tag to compare
Version 2.1 beta 3 Pre-release
Pre-release
  • Minor fixes to LineageDotRenderer and ComposedPart
  • Fixes to multiple code smells (no impact on functionality)
  • Upgrade to AntRun build script
  • NodeConnector interface is generalized
  • Added LeafCrawler to fetch leaves of an explanation graph

Version 2.1 beta 2

17 Jan 22:09
7019c22
Compare
Choose a tag to compare
Version 2.1 beta 2 Pre-release
Pre-release
  • Circuits can be queried for explanation "downwards"
  • Added multiple string manipulation functions
  • Fixes to LineageDotRenderer and ComposedPart

Version 2.1 beta 1

22 Dec 23:08
Compare
Choose a tag to compare
Version 2.1 beta 1 Pre-release
Pre-release

Pre-release of a new version of Petit Poucet; modifications:

  • Circuits can be queried both upstream (from output to input) and downstream (from input to output). Unit tests are missing for this new functionality at the moment.
  • The Functions extension includes many new functions for manipulating strings. Most of them have reasonable unit tests.

Version 2.1 is made with the goal of using it inside the next version of the TeXtidote LaTeX checker. The pre-release is put online so that the TeXtidote build scripts can be run and download these JAR files.

For such things, it helps to be the author of both projects. ;-)

Version 2.0

03 Sep 19:31
Compare
Choose a tag to compare

Complete rewrite of the whole library. The API has completely changed.

Version 1.0

10 Jun 16:02
Compare
Choose a tag to compare

Final release of the 1.0 branch