hgrib v0.3.1.0 Release Notes
Release Date: 2015-11-07 // almost 9 years ago-
- โ Added
skipMessage
,skipMessageIf
, andskipMessageIf_
toData.Grib
, three functions to easily skip unwanted GRIB messages in a file.
- โ Added
Previous changes from v0.3.0.0
-
โ Added a
GribIO
monad inData.Grib
, which is a higher-level abstraction for reading GRIB files over the raw bindings inData.Grib.Raw
.๐ Moved
Data.Grib.Raw.Exception
up toData.Grib
.๐ป
Data.Grib.Raw
no longer re-exports theException
module mentioned above.Made
gribHandleNewFromFile
return aMaybe GribHandle
instead of a plainGribHandle
.Nothing
is returned if no more messages could be read from the given stream.โ Re-organized the test utility modules.
๐ Moved
Data.Grib.Raw.Marshal
from other to exposed modules, but it should still be considered an internal module and it is not included in the documentation.