Skip to content

Commit c3771fa

Browse files
committed
BLD: incorrectly distributed .c file in the PyPi build causing an exception when reading a csv of floats with na_values of a scalar, #11374
1 parent acf0eed commit c3771fa

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

doc/source/whatsnew/v0.17.1.txt

+1
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@ Performance Improvements
6868
Bug Fixes
6969
~~~~~~~~~
7070

71+
- Incorrectly distributed .c file in the build on ``PyPi`` when reading a csv of floats and passing ``na_values=<a scalar>`` would show an exception (:issue:`11374`)
7172
- Bug in ``.to_latex()`` output broken when the index has a name (:issue: `10660`)
7273
- Bug in ``HDFStore.append`` with strings whose encoded length exceded the max unencoded length (:issue:`11234`)
7374
- Bug in merging ``datetime64[ns, tz]`` dtypes (:issue:`11405`)

0 commit comments

Comments
 (0)