Skip to content

Commit

Permalink
Merge branch 'main' into adjust-tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Zeitsperre authored Oct 15, 2024
2 parents 20d6fe1 + a665f38 commit 20b2a37
Show file tree
Hide file tree
Showing 10 changed files with 147 additions and 8,860 deletions.
2 changes: 1 addition & 1 deletion .cruft.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"project_slug": "xhydro",
"project_short_description": "Hydrological analysis library built with xarray.",
"pypi_username": "TC-FF",
"version": "0.4.1-dev.0",
"version": "0.4.1-dev.1",
"use_pytest": "y",
"use_black": "y",
"use_conda": "y",
Expand Down
3 changes: 2 additions & 1 deletion CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Changelog

v0.5.0 (unreleased)
-------------------
Contributors to this version: Trevor James Smith (:user:`Zeitsperre`).
Contributors to this version: Gabriel Rondeau-Genesse (:user:`RondeauG`), Trevor James Smith (:user:`Zeitsperre`).

Breaking changes
^^^^^^^^^^^^^^^^
Expand All @@ -13,6 +13,7 @@ Breaking changes

Internal changes
^^^^^^^^^^^^^^^^
* Updated the notebooks to reduce the load on ReadTheDocs. (:pull:`211`).
* Tests can now be run using the `pytest-xdist` plugin for distributed testing. See the `pytest-xdist documentation <https://pytest-xdist.readthedocs.io/en/stable/>`_ for more information. (:pull:`212`).
* Several tests reliant on online servers and services have been marked as `online` to prevent them from running in contexts where internet access is limited. (:pull:`212`).
* Many function docstrings and type hints have been updated for accuracy and precision. (:pull:`212`).
Expand Down
2 changes: 1 addition & 1 deletion docs/notebooks/climate_change.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -676,7 +676,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.12.2"
"version": "3.12.3"
}
},
"nbformat": 4,
Expand Down
Loading

0 comments on commit 20b2a37

Please sign in to comment.