Skip to content

Commit

Permalink
Merge pull request #955 from aaronspring/patch-2
Browse files Browse the repository at this point in the history
intersphinx Mapping xarray
  • Loading branch information
Zeitsperre authored Dec 13, 2021
2 parents eda82c0 + 5e17705 commit ee25c54
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
3 changes: 2 additions & 1 deletion HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ History

0.32.0 (unreleased)
-------------------
Contributors to this version: Pascal Bourgault (:user:`aulemahal`), Travis Logan (:user:`tlogan2000`), Trevor James Smith (:user:`Zeitsperre`), Abel Aoun (:user:`bzah`), David Huard (:user:`huard`), Clair Barnes (:user:`clairbarnes`), Raquel Alegre (:user:`raquel-ucl`), Jamie Quinn (:user:`JamieJQuinn`)
Contributors to this version: Pascal Bourgault (:user:`aulemahal`), Travis Logan (:user:`tlogan2000`), Trevor James Smith (:user:`Zeitsperre`), Abel Aoun (:user:`bzah`), David Huard (:user:`huard`), Clair Barnes (:user:`clairbarnes`), Raquel Alegre (:user:`raquel-ucl`), Jamie Quinn (:user:`JamieJQuinn`), Aaron Spring (:user:`aaronspring`)

Announcements
^^^^^^^^^^^^^
Expand Down Expand Up @@ -39,6 +39,7 @@ Internal changes
* Use ``xarray.apply_ufunc`` to vectorize statistical functions. (:pull:`943`)
* Refactor of ``xclim.sdba.utils.interp_on_quantiles`` so that it now handles the extrapolation directly and to better handle missing values. (:pull:`941`).
* Updated `heating_degree_days` and `fraction_over_precip_thresh` documentations. See (:issue:`952`) and (:pull:`953`).
* Intersphinx mapping to xarray (:pull:`955`).

Bug fixes
^^^^^^^^^
Expand Down
4 changes: 4 additions & 0 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,10 @@
import warnings
from collections import OrderedDict

import xarray
xarray.DataArray.__module__ = "xarray"
xarray.Dataset.__module__ = "xarray"

import xclim

# If extensions (or modules to document with autodoc) are in another
Expand Down

0 comments on commit ee25c54

Please sign in to comment.