v1.0.0
What's Changed
- Support querying items without the given key in utils.findunique() by @DonQueso89 in #153
- Add flatgeobuf connectiontype by @geographika in #174
- Update connectiontypes test by @geographika in #175
- A few small updates to parser (still keeping old Lark version) by @erezsh in #176
- Parser: Add support for lark_cython by @erezsh in #178
- Fix issues #48 and #98 using Lark's interactive parser, using lark-cython by @erezsh in #179
- Reformat codebase using Black and update to Python3 only by @geographika in #185
- Update README and fix name clash by @geographika in #186
- Project cleanup and tool updates by @geographika in #187
- Removal of py2 specific code by @geographika in #188
- Add type hints to the codebase by @geographika in #189
- Add option to avoid overwriting values in a dict with the update method by @geographika in #190
- Simplify processing of Comments by @geographika in #191
- Update jsonref version by @geographika in #192
- Update to jsonschema v4 and replace deprecated RefResolver by @geographika in #193
- Docs overhaul in preparation for v1 release by @geographika in #194
- Update test suite from latest msautotests by @geographika in #195
- Codebase fixes for Prospector warnings by @geographika in #196
- Remove final pylint warnings generated from prospector by @geographika in #197
- Add MAPPYFILE_USE_CYTHON environment variable by @geographika in #198
New Contributors
- @DonQueso89 made their first contribution in #153
Full Changelog: v0.9.7...v1.0.0