diff --git a/CHANGELOG.md b/CHANGELOG.md index 7630786a6..15d1a9c05 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,23 @@ This project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html ## [Unreleased] +## [0.35.1] - 2023-24-10 +### Added +- Don't output with output::Gmsh the triangle elements with wrong orientation when coordinates are "lonlat" +- Add control to skip Gmsh-output of triangles with too large edge length ratio +- Configurable geometry in KDTree +- Use configurable KDTree geometry in PointCloud +- atlas-grid-points executable to list grid points +- Allow constructor of atlas::io::ArrayShape with different integer types +- Support atlas_io with vector + +### Fixed +- Control FPE in StructuredColumns::checksum to avoid overflow and invalid in unimportant halo regions +- Fixes to MeshBuilder validate_mesh_vs_grid + +### Changed +- Use search radius in FiniteElement interpolation when mesh defines metadata to do so + ## [0.35.0] - 2023-02-10 ### Added - Add accessors for the GridBox class (MIR-632) @@ -483,6 +500,7 @@ Fix StructuredInterpolation2D with retry for failed stencils ## 0.13.0 - 2018-02-16 [Unreleased]: https://github.com/ecmwf/atlas/compare/master...develop +[0.35.1]: https://github.com/ecmwf/atlas/compare/0.35.0...0.35.1 [0.35.0]: https://github.com/ecmwf/atlas/compare/0.34.0...0.35.0 [0.34.0]: https://github.com/ecmwf/atlas/compare/0.33.0...0.34.0 [0.33.0]: https://github.com/ecmwf/atlas/compare/0.32.1...0.33.0