* Added generic widgets: array, dictionary, text and code editors. * Removed `spyderlib`/`spyder` dependency. * Added setter method on DataItem object for "help" text (fixed part of the tooltip).
1.7.9
Changes:
* Added PySide2 support: guidata is now compatible with Python 2.7, Python 3.4+, PyQt4, PyQt5 and PySide2!
1.7.8
Changes:
* Added PyQt4/PyQt5/PySide automatic switch depending on installed libraries * Moved documentation to <https://docs.readthedocs.io/>
1.7.7
Bug fixes:
* Fixed Spyder v4.0 compatibility issues.
1.7.6
Bug fixes:
* Fixed Spyder v3.0 compatibility issues.
1.7.5
Bug fixes:
* `FilesOpenItem.check_value` : if value is None, return False (avoids "None Type object is not iterable" error)