From bf4721a6c2d5d633d3335590d34cf05dab5a3370 Mon Sep 17 00:00:00 2001 From: Tom Augspurger Date: Tue, 2 Jul 2019 15:19:39 -0500 Subject: [PATCH 1/3] DOC: started 0.25.1.rst --- doc/source/whatsnew/v0.24.1.rst | 2 - doc/source/whatsnew/v0.24.2.rst | 2 - doc/source/whatsnew/v0.25.1.rst | 167 ++++++++++++++++++++++++++++++++ 3 files changed, 167 insertions(+), 4 deletions(-) create mode 100644 doc/source/whatsnew/v0.25.1.rst diff --git a/doc/source/whatsnew/v0.24.1.rst b/doc/source/whatsnew/v0.24.1.rst index 9dffe1f076477..1b0232cad7476 100644 --- a/doc/source/whatsnew/v0.24.1.rst +++ b/doc/source/whatsnew/v0.24.1.rst @@ -1,5 +1,3 @@ -:orphan: - .. _whatsnew_0241: Whats new in 0.24.1 (February 3, 2019) diff --git a/doc/source/whatsnew/v0.24.2.rst b/doc/source/whatsnew/v0.24.2.rst index 21936ba270c77..da8064893e8a8 100644 --- a/doc/source/whatsnew/v0.24.2.rst +++ b/doc/source/whatsnew/v0.24.2.rst @@ -1,5 +1,3 @@ -:orphan: - .. _whatsnew_0242: Whats new in 0.24.2 (March 12, 2019) diff --git a/doc/source/whatsnew/v0.25.1.rst b/doc/source/whatsnew/v0.25.1.rst new file mode 100644 index 0000000000000..31d6f99ff9163 --- /dev/null +++ b/doc/source/whatsnew/v0.25.1.rst @@ -0,0 +1,167 @@ +:orphan: + +.. _whatsnew_0251: + +What's new in 0.25.1 (July XX, 2019) +------------------------------------ + +Enhancements +~~~~~~~~~~~~ + + +.. _whatsnew_0251.enhancements.other: + +Other enhancements +^^^^^^^^^^^^^^^^^^ + +- +- +- + +.. _whatsnew_0251.bug_fixes: + +Bug fixes +~~~~~~~~~ + + +Categorical +^^^^^^^^^^^ + +- +- +- + +Datetimelike +^^^^^^^^^^^^ + +- +- +- + +Timedelta +^^^^^^^^^ + +- +- +- + +Timezones +^^^^^^^^^ + +- +- +- + +Numeric +^^^^^^^ + +- +- +- + +Conversion +^^^^^^^^^^ + +- +- +- + +Strings +^^^^^^^ + +- +- +- + + +Interval +^^^^^^^^ + +- +- +- + +Indexing +^^^^^^^^ + +- +- +- + +Missing +^^^^^^^ + +- +- +- + +MultiIndex +^^^^^^^^^^ + +- +- +- + +I/O +^^^ + +- +- +- + +Plotting +^^^^^^^^ + +- +- +- + +Groupby/resample/rolling +^^^^^^^^^^^^^^^^^^^^^^^^ + +- +- +- + +Reshaping +^^^^^^^^^ + +- +- +- + +Sparse +^^^^^^ + +- +- +- + + +Build Changes +^^^^^^^^^^^^^ + +- +- +- + +ExtensionArray +^^^^^^^^^^^^^^ + +- +- +- + +Other +^^^^^ + +- +- +- + +.. _whatsnew_0.251.contributors: + +Contributors +~~~~~~~~~~~~ + +.. contributors:: v0.25.0..HEAD From c9bb865f15815a6b0b90450a9f80756ad1b6050a Mon Sep 17 00:00:00 2001 From: Tom Augspurger Date: Tue, 2 Jul 2019 22:15:47 -0500 Subject: [PATCH 2/3] warning --- doc/source/whatsnew/v0.25.1.rst | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/doc/source/whatsnew/v0.25.1.rst b/doc/source/whatsnew/v0.25.1.rst index 31d6f99ff9163..ea300c909eaa3 100644 --- a/doc/source/whatsnew/v0.25.1.rst +++ b/doc/source/whatsnew/v0.25.1.rst @@ -164,4 +164,6 @@ Other Contributors ~~~~~~~~~~~~ -.. contributors:: v0.25.0..HEAD +.. TODO. Change to v0.25.0..HEAD + +.. contributors:: HEAD..HEAD From 30187a31a6108fc6a6faaa17e479909ef8e98d14 Mon Sep 17 00:00:00 2001 From: Tom Augspurger Date: Tue, 2 Jul 2019 22:15:53 -0500 Subject: [PATCH 3/3] warning --- doc/source/whatsnew/v0.25.1.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/source/whatsnew/v0.25.1.rst b/doc/source/whatsnew/v0.25.1.rst index ea300c909eaa3..8690e1974330b 100644 --- a/doc/source/whatsnew/v0.25.1.rst +++ b/doc/source/whatsnew/v0.25.1.rst @@ -1,5 +1,7 @@ :orphan: +.. TODO. Remove the orphan tag. + .. _whatsnew_0251: What's new in 0.25.1 (July XX, 2019)