Skip to content

Commit 4f72070

Browse files
Jonathan EliashivJonathan Eliashiv
Jonathan Eliashiv
authored and
Jonathan Eliashiv
committed
added to the whats new
1 parent f2f9614 commit 4f72070

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

doc/source/whatsnew/v1.3.0.rst

+1
Original file line numberDiff line numberDiff line change
@@ -218,6 +218,7 @@ Other enhancements
218218
- :meth:`Series.loc.__getitem__` and :meth:`Series.loc.__setitem__` with :class:`MultiIndex` now raising helpful error message when indexer has too many dimensions (:issue:`35349`)
219219
- :meth:`pandas.read_stata` and :class:`StataReader` support reading data from compressed files.
220220
- Add support for parsing ``ISO 8601``-like timestamps with negative signs to :meth:`pandas.Timedelta` (:issue:`37172`)
221+
- Add support for making ``ISO 8601``-like timestamps with timezone information in pd.io.json.dumps (:issue:`12997`)
221222
- Add support for unary operators in :class:`FloatingArray` (:issue:`38749`)
222223
- :class:`RangeIndex` can now be constructed by passing a ``range`` object directly e.g. ``pd.RangeIndex(range(3))`` (:issue:`12067`)
223224
- :meth:`round` being enabled for the nullable integer and floating dtypes (:issue:`38844`)

0 commit comments

Comments
 (0)