Releases: CDCgov/pygriddler
Releases · CDCgov/pygriddler
v0.3.0
v0.3.0 has two major breaking changes:
- The griddler syntax is totally redefined and now specified by a more future-proof JSON schema.
- Functionality unrelated to parsing of griddlers has been removed.
What's Changed
- JSON schema syntax by @swo in #55
- Improve link from docs to repo by @swo in #61
- Excise simulation wrapper functionality by @swo in #62
- CLI supports JSON and YAML by @swo in #63
- Update version; remove polars by @swo in #64
Full Changelog: v0.2...v0.3.0
v0.2
v0.2 was the first fully-functioning prototype. It uses a syntax that will be made obsolete with v0.3. It is not recommended for any new project.
Full Changelog: https://github.com/CDCgov/pygriddler/commits/v0.2