Skip to content

Commit

Permalink
Version 0.34.0
Browse files Browse the repository at this point in the history
  • Loading branch information
wdeconinck committed Jul 10, 2023
1 parent 419dae8 commit 35726ee
Show file tree
Hide file tree
Showing 4 changed files with 41 additions and 7 deletions.
20 changes: 14 additions & 6 deletions AUTHORS
Original file line number Diff line number Diff line change
Expand Up @@ -13,23 +13,31 @@ Thanks for contributions from
- Andreas Mueller
- Baudouin Raoult
- Florian Rathgeber
- Marek Wlasak
- Oliver Lomax
- Marek Wlasak
- Daniel Holdaway
- Daan Degrauwe
- Philippe Marguinaud
- Slavko Brdar
- Gianmarco Mengaldo
- Dušan Figala
- Benjamin Menetrier
- James Hawkes
- Mats Hamrud
- Benjamin Menetrier
- Rahul Mahajan
- Toby Searle
- Olivier Iffrig
- Christian Kuehnlein
- Iain Russell
- Marco Milan
- Daniel Tipping
- Domokos Sármány
- Steven Vahl
- Lorenzo Milazzo
- Francois Hebert
- Yannick Trémolet
- Mark J. Olah
- Michael Lange
- Sam Hatfield
- Peter Bispham
- Slavko Brdar
- Yannick Trémolet
- Paul Cresswell
- Steven Vahl
- Michael Lange
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,27 @@ This project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html

## [Unreleased]

## [0.34.0] - 2023-07-10
### Added
- Fieldset::metadata (#126)
- Fieldset::adjointHaloExchange
- Field/Fieldset::clone method
- Functions to enable/disable FPE
- Add function to build mesh from imported connectivity data (#135)
- Implement field::for_each capabilities (#139)
- Introduce colon-separated environment variable ATLAS_PLUGIN_PATH to simplify plugin detection
- Introduce atlas::mdspan, contributed from github.com/kokkos/mdspan
- Add function Field::horizontal_dimension() -> std::vector<idx_t>
- Setup horizontal_dimensions() for BlockStructuredColumns fields
- Upgrade the halo exchange procedure for the function space 'PointCloud' (#120)

### Fixed
- Enable latitude normalisation in KDTree coordinate transform (#140)
- Fix LocalView indexing bug for non-contiguous slices
- C++17 flag public propagation to downstream C++ CMake packages
- Fix cells().global_index() metadata for RegularLonLat grids in StructuredMeshGenerator
- BuildHalo: mark interior added cells as ghost

## [0.33.0] - 2023-04-03
### Added
- Add support for StructuredPartitionPolygon with halo > 0
Expand Down Expand Up @@ -443,6 +464,7 @@ Fix StructuredInterpolation2D with retry for failed stencils
## 0.13.0 - 2018-02-16

[Unreleased]: https://github.com/ecmwf/atlas/compare/master...develop
[0.33.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
[0.32.1]: https://github.com/ecmwf/atlas/compare/0.32.0...0.32.1
[0.32.0]: https://github.com/ecmwf/atlas/compare/0.31.1...0.32.0
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.33.0
0.34.0
4 changes: 4 additions & 0 deletions tools/generate-authors.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,10 @@ def real_name(name):
"benjaminmenetrier" : "Benjamin Menetrier",
"danholdaway" : "Daniel Holdaway",
"MarekWlasak" : "Marek Wlasak",
"odlomax" : "Oliver Lomax",
"MO-marcomilan" : "Marco Milan",
"twsearle" : "Toby Searle",
"Dusan Figala" : "Dušan Figala",
}
if name in alias:
return alias[name]
Expand Down

0 comments on commit 35726ee

Please sign in to comment.