From d4c8bd0f241b133c9397b548bdb56e40eb102631 Mon Sep 17 00:00:00 2001 From: Ryan Turner Date: Mon, 23 Sep 2019 10:55:21 -0700 Subject: [PATCH 1/3] add hypothesis-gufunc to related projects. --- doc/related-projects.rst | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/doc/related-projects.rst b/doc/related-projects.rst index 58b9a7c22c9..d0ed36e8616 100644 --- a/doc/related-projects.rst +++ b/doc/related-projects.rst @@ -11,7 +11,7 @@ Geosciences ~~~~~~~~~~~ - `aospy `_: Automated analysis and management of gridded climate data. -- `climpred `_: Analysis of ensemble forecast models for climate prediction. +- `climpred `_: Analysis of ensemble forecast models for climate prediction. - `infinite-diff `_: xarray-based finite-differencing, focused on gridded climate/meterology data - `marc_analysis `_: Analysis package for CESM/MARC experiments and output. - `MetPy `_: A collection of tools in Python for reading, visualizing, and performing calculations with weather data. @@ -26,7 +26,7 @@ Geosciences subclass. - `Regionmask `_: plotting and creation of masks of spatial regions - `salem `_: Adds geolocalised subsetting, masking, and plotting operations to xarray's data structures via accessors. -- `SatPy `_ : Library for reading and manipulating meteorological remote sensing data and writing it to various image and data file formats. +- `SatPy `_ : Library for reading and manipulating meteorological remote sensing data and writing it to various image and data file formats. - `Spyfit `_: FTIR spectroscopy of the atmosphere - `windspharm `_: Spherical harmonic wind analysis in Python. @@ -62,6 +62,7 @@ Extend xarray capabilities - `X-regression `_: Multiple linear regression from Statsmodels library coupled with Xarray library. - `xskillscore `_: Metrics for verifying forecasts. - `xyzpy `_: Easily generate high dimensional data, including parallelization. +- `hypothesis-gufunc `_: Extension to hypothesis, to unit test functions with xarray objects as input. Visualization ~~~~~~~~~~~~~ From 448ccddc30937671d6413389c4d26dfc0a2e8b02 Mon Sep 17 00:00:00 2001 From: Ryan Turner Date: Mon, 23 Sep 2019 10:56:56 -0700 Subject: [PATCH 2/3] keep in alphabetical order --- doc/related-projects.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/related-projects.rst b/doc/related-projects.rst index d0ed36e8616..2c6de3edeb3 100644 --- a/doc/related-projects.rst +++ b/doc/related-projects.rst @@ -56,13 +56,13 @@ Extend xarray capabilities ~~~~~~~~~~~~~~~~~~~~~~~~~~ - `Collocate `_: Collocate xarray trajectories in arbitrary physical dimensions - `eofs `_: EOF analysis in Python. +- `hypothesis-gufunc `_: Extension to hypothesis, to unit test functions with xarray objects as input. - `xarray_extras `_: Advanced algorithms for xarray objects (e.g. integrations/interpolations). - `xrft `_: Fourier transforms for xarray data. - `xr-scipy `_: A lightweight scipy wrapper for xarray. - `X-regression `_: Multiple linear regression from Statsmodels library coupled with Xarray library. - `xskillscore `_: Metrics for verifying forecasts. - `xyzpy `_: Easily generate high dimensional data, including parallelization. -- `hypothesis-gufunc `_: Extension to hypothesis, to unit test functions with xarray objects as input. Visualization ~~~~~~~~~~~~~ From 75e6138d4b4b895a685ea802645d3fd9574e9101 Mon Sep 17 00:00:00 2001 From: rdturnermtl <28273671+rdturnermtl@users.noreply.github.com> Date: Mon, 23 Sep 2019 12:00:50 -0700 Subject: [PATCH 3/3] Update doc/related-projects.rst Switch to documentation. Co-Authored-By: Deepak Cherian --- doc/related-projects.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/related-projects.rst b/doc/related-projects.rst index 2c6de3edeb3..647db5fd8e4 100644 --- a/doc/related-projects.rst +++ b/doc/related-projects.rst @@ -56,7 +56,7 @@ Extend xarray capabilities ~~~~~~~~~~~~~~~~~~~~~~~~~~ - `Collocate `_: Collocate xarray trajectories in arbitrary physical dimensions - `eofs `_: EOF analysis in Python. -- `hypothesis-gufunc `_: Extension to hypothesis, to unit test functions with xarray objects as input. +- `hypothesis-gufunc `_: Extension to hypothesis. Makes it easy to write unit tests with xarray objects as input. - `xarray_extras `_: Advanced algorithms for xarray objects (e.g. integrations/interpolations). - `xrft `_: Fourier transforms for xarray data. - `xr-scipy `_: A lightweight scipy wrapper for xarray.