Skip to content

Commit

Permalink
Release 0.9.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sandorkertesz committed Jun 27, 2024
1 parent 011a5d1 commit c3896dc
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,18 @@
Changelog for cfgrib
====================

0.9.13.0 (2024-06-27)
---------------------

- Allow users to pass of list of values to filter a key by.
See `#384 <https://github.com/ecmwf/cfgrib/pull/384>`_.

- Functionality to ignore keys when reading a grib file
See `#382 <https://github.com/ecmwf/cfgrib/pull/382>`_.

- Preserve coordinate encoding in cfgrib.open_datasets
See `#381 <https://github.com/ecmwf/cfgrib/pull/381>`_.

0.9.12.0 (2024-05-26)
---------------------

Expand Down
2 changes: 1 addition & 1 deletion cfgrib/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.

__version__ = "0.9.12.0"
__version__ = "0.9.13.0"

# cfgrib core API depends on the ECMWF ecCodes C-library only
from .abc import Field, Fieldset, Index, MappingFieldset
Expand Down

0 comments on commit c3896dc

Please sign in to comment.