From 875068f9c855ad818d57322e9af43dd9e683448a Mon Sep 17 00:00:00 2001 From: Ryan May Date: Mon, 7 Aug 2017 15:45:12 -0600 Subject: [PATCH 1/2] MNT: Move everything to next_whats_new Looks like something snuck into the old whats_new dir. --- .../{whats_new => next_whats_new}/path_simplification_updates.rst | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename doc/users/{whats_new => next_whats_new}/path_simplification_updates.rst (100%) diff --git a/doc/users/whats_new/path_simplification_updates.rst b/doc/users/next_whats_new/path_simplification_updates.rst similarity index 100% rename from doc/users/whats_new/path_simplification_updates.rst rename to doc/users/next_whats_new/path_simplification_updates.rst From 8352c77f6ff86113163f906ff06d0adc6069b7a5 Mon Sep 17 00:00:00 2001 From: Ryan May Date: Mon, 7 Aug 2017 15:48:24 -0600 Subject: [PATCH 2/2] ENH: Add whats new for barbs/quiver date support --- doc/users/next_whats_new/barbs_dates_and_units.rst | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 doc/users/next_whats_new/barbs_dates_and_units.rst diff --git a/doc/users/next_whats_new/barbs_dates_and_units.rst b/doc/users/next_whats_new/barbs_dates_and_units.rst new file mode 100644 index 000000000000..9cc35854c85b --- /dev/null +++ b/doc/users/next_whats_new/barbs_dates_and_units.rst @@ -0,0 +1,7 @@ +Barbs and Quiver Support Dates +------------------------------ + +When using the :func:`quiver` and :func:`barbs` plotting methods, +it is now possible to pass dates, just like for other methods like +:func:`plot`. This also allows these functions to handle values +that need unit-conversion applied.