Releases: E3SM-Project/mosaic
Releases · E3SM-Project/mosaic
v0.2.0
A minor release that improves the documentation, add automatic mesh downloading, and improves the patch creation along culled mesh boundaries.
Enhancements
- Add
datasets
module by @andrewdnolan in #9 - Improve patch creation along culled mesh boundaries by @andrewdnolan in #12
- Add fully executable documentation by @andrewdnolan in #13
Clean up
- Set masked value as
-1
for out of bounds indicies. by @andrewdnolan in #11
Continuous integration
- Add
setuptools
as build dependecy by @andrewdnolan in #7 - Add pre-commit hooks and lint the code by @andrewdnolan in #8
Full Changelog: 0.1.1...0.2.0
0.1.1
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
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