Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature/merge develop into main 0.10.0 #439

Merged
merged 26 commits into from
Sep 3, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
26 commits
Select commit Hold shift + click to select a range
8000b2e
Fix repeated use of build_remapping with a patch (#412)
sandorkertesz Jun 26, 2024
045d5d7
Add subsetting option to to_numpy method (#407)
sandorkertesz Jul 4, 2024
d4531c9
Use pyproject.toml for ci requirements (#415)
iainrussell Jul 10, 2024
1c508ec
Use pyproject.toml for ci requirements (#415)
iainrussell Jul 10, 2024
18afcea
Fix pre-commit for pyproject.toml
sandorkertesz Jul 12, 2024
8745b24
Use pyproject.toml for ci requirements (#415)
iainrussell Jul 16, 2024
b97d766
Use pyproject.toml for ci requirements (#415)
iainrussell Jul 17, 2024
eff0102
Merge pull request #416 from ecmwf/feature/toml-in-ci
iainrussell Jul 17, 2024
6666a8c
Merge from main 0.9.2
sandorkertesz Jul 17, 2024
bf54ffd
Merge pull request #420 from ecmwf/feature/merge-from-main-0.9.2
sandorkertesz Jul 17, 2024
825f217
Merge branch 'main' into feature/merge-from-main-0.9.3
sandorkertesz Jul 25, 2024
2dbd22c
Merge pull request #425 from ecmwf/feature/merge-from-main-0.9.3
sandorkertesz Jul 25, 2024
b9d84e2
Add Ni and Nj to reference output in test_numpy_fs_summary.py
iainrussell Jul 26, 2024
4ab9e71
Add Ni and Nj to reference output in test_grib_summary.py
iainrussell Jul 26, 2024
963ef9d
Merge pull request #426 from ecmwf/feature/add-ni-nj-to-grib1-geog-tests
iainrussell Jul 26, 2024
a26742e
Set progress_bar default to False for unique_values
sandorkertesz Aug 4, 2024
c83df35
Merge pull request #427 from ecmwf/feature/progressbar-off-for-unique…
sandorkertesz Aug 4, 2024
16307e7
Do not normalise metadata key names for sel, isel and order_by calls
sandorkertesz Aug 7, 2024
b22e2a1
Merge pull request #429 from ecmwf/feature/remove-normalize-kwargs-names
sandorkertesz Aug 7, 2024
9b61eb4
Implement standalone grib metadata (#430)
sandorkertesz Aug 10, 2024
f364f46
Update cds dependencies in setup (#431)
sandorkertesz Aug 15, 2024
81d5d6b
Upgrade minimum version of cdsapi (#433)
JamesVarndell Aug 20, 2024
8060550
Add GRIB field, handle and metadata cache (#428)
sandorkertesz Aug 20, 2024
fb8a720
Improve fieldlist indices implementation (#436)
sandorkertesz Aug 30, 2024
973c436
Make some tests depend on eccodes version (#437)
sandorkertesz Sep 2, 2024
8735c2e
Merge branch 'develop' into feature/merge-develop-into-main-0.10.0
sandorkertesz Sep 2, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading