@@ -11,16 +11,16 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
11
11
12
12
### Fixed
13
13
14
- - [ PR #385 ] ( https://github.com/SciTools-incubator /iris-esmf-regrid/pull/385 )
14
+ - [ PR #385 ] ( https://github.com/SciTools/iris-esmf-regrid/pull/385 )
15
15
Fixed bug when connectivities are described by non-masked arrays.
16
16
[ @stephenworsley ] ( https://github.com/stephenworsley )
17
- - [ PR #387 ] ( https://github.com/SciTools-incubator /iris-esmf-regrid/pull/387 )
17
+ - [ PR #387 ] ( https://github.com/SciTools/iris-esmf-regrid/pull/387 )
18
18
Fixed incompatibilities with changes to iris API in v3.10.0.
19
19
[ @stephenworsley ] ( https://github.com/stephenworsley )
20
20
21
21
### Added
22
22
23
- - [ PR #276 ] ( https://github.com/SciTools-incubator /iris-esmf-regrid/pull/276 )
23
+ - [ PR #276 ] ( https://github.com/SciTools/iris-esmf-regrid/pull/276 )
24
24
Allow regridding for grids defined on coordinates without bounds for
25
25
nearest neighbour and bilinear methods.
26
26
[ @stephenworsley ] ( https://github.com/stephenworsley )
@@ -29,51 +29,51 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
29
29
30
30
### Added
31
31
32
- - [ PR #357 ] ( https://github.com/SciTools-incubator /iris-esmf-regrid/pull/357 )
32
+ - [ PR #357 ] ( https://github.com/SciTools/iris-esmf-regrid/pull/357 )
33
33
Added support for saving and loading of ` ESMFAreaWeighted ` , ` ESMFBilinear `
34
34
and ` ESMFNearest ` regridders.
35
35
[ @stephenworsley ] ( https://github.com/stephenworsley )
36
- - [ PR #319 ] ( https://github.com/SciTools-incubator /iris-esmf-regrid/pull/319 )
36
+ - [ PR #319 ] ( https://github.com/SciTools/iris-esmf-regrid/pull/319 )
37
37
Added ` CITATION.cff ` .
38
38
[ @bjlittle ] ( https://github.com/bjlittle )
39
39
40
40
### Changed
41
41
42
- - [ PR #361 ] ( https://github.com/SciTools-incubator /iris-esmf-regrid/pull/361 )
42
+ - [ PR #361 ] ( https://github.com/SciTools/iris-esmf-regrid/pull/361 )
43
43
Moved the code for running benchmarks to ` bm_runner.py ` in line with iris
44
44
benchmarks.
45
45
[ @stephenworsley ] ( https://github.com/stephenworsley )
46
- - [ PR #293 ] ( https://github.com/SciTools-incubator /iris-esmf-regrid/pull/293 )
46
+ - [ PR #293 ] ( https://github.com/SciTools/iris-esmf-regrid/pull/293 )
47
47
Enumerated method and normtype input.
48
48
[ @ESadek-MO ] ( https://github.com/ESadek-MO )
49
49
50
50
### Fixed
51
51
52
- - [ PR #239 ] ( https://github.com/SciTools-incubator /iris-esmf-regrid/pull/239 )
52
+ - [ PR #239 ] ( https://github.com/SciTools/iris-esmf-regrid/pull/239 )
53
53
Ensured dtype is preserved by regridding.
54
54
[ @stephenworsley ] ( https://github.com/stephenworsley )
55
- - [ PR #353 ] ( https://github.com/SciTools-incubator /iris-esmf-regrid/pull/353 )
55
+ - [ PR #353 ] ( https://github.com/SciTools/iris-esmf-regrid/pull/353 )
56
56
Fixed a bug which caused errors with ESMF versions 8.6 and higher.
57
57
[ @stephenworsley ] ( https://github.com/stephenworsley )
58
- - [ PR #338 ] ( https://github.com/SciTools-incubator /iris-esmf-regrid/pull/338 )
58
+ - [ PR #338 ] ( https://github.com/SciTools/iris-esmf-regrid/pull/338 )
59
59
Fixed a potential memory leak when creating regridders.
60
60
[ @stephenworsley ] ( https://github.com/stephenworsley )
61
61
62
62
## [ 0.9] - 2023-11-03
63
63
64
64
### Added
65
65
66
- - [ PR #178 ] ( https://github.com/SciTools-incubator /iris-esmf-regrid/pull/178 )
66
+ - [ PR #178 ] ( https://github.com/SciTools/iris-esmf-regrid/pull/178 )
67
67
Added support for coordinate systems with non-degree type units.
68
68
[ @stephenworsley ] ( https://github.com/stephenworsley )
69
69
70
- - [ PR #311 ] ( https://github.com/SciTools-incubator /iris-esmf-regrid/pull/311 )
70
+ - [ PR #311 ] ( https://github.com/SciTools/iris-esmf-regrid/pull/311 )
71
71
Added support for Mesh to Mesh regridding.
72
72
[ @HGWright ] ( https://github.com/HGWright )
73
73
74
74
### Fixed
75
75
76
- - [ PR #301 ] ( https://github.com/SciTools-incubator /iris-esmf-regrid/pull/301 )
76
+ - [ PR #301 ] ( https://github.com/SciTools/iris-esmf-regrid/pull/301 )
77
77
Fixed a bug which caused errors when regridding with the node locations
78
78
of a mesh whose face_node_connectivity had non-zero start_index.
79
79
[ @stephenworsley ] ( https://github.com/stephenworsley )
@@ -82,15 +82,15 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
82
82
83
83
### Added
84
84
85
- - [ PR #289 ] ( https://github.com/SciTools-incubator /iris-esmf-regrid/pull/289 )
85
+ - [ PR #289 ] ( https://github.com/SciTools/iris-esmf-regrid/pull/289 )
86
86
Added the ability to regrid onto a Mesh as a target instead of a Cube.
87
87
[ @stephenworsley ] ( https://github.com/stephenworsley )
88
88
89
89
## [ 0.7] - 2023-05-23
90
90
91
91
### Added
92
92
93
- - [ PR #198 ] ( https://github.com/SciTools-incubator /iris-esmf-regrid/pull/198 )
93
+ - [ PR #198 ] ( https://github.com/SciTools/iris-esmf-regrid/pull/198 )
94
94
As a result of refactoring regridders to all derive from the same class,
95
95
` _ESMFRegridder ` , functionality has been added to the ` ESMFAreaWeighted `
96
96
scheme and a new scheme, ` ESMFBilinear ` , has been added.
@@ -99,17 +99,17 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
99
99
these grids with the ` src_resolution ` and ` tgt_resolution ` keywords.
100
100
[ @stephenworsley ] ( https://github.com/stephenworsley ) with extensive review
101
101
work from [ @trexfeathers ] ( https://github.com/trexfeathers )
102
- - [ PR #266 ] ( https://github.com/SciTools-incubator /iris-esmf-regrid/pull/266 )
102
+ - [ PR #266 ] ( https://github.com/SciTools/iris-esmf-regrid/pull/266 )
103
103
Added Nearest neighbour regridding.
104
104
[ @stephenworsley ] ( https://github.com/stephenworsley )
105
105
[ @HGWright ] ( https://github.com/HGWright )
106
- - [ PR #272 ] ( https://github.com/SciTools-incubator /iris-esmf-regrid/pull/272 )
106
+ - [ PR #272 ] ( https://github.com/SciTools/iris-esmf-regrid/pull/272 )
107
107
Add support for Python 3.11.
108
108
[ @stephenworsley ] ( https://github.com/stephenworsley )
109
109
110
110
### Changed
111
111
112
- - [ PR #198 ] ( https://github.com/SciTools-incubator /iris-esmf-regrid/pull/198 )
112
+ - [ PR #198 ] ( https://github.com/SciTools/iris-esmf-regrid/pull/198 )
113
113
Refactor regridders to all derive from the same class ` _ESMFRegridder ` .
114
114
For the sake of consistency, the resolution keyword in
115
115
` GridToMeshESMFRegridder ` and ` MeshToGridESMFRegridder ` have been
@@ -119,41 +119,41 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
119
119
120
120
### Removed
121
121
122
- - [ PR #272 ] ( https://github.com/SciTools-incubator /iris-esmf-regrid/pull/272 )
122
+ - [ PR #272 ] ( https://github.com/SciTools/iris-esmf-regrid/pull/272 )
123
123
Remove support for Python 3.8.
124
124
[ @stephenworsley ] ( https://github.com/stephenworsley )
125
125
126
126
### Fixed
127
127
128
- - [ PR #258 ] ( https://github.com/SciTools-incubator /iris-esmf-regrid/pull/258 )
128
+ - [ PR #258 ] ( https://github.com/SciTools/iris-esmf-regrid/pull/258 )
129
129
Allow the documentation to build properly.
130
130
[ @zklaus ] ( https://github.com/zklaus )
131
131
132
132
## [ 0.6] - 2023-03-31
133
133
134
134
### Added
135
135
136
- - [ PR #217 ] ( https://github.com/SciTools-incubator /iris-esmf-regrid/pull/217 )
136
+ - [ PR #217 ] ( https://github.com/SciTools/iris-esmf-regrid/pull/217 )
137
137
Changed the behaviour of coordinate fetching to allow Cubes with both
138
138
1D DimCoords and 2D AuxCoords. In this case the DimCoords are prioritised.
139
139
[ @stephenworsley ] ( https://github.com/stephenworsley )
140
- - [ PR #220 ] ( https://github.com/SciTools-incubator /iris-esmf-regrid/pull/220 )
140
+ - [ PR #220 ] ( https://github.com/SciTools/iris-esmf-regrid/pull/220 )
141
141
Matured the benchmarking architecture in line with the latest setup in
142
142
SciTools/iris.
143
143
[ @trexfeathers ] ( https://github.com/trexfeathers )
144
- - [ PR #241 ] ( https://github.com/SciTools-incubator /iris-esmf-regrid/pull/241 )
144
+ - [ PR #241 ] ( https://github.com/SciTools/iris-esmf-regrid/pull/241 )
145
145
Fixed compatibility with esmpy 8.4.
146
146
[ @stephenworsley ] ( https://github.com/stephenworsley ) with help from
147
147
[ @bjlittle ] ( https://github.com/bjlittle ) and
148
148
[ @valeriupredoi ] ( https://github.com/valeriupredoi )
149
- - [ PR #219 ] ( https://github.com/SciTools-incubator /iris-esmf-regrid/pull/219 )
149
+ - [ PR #219 ] ( https://github.com/SciTools/iris-esmf-regrid/pull/219 )
150
150
Added support for 2D AuxCoords with discontiguities under masked values
151
151
with the use_src_mask and use_tgt_mask keywords.
152
152
[ @stephenworsley ] ( https://github.com/stephenworsley ) with extensive review
153
153
work from [ @trexfeathers ] ( https://github.com/trexfeathers )
154
154
155
155
### Fixed
156
- - [ PR #242 ] ( https://github.com/SciTools-incubator /iris-esmf-regrid/pull/242 )
156
+ - [ PR #242 ] ( https://github.com/SciTools/iris-esmf-regrid/pull/242 )
157
157
Fixed an issue which caused regridding to curvilinear grids with lazy
158
158
data to fail.
159
159
[ @stephenworsley ] ( https://github.com/stephenworsley )
@@ -165,16 +165,16 @@ curvilinear grids and low resolution grids.
165
165
166
166
### Added
167
167
168
- - [ PR #148 ] ( https://github.com/SciTools-incubator /iris-esmf-regrid/pull/148 )
168
+ - [ PR #148 ] ( https://github.com/SciTools/iris-esmf-regrid/pull/148 )
169
169
Added support for Bilinear regridding for unstructured regridding.
170
- - [ PR #165 ] ( https://github.com/SciTools-incubator /iris-esmf-regrid/pull/165 )
170
+ - [ PR #165 ] ( https://github.com/SciTools/iris-esmf-regrid/pull/165 )
171
171
Added RefinedGridInfo and resolution keyword for unstructured regridders.
172
- - [ PR #166 ] ( https://github.com/SciTools-incubator /iris-esmf-regrid/pull/166 )
172
+ - [ PR #166 ] ( https://github.com/SciTools/iris-esmf-regrid/pull/166 )
173
173
Made weights array handling more robust for different formats of
174
174
pre-computed weights matrices.
175
- - [ PR #175 ] ( https://github.com/SciTools-incubator /iris-esmf-regrid/pull/175 )
175
+ - [ PR #175 ] ( https://github.com/SciTools/iris-esmf-regrid/pull/175 )
176
176
Add curvilinear support for unstructured regridders.
177
- - [ PR #208 ] ( https://github.com/SciTools-incubator /iris-esmf-regrid/pull/208 )
177
+ - [ PR #208 ] ( https://github.com/SciTools/iris-esmf-regrid/pull/208 )
178
178
Unpin Python.
179
179
180
180
## [ 0.4] - 2022-02-24
@@ -183,24 +183,24 @@ This release added the ability to regrid data stored on a UGRID mesh.
183
183
184
184
### Added
185
185
186
- - [ PR #31 ] ( https://github.com/SciTools-incubator /iris-esmf-regrid/pull/31 )
187
- [ PR #32 ] ( https://github.com/SciTools-incubator /iris-esmf-regrid/pull/32 )
188
- [ PR #36 ] ( https://github.com/SciTools-incubator /iris-esmf-regrid/pull/36 )
189
- [ PR #39 ] ( https://github.com/SciTools-incubator /iris-esmf-regrid/pull/39 )
190
- [ PR #46 ] ( https://github.com/SciTools-incubator /iris-esmf-regrid/pull/46 )
191
- [ PR #55 ] ( https://github.com/SciTools-incubator /iris-esmf-regrid/pull/55 )
192
- [ PR #96 ] ( https://github.com/SciTools-incubator /iris-esmf-regrid/pull/96 )
186
+ - [ PR #31 ] ( https://github.com/SciTools/iris-esmf-regrid/pull/31 )
187
+ [ PR #32 ] ( https://github.com/SciTools/iris-esmf-regrid/pull/32 )
188
+ [ PR #36 ] ( https://github.com/SciTools/iris-esmf-regrid/pull/36 )
189
+ [ PR #39 ] ( https://github.com/SciTools/iris-esmf-regrid/pull/39 )
190
+ [ PR #46 ] ( https://github.com/SciTools/iris-esmf-regrid/pull/46 )
191
+ [ PR #55 ] ( https://github.com/SciTools/iris-esmf-regrid/pull/55 )
192
+ [ PR #96 ] ( https://github.com/SciTools/iris-esmf-regrid/pull/96 )
193
193
Added the unstructured regridders ` GridToMeshESMFRegridder ` and
194
194
` MeshToGridESMFRegridder ` .
195
195
[ @stephenworsley ] ( https://github.com/stephenworsley ) with extensive review
196
196
work from [ @abooton ] ( https://github.com/abooton ) and
197
197
[ @jamesp ] ( https://github.com/jamesp ) with benchmarking help from
198
198
[ @trexfeathers ] ( https://github.com/trexfeathers )
199
- - [ PR #130 ] ( https://github.com/SciTools-incubator /iris-esmf-regrid/pull/130 )
200
- [ PR #137 ] ( https://github.com/SciTools-incubator /iris-esmf-regrid/pull/137 )
199
+ - [ PR #130 ] ( https://github.com/SciTools/iris-esmf-regrid/pull/130 )
200
+ [ PR #137 ] ( https://github.com/SciTools/iris-esmf-regrid/pull/137 )
201
201
Added functions for saving of the unstructured regridders.
202
202
[ @stephenworsley ] ( https://github.com/stephenworsley )
203
- - [ PR #155 ] ( https://github.com/SciTools-incubator /iris-esmf-regrid/pull/155 )
203
+ - [ PR #155 ] ( https://github.com/SciTools/iris-esmf-regrid/pull/155 )
204
204
Enabled Sphinx and RTD for automatically rendering the API.
205
205
[ @trexfeathers ] ( https://github.com/trexfeathers )
206
206
@@ -210,10 +210,10 @@ The major change with this version was the addition of the ability to
210
210
regrid curvilinear grids (i.e. grids with 2D arrays of coordinates).
211
211
212
212
### Added
213
- - [ PR #125 ] ( https://github.com/SciTools-incubator /iris-esmf-regrid/pull/125 )
213
+ - [ PR #125 ] ( https://github.com/SciTools/iris-esmf-regrid/pull/125 )
214
214
Added support for curvilinear grids, i.e. cubes with 2D lat/lon coords.
215
215
[ @stephenworsley ] ( https://github.com/stephenworsley )
216
- - [ PR #124 ] ( https://github.com/SciTools-incubator /iris-esmf-regrid/pull/124 )
216
+ - [ PR #124 ] ( https://github.com/SciTools/iris-esmf-regrid/pull/124 )
217
217
Improved generation of benchmark data to allow data to be generated from
218
218
a common version/environment.
219
219
[ @trexfeathers ] ( https://github.com/trexfeathers )
@@ -225,22 +225,22 @@ This defers the calculation of regridding to the realisation of the data
225
225
when the data is a dask array. Calculations may be parallelised via dask.
226
226
227
227
### Added
228
- - [ PR #80 ] ( https://github.com/SciTools-incubator /iris-esmf-regrid/pull/80 )
228
+ - [ PR #80 ] ( https://github.com/SciTools/iris-esmf-regrid/pull/80 )
229
229
Added support for lazy regridding, this showed an improvement in the
230
230
performance of the regridding benchmarks.
231
231
[ @stephenworsley ] ( https://github.com/stephenworsley )
232
- - [ PR #79 ] ( https://github.com/SciTools-incubator /iris-esmf-regrid/pull/79 )
232
+ - [ PR #79 ] ( https://github.com/SciTools/iris-esmf-regrid/pull/79 )
233
233
Added support for benchmarks on the CI.
234
234
[ @trexfeathers ] ( https://github.com/trexfeathers )
235
- - [ PR #98 ] ( https://github.com/SciTools-incubator /iris-esmf-regrid/pull/98 )
235
+ - [ PR #98 ] ( https://github.com/SciTools/iris-esmf-regrid/pull/98 )
236
236
Added benchmarks for regridding with realised data.
237
237
[ @stephenworsley ] ( https://github.com/stephenworsley )
238
- - [ PR #100 ] ( https://github.com/SciTools-incubator /iris-esmf-regrid/pull/100 )
238
+ - [ PR #100 ] ( https://github.com/SciTools/iris-esmf-regrid/pull/100 )
239
239
Added benchmarks for regridding with lazy data.
240
240
[ @stephenworsley ] ( https://github.com/stephenworsley )
241
241
242
242
### Fixed
243
- - [ PR #92 ] ( https://github.com/SciTools-incubator /iris-esmf-regrid/pull/92 )
243
+ - [ PR #92 ] ( https://github.com/SciTools/iris-esmf-regrid/pull/92 )
244
244
Fixed an issue with directory naming. [ @lbdreyer ] ( https://github.com/lbdreyer )
245
- - [ PR #83 ] ( https://github.com/SciTools-incubator /iris-esmf-regrid/pull/83 )
245
+ - [ PR #83 ] ( https://github.com/SciTools/iris-esmf-regrid/pull/83 )
246
246
Added missing docstrings. [ @stephenworsley ] ( https://github.com/stephenworsley )
0 commit comments