Changes:
* Works with Python 3
* Works with both PySide and PyQt4
* Integration with IPython event loop and refresh functionality (only IPython 4)
* Improved color, font and filters:
- All objects that are callable are displayed in blue.
- All objects that are attributes are displayed in italics.
- Callable attributes and __special__ attributes can be filtered.
* Toggling callable and __special__ attributes no longer collapses the entire tree.
Bug fixes:
* Ordered dict keys are no longer sorted alphabetically.
* Fixed off-by-one error where where fetchMore added an empty row to the table.
* Various small bug fixes.
License:
* Switched to the MIT license (was GPL v3) so it can be used by the Spyder project.
https://github.com/spyder-ide/spyder/issues/558
https://www.riverbankcomputing.com/pipermail/pyqt/2016-September/038129.html