Grib2io

Latest version: v2.3.0

Safety actively analyzes 688486 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 1 of 6

2.3.0

What's Changed
* New method, `subset()`, for `Grib2Message` objects to perform spatial subsetting by TimothyCera-NOAA in https://github.com/NOAA-MDL/grib2io/pull/155
* Added new `da.grib2io.update_attrs()` to update message attributes by TimothyCera-NOAA in https://github.com/NOAA-MDL/grib2io/pull/154
* NCEP GRIB2 tables updated to version 33.0.0


**Full Changelog**: https://github.com/NOAA-MDL/grib2io/compare/v2.2.5...v2.3.0

2.2.5

What's Changed
* Fixed `to_grib2()` writing an xarray without dimensional coordinates by TimothyCera-NOAA in https://github.com/NOAA-MDL/grib2io/pull/152
* Fixed issue where the `nbytes` property was not being calculated when printing Datasets on xarray>2024.1.0 by TimothyCera-NOAA in https://github.com/NOAA-MDL/grib2io/pull/153


**Full Changelog**: https://github.com/NOAA-MDL/grib2io/compare/v2.2.4...v2.2.5

2.2.4

What's Changed
* grib2io will now silently ignore non-GRIB2 data in a file, but will warn when a GRIB1 message is encounter (existing behavior) by EricEngle-NOAA in 65557cc

**Full Changelog**: https://github.com/NOAA-MDL/grib2io/compare/v2.2.3...v2.2.4

2.2.3

What's Changed
* Change to match shapes for setting leadTime attrs. by TimothyCera-NOAA in https://github.com/NOAA-MDL/grib2io/pull/147
* Added optional xarray dependency. by TimothyCera-NOAA in https://github.com/NOAA-MDL/grib2io/pull/148
* Fix 144 by alcoat in https://github.com/NOAA-MDL/grib2io/pull/149
* Add or edit multiple __set__ functions. by TimothyCera-NOAA in https://github.com/NOAA-MDL/grib2io/pull/150
* Added mode="x" new to open by TimothyCera-NOAA in https://github.com/NOAA-MDL/grib2io/pull/151
* Fixed issue reading "GRIB" header by EricEngle-NOAA in 2ae039d


**Full Changelog**: https://github.com/NOAA-MDL/grib2io/compare/v2.2.2...v2.2.3

2.2.2

What's Changed
* Fixed a bug where grib2io was not properly opening Gzipped GRIB2 files by EricEngle-NOAA in 95e397d
* Fixed an issue with the scenario where of calling `flush_data()` on a `Grib2Message` object created from a user (i.e. not read from file) would raise an error by EricEngle-NOAA in 95e397d
* Fixed an issue with the scenario of calling `pack()` method for a `Grib2Message` object where data are `None`. Moving forward, `pack()` will attempt to pack data if it can be found (i.e. reading data from disk) by EricEngle-NOAA in 95e397d
* Cleaned up logic of handling the `Grib2MessageOnDiskArray` object in the `Grib2Message` object when flushing unpacked data. Moving forward, the `Grib2Message._data` private attribute will be either `None` or `numpy.ndarray` and `Grib2Message._ondiskarray` will always be `None` or `Grib2MessageOnDiskArray`. by EricEngle-NOAA in 95e397d

**Full Changelog**: https://github.com/NOAA-MDL/grib2io/compare/v2.2.1...v2.2.2

2.2.1

What's Changed

* Fixed a bug in `Grib2Message.interpolate()` where num_threads was not being passed to the module-level function, `grib2io.interpolate()`. This caused the default value of 1 to always be used by EricEngle-NOAA in dadabda

**Full Changelog**: https://github.com/NOAA-MDL/grib2io/compare/v2.2.0...v2.2.1

Page 1 of 6

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.