Release 1.6.0
This release adds support for creating interface subclasses. A subclass of an interface is a new interface that inherits all the requirements imposed by its parent. For more info, see the documentation.
What’s Changed
- ENH: Add subinterfaces. (#35) @ssanderson