Skip to content

Releases: norcalrdf/pymantic

Release 1.0.0

13 Jul 16:50
Compare
Choose a tag to compare
  • Drop python 2.x support completely
  • Probably only support python 3.9 and up
  • Restructure per modern packaging conventions
  • Switch test suite to pytest
  • Use github actions for CI
  • Auto-format source

Release 0.2.6

27 Mar 16:09
Compare
Choose a tag to compare
  • Allow for specification of base and other parsing options for JSON-LD

Release 0.2.5

10 Jul 20:26
Compare
Choose a tag to compare
  • Upgrade lark-parser

Release 0.2.4

08 Apr 21:30
Compare
Choose a tag to compare
  • Pin lark-parser version to avoid changes in behavior with newer versions.

Release 0.2.3

08 Apr 21:16
Compare
Choose a tag to compare
  • Improve turtle serialization and fix several obnoxious bugs (fixes from @eileenconner)

Release 0.2.2

16 Aug 17:27
Compare
Choose a tag to compare
  • Fix datatype of turtle literals with no language or datatype tag

Release 0.2.1

02 Aug 22:47
Compare
Choose a tag to compare
  • Fix setup.py to actually include sub-packages in source distribution.

Release 0.2.0

02 Aug 20:28
Compare
Choose a tag to compare

Changes

  • New lark-based parsers - should be faster than the lepl parsers
  • Update README
  • Expand and clarify documentation
  • Support Python 3.7

Release 0.1.1

03 Jul 16:35
Compare
Choose a tag to compare

Begin release tracking with first non-dev release.