Skip to content

Commit ead90f4

Browse files
committed
DOC: update release notes
1 parent ca1ab42 commit ead90f4

File tree

1 file changed

+63
-1
lines changed

1 file changed

+63
-1
lines changed

doc/source/release.rst

Lines changed: 63 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,16 +49,78 @@ Highlights include:
4949

5050
- ``.groupby(...)`` has been enhanced to provide convenient syntax when working with ``.rolling(..)``, ``.expanding(..)`` and ``.resample(..)`` per group, see :ref:`here <whatsnew_0181.deferred_ops>`
5151
- ``pd.to_datetime()`` has gained the ability to assemble dates from a ``DataFrame``, see :ref:`here <whatsnew_0181.enhancements.assembling>`
52+
- Method chaining improvements, see :ref:`here <whatsnew_0181.enhancements.method_chain>`.
5253
- Custom business hour offset, see :ref:`here <whatsnew_0181.enhancements.custombusinesshour>`.
5354
- Many bug fixes in the handling of ``sparse``, see :ref:`here <whatsnew_0181.sparse>`
54-
- Method chaining improvements, see :ref:`here <whatsnew_0181.enhancements.method_chain>`.
55+
- Expanded the :ref:`Tutorials section <tutorial-modern>` with a feature on modern pandas, courtesy of `@TomAugsburger <https://twitter.com/TomAugspurger>`__. (:issue:`13045`).
5556

5657
See the :ref:`v0.18.1 Whatsnew <whatsnew_0181>` overview for an extensive list
5758
of all enhancements and bugs that have been fixed in 0.18.1.
5859

5960
Thanks
6061
~~~~~~
6162

63+
- Andrew Fiore-Gartland
64+
- Bastiaan
65+
- Benoît Vinot
66+
- Brandon Rhodes
67+
- DaCoEx
68+
- Drew Fustin
69+
- Ernesto Freitas
70+
- Filip Ter
71+
- Gregory Livschitz
72+
- Gábor Lipták
73+
- Hassan Kibirige
74+
- Iblis Lin
75+
- Israel Saeta Pérez
76+
- Jason Wolosonovich
77+
- Jeff Reback
78+
- Joe Jevnik
79+
- Joris Van den Bossche
80+
- Joshua Storck
81+
- Ka Wo Chen
82+
- Kerby Shedden
83+
- Kieran O'Mahony
84+
- Leif Walsh
85+
- Mahmoud Lababidi
86+
- Maoyuan Liu
87+
- Mark Roth
88+
- Matt Wittmann
89+
- MaxU
90+
- Maximilian Roos
91+
- Michael Droettboom
92+
- Nick Eubank
93+
- Nicolas Bonnotte
94+
- OXPHOS
95+
- Pauli Virtanen
96+
- Peter Waller
97+
- Pietro Battiston
98+
- Prabhjot Singh
99+
- Robin Wilson
100+
- Roger Thomas
101+
- Sebastian Bank
102+
- Stephen Hoover
103+
- Tim Hopper
104+
- Tom Augspurger
105+
- WANG Aiyong
106+
- Wes Turner
107+
- Winand
108+
- Xbar
109+
- Yan Facai
110+
- adneu
111+
- ajenkins-cargometrics
112+
- behzad nouri
113+
- chinskiy
114+
- gfyoung
115+
- jeps-journal
116+
- jonaslb
117+
- kotrfa
118+
- nileracecrew
119+
- onesandzeroes
120+
- rs2
121+
- sinhrks
122+
- tsdlovell
123+
62124
pandas 0.18.0
63125
-------------
64126

0 commit comments

Comments
 (0)