From 91b9564280553c46fc5e3baf57ed4392a3e58c25 Mon Sep 17 00:00:00 2001 From: Keewis Date: Thu, 28 Nov 2019 16:41:17 +0100 Subject: [PATCH] update whats-new.rst --- doc/whats-new.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/doc/whats-new.rst b/doc/whats-new.rst index f811c7d15f0..884c3cef91c 100644 --- a/doc/whats-new.rst +++ b/doc/whats-new.rst @@ -48,6 +48,9 @@ Documentation data. (:pull:`3199`) By `Zach Bruick ` and `Stephan Siemen ` +- Added examples for `DataArray.quantile`, `Dataset.quantile` and + `GroupBy.quantile`. (:pull:`3576`) + By `Justus Magin `_. Internal Changes ~~~~~~~~~~~~~~~~