Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
86 commits
Select commit Hold shift + click to select a range
d0d1969
New field implementation (#913)
sandorkertesz Mar 1, 2026
f75ed2e
Adapt grib cache to new field structure (#914)
sandorkertesz Mar 1, 2026
34e3518
Code cleanup (#915)
sandorkertesz Mar 2, 2026
689eb8c
Improve legacy gridspec (#916)
sandorkertesz Mar 2, 2026
ec9c9f4
Simplify legacy gridspec for reduced_gg (#917)
sandorkertesz Mar 2, 2026
031c46b
Fix xarray earthkit attribute size (#918)
sandorkertesz Mar 4, 2026
573b883
Feature/high level object (#919)
sandorkertesz Mar 10, 2026
b57cddd
Update requirements for v1.0 (#920)
iainrussell Mar 10, 2026
8536d58
Remove obsolete xarray engine test
sandorkertesz Mar 10, 2026
9e7d456
Code cleanup
sandorkertesz Mar 10, 2026
bd76e8e
fix for existing code
EddyCMWF Mar 10, 2026
8506845
Adapt notebooks to refactored code
sandorkertesz Mar 10, 2026
cb65b7e
Calling set without args should return the field itself (#921)
sandorkertesz Mar 11, 2026
2d63090
Enable input modules wrappers tests (#922)
sandorkertesz Mar 11, 2026
a753267
Feature/adjust notebooks (#923)
sandorkertesz Mar 11, 2026
8ce939c
Fix docs build
sandorkertesz Mar 11, 2026
49aab43
Update notebooks
sandorkertesz Mar 11, 2026
6871e22
Update docs style
sandorkertesz Mar 11, 2026
73d2d39
Add set method to fieldlist
sandorkertesz Mar 12, 2026
04226c1
Fix pandas dataframe rendering in docs
sandorkertesz Mar 12, 2026
f88c356
Fix docs build
sandorkertesz Mar 12, 2026
644df15
Use empty list for columns default in bufr to_pandas
sandorkertesz Mar 12, 2026
92bcab8
Improve data repr and fix notebooks (#924)
sandorkertesz Mar 13, 2026
a9769c1
Fix docs references
sandorkertesz Mar 13, 2026
9a38f08
Add order_by notebook
sandorkertesz Mar 14, 2026
53196e8
Fix order_by notebook
sandorkertesz Mar 14, 2026
724a491
Feature/field time (#925)
sandorkertesz Mar 15, 2026
ed9f779
Fix bufr high level to_pandas
sandorkertesz Mar 16, 2026
ce64332
Use yamlfmt and replace isort with ruff in pre-commit
sandorkertesz Mar 16, 2026
96ea4c2
Update pre-commit
sandorkertesz Mar 16, 2026
81a3b2b
Merge from develop
sandorkertesz Mar 16, 2026
8739d44
Add repr to SimpleFiedlList
sandorkertesz Mar 16, 2026
b1f2c1e
Fix typo in docs
sandorkertesz Mar 17, 2026
0d49bbf
Change bufr_ls keys
sandorkertesz Mar 17, 2026
11e7ed5
Fix healpix field repr
sandorkertesz Mar 17, 2026
f98a508
Feature/remove module input transform code (#934)
EddyCMWF Mar 19, 2026
dd0b874
Perf/better tensor indexing (#932)
pawel-wolff Mar 19, 2026
19827d4
Allow using arbitrary level types in Fields (#935)
sandorkertesz Mar 19, 2026
616666b
Change docs structure
sandorkertesz Mar 20, 2026
d1eceed
Merge from develop
sandorkertesz Mar 22, 2026
a144d4d
Update docs
sandorkertesz Mar 23, 2026
4e9b4d4
Apply new linting
sandorkertesz Mar 23, 2026
460794c
Merge from develop
sandorkertesz Mar 23, 2026
fdfdda7
Merge from develop
sandorkertesz Mar 23, 2026
5d2b2af
Pin pyfdb version
sandorkertesz Mar 23, 2026
5f875f9
Add migration guide
sandorkertesz Mar 23, 2026
7c90a88
Fix/tensor indexing bug #936 (#941)
pawel-wolff Mar 23, 2026
249b710
Add migration guide
sandorkertesz Mar 23, 2026
a9a5212
Enforce using ecCodes with eckit-geo support enabled
sandorkertesz Mar 24, 2026
bbcc8a8
Update docs
sandorkertesz Mar 24, 2026
24c213a
Remove legacy gridspec
sandorkertesz Mar 25, 2026
0e6d94a
Update docs
sandorkertesz Mar 25, 2026
2464ae4
Update docs
sandorkertesz Mar 26, 2026
6087bcd
Remove isel from fieldlist
sandorkertesz Mar 26, 2026
c27a8b2
Update docs
sandorkertesz Mar 26, 2026
c25905b
Update docs
sandorkertesz Mar 26, 2026
0f410e8
Update docs
sandorkertesz Mar 27, 2026
b59cf4f
Update geopandas and shapefile interface
sandorkertesz Mar 27, 2026
767ab46
Update docs
sandorkertesz Mar 27, 2026
0f9f08d
Add shifted_ll_subarea test grib
sandorkertesz Mar 27, 2026
a89a218
Fix covjson
sandorkertesz Mar 27, 2026
e8b07f2
Update docs
sandorkertesz Mar 27, 2026
be8f642
Do not use eckit.geo.Grid object for GRIB geography
sandorkertesz Mar 27, 2026
e5a15a6
Fix docs sidebar
sandorkertesz Mar 27, 2026
5d79d5a
Update docs
sandorkertesz Mar 28, 2026
545db0d
Update docs
sandorkertesz Mar 28, 2026
3db2b8e
Update docs
sandorkertesz Mar 28, 2026
9ddfe79
Update docs
sandorkertesz Mar 28, 2026
d5750c9
Update docs
sandorkertesz Mar 28, 2026
a5f184e
Update docs
sandorkertesz Mar 28, 2026
a96a10c
Update docs
sandorkertesz Mar 28, 2026
e429b38
Feature/some more docs reordering (#942)
EddyCMWF Mar 29, 2026
e93ff4f
Adjust code to restructured docs
sandorkertesz Mar 29, 2026
af1bd0c
Update docs
sandorkertesz Mar 29, 2026
505bfd0
Refactor Fieldlist to_xarray
sandorkertesz Mar 29, 2026
36ac5b3
Refactor to_pandas implementation in fieldlist and update docs
sandorkertesz Mar 30, 2026
fee8947
Update xarray engine docs
sandorkertesz Mar 30, 2026
75e6593
Update docs
sandorkertesz Mar 30, 2026
2e622c3
Update docs
sandorkertesz Mar 30, 2026
437e1d9
Fix docs
sandorkertesz Mar 30, 2026
65e1a22
Add new grid test and update docs
sandorkertesz Mar 30, 2026
7036a7a
Review field components code and docs
sandorkertesz Mar 30, 2026
8429d8d
Doc/xr engine review (#947)
pawel-wolff Mar 31, 2026
c324b66
Update docs
sandorkertesz Mar 31, 2026
61adbee
Update docs
sandorkertesz Mar 31, 2026
1d8bac5
Merge release 1.0.0rc0 into develop
sandorkertesz Mar 31, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
22 changes: 13 additions & 9 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -209,15 +209,19 @@ instance/

# Sphinx documentation
docs/_build/
docs/examples/*.tar
docs/examples/*.zip
docs/examples/_*
docs/examples/earthkit_use_cases/*.grib
docs/examples/_fdb
docs/experimental/_*
docs/experimental/*.grib*
docs/experimental/*.pp*
docs/experimental/*.png*
docs/source/how-tos/*.tar
docs/source/how-tos/*.zip
docs/source/how-tos/_*
docs/source/how-tos/earthkit_use_cases/*.grib
docs/source/how-tos/*/_*
docs/source/experimental/_*
docs/source/experimental/*.grib*
docs/source/experimental/*.pp*
docs/source/experimental/*.png*
docs/source/experimental/*.nc*
docs/source/experimental/*.geojson*

autodocs/

# PyBuilder
.pybuilder/
Expand Down
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ repos:
rev: v0.15.4
hooks:
- id: ruff-check
exclude: '(dev/.*|.*_)\.py$'
exclude: '(dev/.*|.*_)\.py$|docs/source/experimental/.*\.ipynb$|polytope_feature\.ipynb$|field_overview\.ipynb$'
args:
- --fix
- --exit-non-zero-on-fix
Expand Down
39 changes: 33 additions & 6 deletions .readthedocs.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,40 @@
# .readthedocs.yaml
# Read the Docs configuration file
# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details

# Required
version: 2
formats: []

# Set the OS, Python version and other tools you might need
build:
os: "ubuntu-22.04"
os: ubuntu-22.04
tools:
python: "3.10"
python: "3.11"
jobs:
pre_build:
- rm -rf _build
- rm -rf docs/_build
- cd docs
# You can also specify other tool versions:
# nodejs: "19"
# rust: "1.64"
# golang: "1.19"

# Build documentation in the "docs/" directory with Sphinx
sphinx:
configuration: docs/source/conf.py

# Optionally build your docs in additional formats such as PDF and ePub
# formats:
# - pdf
# - epub

# Optional but recommended, declare the Python requirements required
# to build your documentation
# See https://docs.readthedocs.io/en/stable/guides/reproducible-builds.html
python:
install:
- requirements: docs/requirements.txt
- method: pip
path: .
sphinx:
configuration: docs/conf.py
extra_requirements:
- docs
2 changes: 1 addition & 1 deletion docs/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# from the environment for the first two.
SPHINXOPTS ?=
SPHINXBUILD ?= sphinx-build
SOURCEDIR = .
SOURCEDIR = source
BUILDDIR = _build

# Put it first so that "make" without argument is like "make help".
Expand Down
50 changes: 0 additions & 50 deletions docs/_static/style.css

This file was deleted.

72 changes: 0 additions & 72 deletions docs/api.rst

This file was deleted.

147 changes: 0 additions & 147 deletions docs/conf.py

This file was deleted.

Loading
Loading