You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Bugfix release
- Improve diagnostics when encountering a serious ZINC grid parse issue.
- Fix issues handling multi-line strings in JSON.
- Add support for the `NA` singleton.
Bugfix release
This release fixes a bug in handling multi-line strings when using JSON
serialisation. Previously, the regex would fail (due to the multiline
flag not being set) and it would fail through to a default which left
the string as-is.
This turns on the multi-line flag on all regexes so they are handled
correctly.