Skip to content

MAPL 2.16.0

Compare
Choose a tag to compare
@mathomp4 mathomp4 released this 13 Jan 20:23
· 3364 commits to main since this release
779c94b

DOI

This is a zero-diff (for GEOS) release of MAPL with a few bugfixes. There were fixes to splitting fields in History as well as correctly halting the program when bad chunksizes were passed into History.


From CHANGELOG.md

Fixed

  • A bug in splitting the fields for History when an alias contains a single entry (#1296)
  • Trap more errors in pFIO
  • Free types and operation created by profiler
  • Finalize profiler in MAPL_finalize call
  • Fix how a retry-build is done in CI
  • Fix issue with logger message and single quotes
  • Fix bug with profiler reporting in programs

Changed

  • Updated README.md
  • Refactored MAPL_Generic.F90 - lots of changes.
    • consistent indentation (emacs mode)
    • extracted helper procedures in GenericInitialize
  • Added new step to CircleCI to try and re-run build on failure.
  • Updated CircleCI config to use new GEOS-ESM/circleci-tools orb
  • Added Markdown rules to .editorconfig

What's Changed

Full Changelog: v2.15.1...v2.16.0