Skip to content

Commit

Permalink
Merge branch 'main' into v3
Browse files Browse the repository at this point in the history
  • Loading branch information
martindurant committed Jan 16, 2025
2 parents a7af691 + 013798e commit f7b87de
Show file tree
Hide file tree
Showing 45 changed files with 1,660 additions and 32 deletions.
619 changes: 619 additions & 0 deletions Fast_aggregation.ipynb

Large diffs are not rendered by default.

3 changes: 1 addition & 2 deletions ci/environment-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,7 @@ dependencies:
- python=3.10
- dask
- zarr
- xarray
- xarray-datatree
- xarray>=2024.10.0
- h5netcdf
- h5py
- pandas
Expand Down
3 changes: 1 addition & 2 deletions ci/environment-py310.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,7 @@ dependencies:
- python=3.10
- dask
- zarr
- xarray
- xarray-datatree
- xarray>=2024.10.0
- h5netcdf
- h5py
- pandas
Expand Down
3 changes: 1 addition & 2 deletions ci/environment-py311.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,7 @@ dependencies:
- python=3.11
- dask
- zarr
- xarray
- xarray-datatree
- xarray>=2024.10.0
- h5netcdf
- h5py
- pandas
Expand Down
3 changes: 1 addition & 2 deletions ci/environment-py312.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,7 @@ dependencies:
- python=3.12
- dask
- zarr
- xarray
- xarray-datatree
- xarray>=2024.10.0
- h5netcdf
- h5py
- pandas
Expand Down
6 changes: 6 additions & 0 deletions docs/source/contributing.rst
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,12 @@ In the project's home directory run:
pip install -e .
To install with optional development dependencies run:

.. code-block:: sh
pip install -e '.[dev]'
To test that the installation was successful run:

.. code-block:: sh
Expand Down
Loading

0 comments on commit f7b87de

Please sign in to comment.