You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* commit 'v0.16.2-65-g054821d':
TST: 32-test fixes
BUG: GH9907 generate_range when start and end have higher resolution than offset
TST/CLN: remove assert_isinstance
PERF: releasing the GIL, pandas-dev#8882
PERF: vbenches for pandas-dev#8882, releasing the GIL
Releasing of the GIL could benefit an application that uses threads for user interactions (e.g. ``QT``), or performaning multi-threaded computations. A nice example of a library that can handle these types of computation-in-parallel is the dask_ library.
84
+
61
85
.. _whatsnew_0170.performance:
62
86
87
+
63
88
Performance Improvements
64
89
~~~~~~~~~~~~~~~~~~~~~~~~
65
90
- Added vbench benchmarks for alternative ExcelWriter engines and reading Excel files (:issue:`7171`)
@@ -90,12 +115,14 @@ Bug Fixes
90
115
91
116
92
117
- Bug in ``Table.select_column`` where name is not preserved (:issue:`10392`)
118
+
- Bug in ``offsets.generate_range`` where ``start`` and ``end`` have finer precision than ``offset`` (:issue:`9907`)
93
119
94
120
95
121
- Bug in ``DataFrame.interpolate`` with ``axis=1`` and ``inplace=True`` (:issue:`10395`)
96
122
97
123
98
124
125
+
99
126
- Bug in ``test_categorical`` on big-endian builds (:issue:`10425`)
0 commit comments