Releases: norcalrdf/pymantic
Releases · norcalrdf/pymantic
Release 1.0.0
Release 0.2.6
- Allow for specification of
base
and other parsing options for JSON-LD
Release 0.2.5
- Upgrade
lark-parser
Release 0.2.4
- Pin
lark-parser
version to avoid changes in behavior with newer versions.
Release 0.2.3
- Improve turtle serialization and fix several obnoxious bugs (fixes from @eileenconner)
Release 0.2.2
- Fix datatype of turtle literals with no language or datatype tag
Release 0.2.1
- Fix
setup.py
to actually include sub-packages in source distribution.
Release 0.2.0
Changes
- New
lark
-based parsers - should be faster than thelepl
parsers - Update
README
- Expand and clarify documentation
- Support Python 3.7
Release 0.1.1
Begin release tracking with first non-dev
release.