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
Copy file name to clipboardExpand all lines: doc/source/v0.14.1.txt
+2-2
Original file line number
Diff line number
Diff line change
@@ -239,8 +239,8 @@ Bug Fixes
239
239
- Bug where ``nanops._has_infs`` doesn't work with many dtypes
240
240
(:issue:`7357`)
241
241
- Bug in ``StataReader.data`` where reading a 0-observation dta failed (:issue:`7369`)
242
-
- Bug in when reading Stata 13 (117) files containing fixed width strings (:issue:`7360`)
243
-
- Bug in when writing Stata files where the encoding was ignored (:issue:`7286`)
242
+
- Bug in ``StataReader`` when reading Stata 13 (117) files containing fixed width strings (:issue:`7360`)
243
+
- Bug in ``StataWriter`` where encoding was ignored (:issue:`7286`)
244
244
- Bug in ``DatetimeIndex`` comparison doesn't handle ``NaT`` properly (:issue:`7529`)
245
245
- Bug in passing input with ``tzinfo`` to some offsets ``apply``, ``rollforward`` or ``rollback`` resets ``tzinfo`` or raises ``ValueError`` (:issue:`7465`)
246
246
- Bug in ``DatetimeIndex.to_period``, ``PeriodIndex.asobject``, ``PeriodIndex.to_timestamp`` doesn't preserve ``name`` (:issue:`7485`)
0 commit comments