File tree 2 files changed +5
-3
lines changed
2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -296,6 +296,7 @@ Improvements to existing features
296
296
- Improved performance of compatible pickles (:issue: `6899 `)
297
297
- Refactor Block classes removing `Block.items ` attributes to avoid duplication
298
298
in item handling (:issue: `6745 `, :issue: `6988 `).
299
+ - Improve performance in certain reindexing operations by optimizing ``take_2d `` (:issue: `6749 `)
299
300
300
301
.. _release.bug_fixes-0.14.0 :
301
302
Original file line number Diff line number Diff line change @@ -29,9 +29,9 @@ users upgrade to this version.
29
29
30
30
.. warning::
31
31
32
- In 0.14.0 all ``NDFrame`` based containers have underwent significant internal refactoring. Before that each block of
33
- homogeneous data had its own labels and extra care was necessary to keep those in sync with parent container's labels.
34
- As stated, the refactoring is internal and no publicly visible changes should happen.
32
+ In 0.14.0 all ``NDFrame`` based containers have undergone significant internal refactoring. Before that each block of
33
+ homogeneous data had its own labels and extra care was necessary to keep those in sync with the parent container's labels.
34
+ This should not have any visible user/API behavior changes (:issue:`6745`)
35
35
36
36
.. _whatsnew_0140.api:
37
37
@@ -529,6 +529,7 @@ Performance
529
529
- improve performance of slice indexing on Series with string keys (:issue:`6341`, :issue:`6372`)
530
530
- Performance improvements in timedelta conversions for integer dtypes (:issue:`6754`)
531
531
- Improved performance of compatible pickles (:issue:`6899`)
532
+ - Improve performance in certain reindexing operations by optimizing ``take_2d`` (:issue:`6749`)
532
533
533
534
Experimental
534
535
~~~~~~~~~~~~
You can’t perform that action at this time.
0 commit comments