Skip to content

Commit 2d5a53b

Browse files
committed
Version 0.31.0
1 parent 7c307ba commit 2d5a53b

File tree

2 files changed

+21
-1
lines changed

2 files changed

+21
-1
lines changed

CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,25 @@ This project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html
77

88
## [Unreleased]
99

10+
## [0.31.0] - 2022-11-10
11+
### Added
12+
- Extend PointCloud functionspace to do halo exchanges, including Fortran API
13+
- Add FunctionSpace::gather and FunctionSpace::scatter abstraction
14+
15+
### Changed
16+
- Improve performance of MatchingMeshPartitionerLonLatPolygon using OpenMP
17+
- Improve performance of BuildHalo using OpenMP and unordered_map
18+
- Improve performance of StructuredMeshGenerator using OpenMP
19+
- Improve performance of ATLAS_TRACE
20+
- Reduce memory peak in GatherScatter setup
21+
- Global element numbering of RegularLonLat grids is now following rows independent of partitioning
22+
23+
### Fixed
24+
- Running CI with Github Actions
25+
- Fix output of atlas-grids y-range for shifted grids
26+
- Fix building with ATLAS_BITS_LOCAL=64
27+
28+
1029
## [0.30.0] - 2022-08-22
1130
### Added
1231
- Fortran API for Interpolation::execute_adjoint()
@@ -386,6 +405,7 @@ This project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html
386405
## 0.13.0 - 2018-02-16
387406

388407
[Unreleased]: https://github.com/ecmwf/atlas/compare/master...develop
408+
[0.31.0]: https://github.com/ecmwf/atlas/compare/0.30.0...0.31.0
389409
[0.30.0]: https://github.com/ecmwf/atlas/compare/0.29.0...0.30.0
390410
[0.29.0]: https://github.com/ecmwf/atlas/compare/0.28.1...0.29.0
391411
[0.28.1]: https://github.com/ecmwf/atlas/compare/0.28.0...0.28.1

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.30.0
1+
0.31.0

0 commit comments

Comments
 (0)