grib2io Version 0.9.3 Release Notes
New Features:
* Implementation of a wgrib2-formatted probability threshold string generated by new function, `grib2io.utils.get_wgrib2_prob_string()`. The string is stored in `grib2io.open._index['probString']`and in instances of `Grib2Message` as the `threshold` attribute. The logic for generation of the probability threshold string originates from wgrib2 source, [Prob.c](https://github.com/NOAA-EMC/NCEPLIBS-wgrib2/blob/develop/wgrib2/Prob.c). (#16)
* The `grib2io.open.select()` method now accepts keyword arguments `threshold=` that accepts a wgrib2-formatted probability threshold string and `percentile=` that accepts a integer representing the percentile value. (16 and 17)
* The `grib2.open` class `__init__` method now accepts a boolean keyword argument `decode=` (default is `True`) to provide user control of whether or not to decode GRIB2 integer code values from the GRIB2 definition sections to 'plain language" metadata. (18)
Bug Fixes:
* Fixed issue decoding probability threshold values from GRIB2 message witih product definition template numbers 4.5 and 4.9. (15)