Skip to content

Releases: E3SM-Project/mosaic

v1.2.1

10 Nov 23:09
4baee15

Choose a tag to compare

Bug Fixes

Full Changelog: 1.2.0...1.2.1

v1.2.0

27 Oct 17:58
5d1a52e

Choose a tag to compare

Enhancements

Bug fixes

Full Changelog: 1.1.0...1.2.0

1.1.0

03 Feb 14:50
3055890

Choose a tag to compare

Enhancements

Full Changelog: 1.0.0...1.1.0

v1.0.0

14 Jan 15:26
2fc1968

Choose a tag to compare

Enhancements

  • Update API documentation and switch to @properties for some Descriptor attributes. by @andrewdnolan in #22
  • Add support for planar periodic meshes by @andrewdnolan in #23
    • Unifies the spherical and periodic planar wrapping under the same functionality
    • Add documentation about spherical and planar periodic mesh support
  • Update to 1.0.0 by @andrewdnolan in #26

Clean up

  • Fix vertex patch bug in #12 that resulted in invalid geometries, which sometimes cause problems for cartopy, in #23

Continuous integration

  • Add build workflow to CI in #19
  • Adds unit tests (only testing the spherical plotting functionality for now) in #23

Full Changelog: 0.2.0...1.0.0

v0.2.0

07 Nov 22:25

Choose a tag to compare

v0.2.0 Pre-release
Pre-release

A minor release that improves the documentation, add automatic mesh downloading, and improves the patch creation along culled mesh boundaries.

Enhancements

Clean up

Continuous integration

Full Changelog: 0.1.1...0.2.0

0.1.1

29 Aug 21:26

Choose a tag to compare

0.1.1 Pre-release
Pre-release

Minor release that includes web-based documentation and a bug fix in the patch creation.

Documentation

  • Add web-based documentation and a build workflow using CI, following mache by @andrewdnolan in #4

Bug Fixes

  • Fix masking of ragged indices that was causing an out of bounds error. by @andrewdnolan in #5

Full Changelog: 0.1.0...0.1.1

0.1.0

13 Jul 16:21
4844d05

Choose a tag to compare

0.1.0 Pre-release
Pre-release

A minor release that adds an initial version of the horizontal plotting functionality.

What's Changed

  • Added initial version of mosaic with basic documentation in the readme #1

Contributors