Releases: MPAS-Dev/pyremap
Releases · MPAS-Dev/pyremap
v1.3.0
Minor release that allows expanding cells (effectively smoothing fields on the destination mesh) during remapping.
Minor enhancements
- Add capability to expand corners of SCRIP grid #57
- Fix dims --> sizes for xarray datasets #60
- Allow ndarrays for expanding cells in SCRIP files #59
Bug fix
- Remove debug print statements #58
Contributors:
@xylar
v1.2.0
Minor release that adds support for expanding the size of destination grid cells for conservative mapping as a way of smoothing.
Minor enhancements
- Add capability to expand corners of SCRIP grid #57
Contributors:
@xylar
v1.1.0
Minor release that adds adds separate mesh descriptors for MPAS cells and vertices, making it possible to perform conservative remapping and to use SCRIP files from MPAS vertex meshes.
Minor enhancements
- Add MpasCellMeshDescriptor and MpasVertexMeshDescriptor #56
Contributors:
@xylar
v1.0.1
Bug fix release to fix an issue with LatLon2DGridDescriptor
.
Bug fix
- Fix bug in corner lat/lon for LatLon2DGridDescriptor #54
Continuous integration
Contributors:
@xylar
v1.0.0
Major release that's overdue. This release adds the ability to specify the format for SCRIP and ESMF mesh files, and the engine for writing out ESMF mesh files.
Minor enhancements
- Add format and engine attributes to MeshDescriptor #53
Contributors:
@xylar
v0.0.16
Minor release that includes some bug fixes and clean up as well as a new MPAS mesh descriptor for variables associated with mesh edges.
Minor enhancements
- Add MpasEdgeMeshDescriptor #48
Bug fix
- Rename lon/lat dimension when mapping to lon/lat grid #43
Clean up
- Reorganize descriptors into their own files #42
- Add python 3.11 and drop python 3.7 #44
- Rename master --> main #45
Continuous integration
- Add flake8 to github workflows #46
- Improve code quality and CI #49
- Fix build workflow #50
Contributors:
@xylar
v0.0.15
Minor release that fixes an issue with creating the documentation after a release.
Bug fix
- Fix various problems that led to docs not getting update in v0.0.14 #41
Contributors:
@xylar
v0.0.14
Minor release that fixes an issue with masking when MPAS data without fill values are remapped.
Bug fix
- Add flag to ncremap to always fill values from MPAS meshes #40
Contributors:
@xylar
v0.0.13
Minor release
Minor enhancement
- Add a parallel executable for ncremap #39
Contributors:
@xylar
v0.0.12
Minor release
Minor enhancement
- Use parallel exec even for 1 MPI task #35
Contributors:
@xylar