Skip to content

Releases: MechanicalRabbit/DataKnots.jl

v0.10.4

07 Mar 16:49
Compare
Choose a tag to compare
  • Compatibility with PrettyPrinting 0.4.

v0.10.3

30 Nov 20:41
Compare
Choose a tag to compare
  • Added Sort combinator.

v0.10.2

18 Apr 07:54
Compare
Choose a tag to compare
  • bumping version requirement for PrettyPrinting

v0.10.1

11 Aug 01:17
Compare
Choose a tag to compare
  • Lookup in string dictionaries.
  • Added Is combinator.

v0.10.0

01 Jun 04:47
Compare
Choose a tag to compare
  • Added dead code elimination and common subexpression optimization.

v0.9.0

28 May 14:22
Compare
Choose a tag to compare
  • Added Join combinator.
  • Added @query let ... end notation.
  • Added Overview document.

v0.8.0

20 May 21:31
Compare
Choose a tag to compare
  • Added Exists combinator.
  • Added First, Last and Nth combinators.
  • Added show(knot, as=:shape).
  • Removed It from header for unlabeled output.
  • Table header now includes packed labels.
  • Show (empty) for knots with no elements.

v0.7.0

14 May 13:02
Compare
Choose a tag to compare
  • Added Mix combinator.

v0.6.0

06 May 15:32
Compare
Choose a tag to compare
  • Added cardinality assertion combinators.

v0.5.0

29 Apr 15:33
Compare
Choose a tag to compare
  • Added @query notation.
  • Fixed Tables.jl integration.