Skip to content

Commit 4c08b49

Browse files
committed
Restore high-level api
1 parent 6b9db6b commit 4c08b49

File tree

3 files changed

+10
-6
lines changed

3 files changed

+10
-6
lines changed

CHANGELOG.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22
Changelog for eccodes-python
33
============================
44

5+
1.3.2 (2021-04-16)
6+
--------------------
7+
8+
- Restore the experimental high-level interface
59

610
1.3.1 (2021-04-16)
711
--------------------

eccodes/eccodes.py

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -216,17 +216,14 @@
216216
from .high_level.gribmessage import GribMessage
217217

218218
__all__ = [
219-
"BufrFile",
220-
"BufrMessage",
221-
"GribFile",
222-
"GribIndex",
223-
"GribMessage",
224219
"__version__",
225220
"ArrayTooSmallError",
226221
"AttributeClashError",
227222
"AttributeNotFoundError",
228223
"bindings_version",
229224
"BufferTooSmallError",
225+
"BufrFile",
226+
"BufrMessage",
230227
"CodeNotFoundInTableError",
231228
"codes_any_new_from_file",
232229
"codes_bufr_copy_data",
@@ -363,7 +360,10 @@
363360
"FunctionalityNotEnabledError",
364361
"FunctionNotImplementedError",
365362
"GeocalculusError",
363+
"GribFile",
364+
"GribIndex",
366365
"GribInternalError",
366+
"GribMessage",
367367
"HashArrayNoMatchError",
368368
"InternalArrayTooSmallError",
369369
"InternalError",

gribapi/bindings.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020

2121
import cffi
2222

23-
__version__ = "1.3.1"
23+
__version__ = "1.3.2"
2424

2525
LOG = logging.getLogger(__name__)
2626

0 commit comments

Comments
 (0)