File tree Expand file tree Collapse file tree 3 files changed +10
-6
lines changed Expand file tree Collapse file tree 3 files changed +10
-6
lines changed Original file line number Diff line number Diff line change 2
2
Changelog for eccodes-python
3
3
============================
4
4
5
+ 1.3.2 (2021-04-16)
6
+ --------------------
7
+
8
+ - Restore the experimental high-level interface
5
9
6
10
1.3.1 (2021-04-16)
7
11
--------------------
Original file line number Diff line number Diff line change 216
216
from .high_level .gribmessage import GribMessage
217
217
218
218
__all__ = [
219
- "BufrFile" ,
220
- "BufrMessage" ,
221
- "GribFile" ,
222
- "GribIndex" ,
223
- "GribMessage" ,
224
219
"__version__" ,
225
220
"ArrayTooSmallError" ,
226
221
"AttributeClashError" ,
227
222
"AttributeNotFoundError" ,
228
223
"bindings_version" ,
229
224
"BufferTooSmallError" ,
225
+ "BufrFile" ,
226
+ "BufrMessage" ,
230
227
"CodeNotFoundInTableError" ,
231
228
"codes_any_new_from_file" ,
232
229
"codes_bufr_copy_data" ,
363
360
"FunctionalityNotEnabledError" ,
364
361
"FunctionNotImplementedError" ,
365
362
"GeocalculusError" ,
363
+ "GribFile" ,
364
+ "GribIndex" ,
366
365
"GribInternalError" ,
366
+ "GribMessage" ,
367
367
"HashArrayNoMatchError" ,
368
368
"InternalArrayTooSmallError" ,
369
369
"InternalError" ,
Original file line number Diff line number Diff line change 20
20
21
21
import cffi
22
22
23
- __version__ = "1.3.1 "
23
+ __version__ = "1.3.2 "
24
24
25
25
LOG = logging .getLogger (__name__ )
26
26
You can’t perform that action at this time.
0 commit comments