Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
58 commits
Select commit Hold shift + click to select a range
0e20bce
refactor: migrate dependency management from Conda to Pixi by adding …
Jan 19, 2026
ee72a6f
fix: toml parse error in pyproject
Jan 19, 2026
bd898ac
Update project dependencies and configuration in `pyproject.toml`.
Jan 19, 2026
9ac2e99
fix: TOML parse error
Jan 19, 2026
438f2dc
chore: Update project dependencies and lock file.
Jan 19, 2026
c329bc4
feat: Add new temperature, synoptic, and wind indicators, leveraging …
Jan 19, 2026
364d245
refactor: improve code formatting and docstring consistency in precip…
Jan 19, 2026
afb021e
docs: Update `pixi run` commands in README to explicitly use the `dev…
Jan 21, 2026
31b3502
fix generated indices install location so it writes the packages in t…
garciampred Jan 21, 2026
bb14434
feat: Add a robust performance benchmarking notebook comparing Earthk…
Jan 22, 2026
ce90e1a
Merge remote-tracking branch 'ecmwf/develop' into develop
garciampred Jan 27, 2026
88a0696
Remove `robust_performance_benchmarking.ipynb`, update `performance_a…
Feb 9, 2026
0fafb53
docs: refresh performance analysis notebook outputs with new benchmar…
Feb 9, 2026
241ff9f
Re-run performance analysis notebook to update execution counts and b…
Feb 9, 2026
37e1654
feat: Add unit tests for synoptic and wind indicators, refactor preci…
Feb 9, 2026
1790dc7
Merge branch 'auto-generate-xclim-wrappers' of github.com:AntonioCC80…
Feb 9, 2026
a4dafc8
Merge pull request #8 from Predictia/profiling
AntonioCC808 Feb 10, 2026
f5a1a17
docs: Update performance analysis notebook with fresh benchmark resul…
Feb 10, 2026
4bbd756
Merge pull request #9 from Predictia/profiling
AntonioCC808 Feb 10, 2026
1ad1f0a
Remove `wind` and `synoptic` indicator modules and their tests, and u…
Feb 10, 2026
59d7071
Merge branch 'develop' into auto-generate-xclim-wrappers
Feb 10, 2026
659f8be
Merge pull request #10 from Predictia/auto-generate-xclim-wrappers
AntonioCC808 Feb 10, 2026
18fc9d3
style: Apply code formatting and update dependencies in the performan…
Feb 10, 2026
d433ae2
chore: Re-execute performance analysis notebook, updating cell execut…
Feb 10, 2026
fc5b533
refactor: Update and expand unit tests for precipitation and temperat…
Feb 11, 2026
5654f7b
docs: Update xclim wrapper docstrings with specific function names, U…
Feb 13, 2026
0f45bff
style: run pre-commit hooks
Feb 13, 2026
2b1c68b
refactor: standardize indicator docstring unit formatting to explicit…
Feb 13, 2026
5da452a
Set pre-commit to run with python 3.13
garciampred Feb 17, 2026
3ac66da
revert since the CI blocks us from touching this
garciampred Feb 17, 2026
33f3e8c
Put empty line back back so qa.yml remains untouched
chpolste Feb 20, 2026
013592e
Update pre-commit
chpolste Feb 20, 2026
e9e7088
Merge pull request #11 from ecmwf/fix/ci-for-pr35
AntonioCC808 Feb 23, 2026
cbde504
feat: add performance benchmarking script and integration tests for c…
Feb 24, 2026
6172f83
chore: remove pixi sections in pyproject.toml.
Feb 24, 2026
0a448b7
Merge branch 'develop' into develop
AntonioCC808 Feb 24, 2026
aeb95c8
chore: update pixi environment dependencies and lock file. (earthkit …
Feb 24, 2026
5ce3aa3
feat: update earthkit-data to PyPI version and earthkit-utils to deve…
Feb 24, 2026
4caecdf
refactor: remove xclim wrapper API and associated utility modules for…
Feb 25, 2026
0b5fedd
Merge remote-tracking branch 'origin/feature/migrate-profiling-notebo…
Mar 6, 2026
b740a95
refactor: function arguments order
Mar 6, 2026
ad725ed
refactor: align climate indices notebook with updated indicator funct…
Mar 6, 2026
9e7fdb5
feat: add notebooks demonstrating heatwave evolution analysis and tro…
Mar 6, 2026
11fc738
fix: percentile dimension drop
Mar 11, 2026
98c42aa
deps: fix earthkit-plots version
Mar 11, 2026
fdf483c
feat: Split the generic climate indices analysis notebook in one for …
Mar 11, 2026
01af53b
feat: heatwave evolution notebook
Mar 11, 2026
104026f
fix: notebook
Mar 11, 2026
f8baf73
feat: Update tropical nights notebook.
Mar 11, 2026
fd8533d
docs: Add new frost days notebook and refresh existing examples, incl…
Mar 12, 2026
98c5cf9
docs: Switch Sphinx theme to Furo and update pixi dependencies, inclu…
Mar 16, 2026
69fa718
docs: Add a data demonstration disclaimer note to all introductory no…
Mar 16, 2026
fb640ea
feat: Add earthkit_transforms, geopandas, and pyogrio dependencies.
Mar 16, 2026
cb539d0
refactor: Replace `resample().min()` with `ekt.temporal.daily_reduce(…
Mar 16, 2026
b16491b
Merge branch 'develop' into feature/decorators-earthkit-utils
Mar 17, 2026
59a4c6d
Fix: temperature indicators
Mar 17, 2026
611f85b
Merge remote-tracking branch 'origin/develop' into feature/decorators…
Mar 17, 2026
3417a32
refactor: Add blank lines after `@format_handler()` decorators for im…
Mar 17, 2026
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 docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@
# a list of builtin themes.
#
html_theme = "furo"
# html_logo = "_static/earthkit-climate-light.svg"
html_logo = "_static/earthkit-climate-light.svg"

# Add any paths that contain custom static files (such as style sheets) here,
# relative to this directory. They are copied after the builtin static files,
Expand Down
922 changes: 0 additions & 922 deletions docs/notebooks/climate_indices_analysis.ipynb

This file was deleted.

279 changes: 279 additions & 0 deletions docs/notebooks/frost_days_pyrenees.ipynb

Large diffs are not rendered by default.

241 changes: 241 additions & 0 deletions docs/notebooks/heatwave_evolution.ipynb

Large diffs are not rendered by default.

1,620 changes: 1,620 additions & 0 deletions docs/notebooks/intro_precipitation_indices.ipynb

Large diffs are not rendered by default.

2,369 changes: 2,369 additions & 0 deletions docs/notebooks/intro_temperature_indices.ipynb

Large diffs are not rendered by default.

Loading
Loading