@@ -187,9 +187,6 @@ pandas 0.7.0
187
187
- Prototypes for some vectorized string functions
188
188
- Add float64 hash table to solve the Series.unique problem with NAs (GH #714)
189
189
- Memoize objects when reading from file to reduce memory footprint
190
- - Improved handling of NAs in binary ops with object Series (GH #737)
191
- - Added optimized Cython groupby routines for aggregating 2D blocks, added
192
- vbenchmark, (GH #745)
193
190
194
191
**Bug fixes **
195
192
@@ -273,7 +270,7 @@ pandas 0.7.0
273
270
- Use right dropna function for SparseSeries. Return dense Series for NA fill
274
271
value (GH #730)
275
272
- Fix Index.format bug causing incorrectly string-formatted Series with
276
- datetime indexes (# 758)
273
+ datetime indexes (# 726, 758)
277
274
- Fix errors caused by object dtype arrays passed to ols (GH #759)
278
275
- Fix error where column names lost when passing list of labels to
279
276
DataFrame.__getitem__, (GH #662)
@@ -286,7 +283,6 @@ pandas 0.7.0
286
283
- Fix csv encoding when using unicode (GH #705, #717, #738)
287
284
- Fix assumption that each object contains every unique block type in concat,
288
285
(GH #708)
289
- - Fix handling of NAs in Series.unique (GH #714)
290
286
- Fix sortedness check of multiindex in to_panel (GH #719, 720)
291
287
- Fix that None was not treated as NA in PyObjectHashtable
292
288
- Fix hashing dtype because of endianness confusion (GH #747, #748)
@@ -296,10 +292,8 @@ pandas 0.7.0
296
292
yields numeric array, (GH #753)
297
293
- Fixes and improvements to DataFrame.rank (GH #742)
298
294
- Fix catching AttributeError instead of NameError for bottleneck
299
- - Fix to float formatting issues (GH #726, 758)
300
295
- Try to cast non-MultiIndex to better dtype when calling reset_index (GH #726
301
296
#440)
302
- - Fix object dtype arrays in OLS class (GH #759)
303
297
- Fix #1.QNAN0' float bug on 2.6/win64
304
298
- Allow subclasses of dicts in DataFrame constructor, with tests
305
299
- Fix problem whereby set_index destroys column multiindex (GH #764)
0 commit comments