Skip to content

Commit dff4534

Browse files
committed
DOC: update docs for 0.17.0rc2
1 parent 75cd3e8 commit dff4534

File tree

2 files changed

+113
-3
lines changed

2 files changed

+113
-3
lines changed

doc/source/release.rst

+111-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ analysis / manipulation tool available in any language.
4040
pandas 0.17.0
4141
-------------
4242

43-
**Release date:** (September ??, 2015)
43+
**Release date:** (October 9, 2015)
4444

4545
This is a major release from 0.16.2 and includes a small number of API changes, several new features,
4646
enhancements, and performance improvements along with a large number of bug fixes. We recommend that all
@@ -64,6 +64,7 @@ Highlights include:
6464
- Support for reading SAS xport files, see :ref:`here <whatsnew_0170.enhancements.sas_xport>`
6565
- Documentation comparing SAS to *pandas*, see :ref:`here <compare_with_sas>`
6666
- Removal of the automatic TimeSeries broadcasting, deprecated since 0.8.0, see :ref:`here <whatsnew_0170.prior_deprecations>`
67+
- Display format with plain text can optionally align with Unicode East Asian Width, see :ref:`here <whatsnew_0170.east_asian_width>`
6768
- Compatibility with Python 3.5 (:issue:`11097`)
6869
- Compatibility with matplotlib 1.5.0 (:issue:`11111`)
6970

@@ -73,6 +74,115 @@ of all enhancements and bugs that have been fixed in 0.17.0.
7374
Thanks
7475
~~~~~~
7576

77+
- Alex Rothberg
78+
- Andrea Bedini
79+
- Andrew Rosenfeld
80+
- Andy Li
81+
- Anthonios Partheniou
82+
- Artemy Kolchinsky
83+
- Bernard Willers
84+
- Charlie Clark
85+
- Chris
86+
- Chris Whelan
87+
- Christoph Gohlke
88+
- Christopher Whelan
89+
- Clark Fitzgerald
90+
- Clearfield Christopher
91+
- Dan Ringwalt
92+
- Daniel Ni
93+
- Data & Code Expert Experimenting with Code on Data
94+
- David Cottrell
95+
- David John Gagne
96+
- David Kelly
97+
- ETF
98+
- Eduardo Schettino
99+
- Egor
100+
- Egor Panfilov
101+
- Evan Wright
102+
- Frank Pinter
103+
- Gabriel Araujo
104+
- Garrett-R
105+
- Gianluca Rossi
106+
- Guillaume Gay
107+
- Guillaume Poulin
108+
- Harsh Nisar
109+
- Ian Henriksen
110+
- Ian Hoegen
111+
- Jaidev Deshpande
112+
- Jan Rudolph
113+
- Jan Schulz
114+
- Jason Swails
115+
- Jeff Reback
116+
- Jonas Buyl
117+
- Joris Van den Bossche
118+
- Joris Vankerschaver
119+
- Josh Levy-Kramer
120+
- Ka Wo Chen
121+
- Karrie Kehoe
122+
- Kelsey Jordahl
123+
- Kerby Shedden
124+
- Kevin Sheppard
125+
- Lars Buitinck
126+
- Leif Johnson
127+
- Luis Ortiz
128+
- Mac
129+
- Matt Gambogi
130+
- Matt Savoie
131+
- Matthew Gilbert
132+
- Maximilian Roos
133+
- Michelangelo D'Agostino
134+
- Mortada Mehyar
135+
- Nick Eubank
136+
- Nipun Batra
137+
- Ondřej Čertík
138+
- Phillip Cloud
139+
- Pratap Vardhan
140+
- Rafal Skolasinski
141+
- Richard Lewis
142+
- Rinoc Johnson
143+
- Rob Levy
144+
- Robert Gieseke
145+
- Safia Abdalla
146+
- Samuel Denny
147+
- Saumitra Shahapure
148+
- Sebastian Pölsterl
149+
- Sebastian Rubbert
150+
- Sheppard, Kevin
151+
- Sinhrks
152+
- Siu Kwan Lam
153+
- Skipper Seabold
154+
- Spencer Carrucciu
155+
- Stephan Hoyer
156+
- Stephen Hoover
157+
- Stephen Pascoe
158+
- Terry Santegoeds
159+
- Thomas Grainger
160+
- Tjerk Santegoeds
161+
- Tom Augspurger
162+
- Vincent Davis
163+
- Winterflower
164+
- Yaroslav Halchenko
165+
- Yuan Tang (Terry)
166+
- agijsberts
167+
- ajcr
168+
- behzad nouri
169+
- cel4
170+
- cyrusmaher
171+
- davidovitch
172+
- ganego
173+
- jreback
174+
- juricast
175+
- larvian
176+
- maximilianr
177+
- msund
178+
- rekcahpassyla
179+
- scls19fr
180+
- seth-p
181+
- sinhrks
182+
- springcoil
183+
- terrytangyuan
184+
- tzinckgraf
185+
76186
pandas 0.16.2
77187
-------------
78188

doc/source/whatsnew/v0.17.0.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
.. _whatsnew_0170:
22

3-
v0.17.0 (September ??, 2015)
4-
----------------------------
3+
v0.17.0 (October 9, 2015)
4+
-------------------------
55

66
This is a major release from 0.16.2 and includes a small number of API changes, several new features,
77
enhancements, and performance improvements along with a large number of bug fixes. We recommend that all

0 commit comments

Comments
 (0)