From a2cccd641d7f4c66e0a517a721a3e06f415ae0ee Mon Sep 17 00:00:00 2001 From: Maximilian Roos Date: Mon, 23 Mar 2020 17:05:09 -0400 Subject: [PATCH] whatsnew section for 0.16.0 --- doc/whats-new.rst | 26 +++++++++++++++++++++++++- 1 file changed, 25 insertions(+), 1 deletion(-) diff --git a/doc/whats-new.rst b/doc/whats-new.rst index db50d09f431..10f6b23ca66 100644 --- a/doc/whats-new.rst +++ b/doc/whats-new.rst @@ -13,9 +13,33 @@ What's New import xarray as xr np.random.seed(123456) -.. _whats-new.0.15.1: +.. _whats-new.0.16.0: + +v0.16.0 (unreleased) +--------------------- + +Breaking changes +~~~~~~~~~~~~~~~~ + + +New Features +~~~~~~~~~~~~ + + +Bug fixes +~~~~~~~~~ + + +Documentation +~~~~~~~~~~~~~ +Internal Changes +~~~~~~~~~~~~~~~~ + + +.. _whats-new.0.15.1: + v0.15.1 (23 Mar 2020) ---------------------