Releases: mediapredict/daffodil
Releases · mediapredict/daffodil
v0.5.2
fixes installation problems when cython is not already installed
v0.5.1
Merge pull request #54 from jiaaro/master
add a bunch of new timestamp tests
v0.5.0
- Now compiled with Cython
- Adds support for Hours and Minutes in the
timestamp()
syntactic sugar
v0.4.1
Fix for a python-3-specific type-coercion bug
v0.4.0
- Add syntactic sugar for functions, with
timestamp()
as the first function (of many?) to be implemented
- Drop support for python 2
v0.3.20
Merge pull request #44 from jiaaro/master
Fix parsing bug with unmatched closing braces
v0.3.19
increment version for SimulationMatchingDelegate
v0.3.18
Bugfix (comment in the last row without a newline)
v0.3.17
- 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
Replace PEG parser with a home-rolled state-machine based parser