summaryrefslogtreecommitdiff
path: root/doc/release/upcoming_changes/16589.compatibility.rst
blob: d65fb43f646de4e846bec04ddb87256fcd285fac (plain)
1
2
3
4
5
6
7
8
``nickname`` attribute removed from ABCPolyBase
-----------------------------------------------

An abstract property ``nickname`` has been removed from  ``ABCPolyBase`` as it
was no longer used in the derived convenience classes.
This may affect users who have derived classes from ``ABCPolyBase`` and 
overridden the methods for representation and display, e.g. ``__str__``, 
``__repr__``, ``_repr_latex``, etc.