Skip to content

Commit aefea78

Browse files
author
MarcoGorelli
committed
add release note
1 parent 207299d commit aefea78

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
@@ -611,6 +611,7 @@ Other API changes
611611
- Partially initialized :class:`CategoricalDtype` (i.e. those with ``categories=None`` objects will no longer compare as equal to fully initialized dtype objects.
612612
- Accessing ``_constructor_expanddim`` on a :class:`DataFrame` and ``_constructor_sliced`` on a :class:`Series` now raise an ``AttributeError``. Previously a ``NotImplementedError`` was raised (:issue:`38782`)
613613
- Added new ``engine`` and ``**engine_kwargs`` parameters to :meth:`DataFrame.to_sql` to support other future "SQL engines". Currently we still only use ``SQLAlchemy`` under the hood, but more engines are planned to be supported such as ``turbodbc`` (:issue:`36893`)
614+
- Calling ``hash`` on a :class:`Series`, :class:`DataFrame`, :class:`Index`, or :class:`ExtensionArray` will now raise ``TypeError`` with the built-in error message (e.g. `unhashable type: 'Series'`). Previously it would raise a custom message such as "'Series' objects are mutable, thus they cannot be hashed" (:issue:`40013`)
614615

615616
Build
616617
=====

0 commit comments

Comments
 (0)