File tree Expand file tree Collapse file tree 2 files changed +207
-0
lines changed Expand file tree Collapse file tree 2 files changed +207
-0
lines changed Original file line number Diff line number Diff line change @@ -10,6 +10,14 @@ This is the list of changes to pandas between each release. For full details,
1010see the `commit logs <https://github.com/pandas-dev/pandas/commits/ >`_. For install and
1111upgrade instructions, see :ref: `install `.
1212
13+ Version 1.3
14+ -----------
15+
16+ .. toctree ::
17+ :maxdepth: 2
18+
19+ v1.3.0
20+
1321Version 1.2
1422-----------
1523
Original file line number Diff line number Diff line change 1+ .. _whatsnew_130 :
2+
3+ What's new in 1.3.0 (??)
4+ ------------------------
5+
6+ These are the changes in pandas 1.3.0. See :ref: `release ` for a full changelog
7+ including other versions of pandas.
8+
9+ {{ header }}
10+
11+ .. ---------------------------------------------------------------------------
12+
13+ Enhancements
14+ ~~~~~~~~~~~~
15+
16+
17+ .. _whatsnew_130.enhancements.other :
18+
19+ Other enhancements
20+ ^^^^^^^^^^^^^^^^^^
21+
22+ -
23+ -
24+
25+ .. ---------------------------------------------------------------------------
26+
27+ .. _whatsnew_130.notable_bug_fixes :
28+
29+ Notable bug fixes
30+ ~~~~~~~~~~~~~~~~~
31+
32+ These are bug fixes that might have notable behavior changes.
33+
34+
35+
36+ .. _whatsnew_130.api_breaking.deps :
37+
38+ Increased minimum versions for dependencies
39+ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
40+
41+
42+ .. _whatsnew_130.api.other :
43+
44+ Other API changes
45+ ^^^^^^^^^^^^^^^^^
46+
47+ -
48+ -
49+
50+ .. ---------------------------------------------------------------------------
51+
52+ .. _whatsnew_130.deprecations :
53+
54+ Deprecations
55+ ~~~~~~~~~~~~
56+
57+ -
58+ -
59+
60+ .. ---------------------------------------------------------------------------
61+
62+
63+ .. _whatsnew_130.performance :
64+
65+ Performance improvements
66+ ~~~~~~~~~~~~~~~~~~~~~~~~
67+
68+ -
69+ -
70+
71+ .. ---------------------------------------------------------------------------
72+
73+ .. _whatsnew_130.bug_fixes :
74+
75+ Bug fixes
76+ ~~~~~~~~~
77+
78+ -
79+ -
80+
81+ Categorical
82+ ^^^^^^^^^^^
83+
84+ -
85+ -
86+
87+ Datetimelike
88+ ^^^^^^^^^^^^
89+
90+ -
91+ -
92+
93+ Timedelta
94+ ^^^^^^^^^
95+
96+ -
97+ -
98+
99+ Timezones
100+ ^^^^^^^^^
101+
102+ -
103+ -
104+
105+ Numeric
106+ ^^^^^^^
107+
108+ -
109+ -
110+
111+ Conversion
112+ ^^^^^^^^^^
113+ -
114+ -
115+
116+ Strings
117+ ^^^^^^^
118+
119+ -
120+ -
121+
122+ Interval
123+ ^^^^^^^^
124+
125+ -
126+ -
127+
128+ Indexing
129+ ^^^^^^^^
130+
131+ -
132+ -
133+
134+ Missing
135+ ^^^^^^^
136+
137+ -
138+ -
139+
140+ MultiIndex
141+ ^^^^^^^^^^
142+
143+ -
144+ -
145+
146+ I/O
147+ ^^^
148+
149+ -
150+ -
151+
152+ Period
153+ ^^^^^^
154+
155+ -
156+ -
157+
158+ Plotting
159+ ^^^^^^^^
160+
161+ -
162+ -
163+
164+ Groupby/resample/rolling
165+ ^^^^^^^^^^^^^^^^^^^^^^^^
166+
167+ -
168+ -
169+
170+ Reshaping
171+ ^^^^^^^^^
172+
173+ -
174+ -
175+
176+ Sparse
177+ ^^^^^^
178+
179+ -
180+ -
181+
182+ ExtensionArray
183+ ^^^^^^^^^^^^^^
184+
185+ -
186+ -
187+
188+ Other
189+ ^^^^^
190+
191+ -
192+ -
193+
194+ .. ---------------------------------------------------------------------------
195+
196+ .. _whatsnew_130.contributors :
197+
198+ Contributors
199+ ~~~~~~~~~~~~
You can’t perform that action at this time.
0 commit comments