Releases: mccode-dev/mccode-antlr
Releases · mccode-dev/mccode-antlr
v0.17.2
v0.17.1
v0.17.0
Full Changelog: v0.16.2...v0.17.0
v0.16.2
What's Changed
- [Add] Dependabot by @g5t in #166
- Bump actions/upload-artifact from 4 to 6 by @dependabot[bot] in #167
- Bump actions/checkout from 4 to 6 by @dependabot[bot] in #168
- Bump actions/setup-python from 5 to 6 by @dependabot[bot] in #169
- Bump actions/download-artifact from 4 to 7 by @dependabot[bot] in #170
- [Ref] set and unset command line tools should now modify the config file on disk by @g5t in #171
- [Add] explicit list scanned paramter values by @g5t in #173
- [Fix] UnaryOp constructor call by @g5t in #175
New Contributors
- @dependabot[bot] made their first contribution in #167
Full Changelog: v0.16.1...v0.16.2
v0.16.1
v0.16.0
v0.15.2
v0.15.1
v0.15.0
What's Changed
- [Add] in-file path specification for HDF5 loading by @g5t in #144
- [Add] SI prefix parser for select mcrun/mxrun input parameters by @g5t in #146
- [Feat] Add to_ from_ json and msgpack via msgspec by @g5t in #148
Full Changelog: v0.14.0...v0.15.0
JSON serialization
Round-trip conversion to JSON seems to work and is lightly tested. More testing may reveal issues, however.
v0.14.0
What's Changed
An optional dependency on mcpl is added to support better interoperability with MCPL >= 2.2.0.
Module-global registries have been removed, in favor of using the Flavor enumeration to ensure
inclusion of the 'default' registry. This likely requires modification of any code that utilizes mccode-antlr.
Full Changelog: v0.13.0...v0.14.0