Skip to content

Releases: mediapredict/daffodil

v0.5.1

21 Nov 17:03
83b15cb
Compare
Choose a tag to compare
Merge pull request #54 from jiaaro/master

add a bunch of new timestamp tests

v0.5.0

21 Nov 16:14
447cf34
Compare
Choose a tag to compare
  • Now compiled with Cython
  • Adds support for Hours and Minutes in the timestamp() syntactic sugar

v0.4.1

13 Nov 20:32
3722ca5
Compare
Choose a tag to compare

Fix for a python-3-specific type-coercion bug

v0.4.0

26 Oct 16:54
Compare
Choose a tag to compare
  • Add syntactic sugar for functions, with timestamp() as the first function (of many?) to be implemented
  • Drop support for python 2

v0.3.20

19 Jul 17:14
Compare
Choose a tag to compare
Merge pull request #44 from jiaaro/master

Fix parsing bug with unmatched closing braces

v0.3.19

12 Jul 16:43
Compare
Choose a tag to compare
increment version for SimulationMatchingDelegate

v0.3.18

28 Jun 15:24
Compare
Choose a tag to compare

Bugfix (comment in the last row without a newline)

v0.3.17

14 Jun 16:55
Compare
Choose a tag to compare
  • Add KeyExpectationDelegate which reports which keys a daffodil expects to exist
  • Allow a parsed/tokenized daffodil to be passed in instead of the bytes of a daffodil source (so you can avoid the cost of parsing more than once when using multiple delegates with the same daffodil)

v0.3.16

30 May 18:48
Compare
Choose a tag to compare

Replace PEG parser with a home-rolled state-machine based parser

v.0.3.15

04 May 09:54
Compare
Choose a tag to compare

Python 3.6 + Django 1.11