Skip to content

Commit 4f47e6b

Browse files
Merge pull request #7769 from bashtage/doc-stata-fix
FIX: Documentation for for 0.14.1 change log
2 parents e04e0ec + ec84450 commit 4f47e6b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/source/v0.14.1.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -239,8 +239,8 @@ Bug Fixes
239239
- Bug where ``nanops._has_infs`` doesn't work with many dtypes
240240
(:issue:`7357`)
241241
- 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`)
244244
- Bug in ``DatetimeIndex`` comparison doesn't handle ``NaT`` properly (:issue:`7529`)
245245
- Bug in passing input with ``tzinfo`` to some offsets ``apply``, ``rollforward`` or ``rollback`` resets ``tzinfo`` or raises ``ValueError`` (:issue:`7465`)
246246
- Bug in ``DatetimeIndex.to_period``, ``PeriodIndex.asobject``, ``PeriodIndex.to_timestamp`` doesn't preserve ``name`` (:issue:`7485`)

0 commit comments

Comments
 (0)