File tree Expand file tree Collapse file tree 2 files changed +21
-1
lines changed Expand file tree Collapse file tree 2 files changed +21
-1
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,25 @@ This project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html
7
7
8
8
## [ Unreleased]
9
9
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
+
10
29
## [ 0.30.0] - 2022-08-22
11
30
### Added
12
31
- Fortran API for Interpolation::execute_adjoint()
@@ -386,6 +405,7 @@ This project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html
386
405
## 0.13.0 - 2018-02-16
387
406
388
407
[ 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
389
409
[ 0.30.0 ] : https://github.com/ecmwf/atlas/compare/0.29.0...0.30.0
390
410
[ 0.29.0 ] : https://github.com/ecmwf/atlas/compare/0.28.1...0.29.0
391
411
[ 0.28.1 ] : https://github.com/ecmwf/atlas/compare/0.28.0...0.28.1
Original file line number Diff line number Diff line change 1
- 0.30 .0
1
+ 0.31 .0
You can’t perform that action at this time.
0 commit comments