Skip to content

Commit

Permalink
Merge pull request #439 from ecmwf/feature/merge-develop-into-main-0.…
Browse files Browse the repository at this point in the history
…10.0

Feature/merge develop into main 0.10.0
  • Loading branch information
sandorkertesz authored Sep 3, 2024
2 parents 61dfca7 + 8735c2e commit 5148c59
Show file tree
Hide file tree
Showing 37 changed files with 2,629 additions and 291 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ repos:
- id: debug-statements
- id: mixed-line-ending
- id: no-commit-to-branch # Prevent committing to main / master
- id: check-merge-conflict # Check for files that contain merge conflict
# - id: check-merge-conflict # Check for files that contain merge conflict
- repo: https://github.com/PyCQA/isort
rev: 5.13.0
hooks:
Expand Down
2 changes: 2 additions & 0 deletions docs/api.rst
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ Metadata
- :py:class:`~data.core.metadata.Metadata`
- :py:class:`~data.core.metadata.RawMetadata`
- :py:class:`~data.readers.grib.metadata.GribMetadata`
- :py:class:`~data.readers.grib.metadata.GribFieldMetadata`
- :py:class:`~data.readers.grib.metadata.StandAloneGribMetadata`

Numpy fields
---------------
Expand Down
Loading

0 comments on commit 5148c59

Please sign in to comment.