Skip to content

v3.0.6 - Maintenance release

Choose a tag to compare

@PierreRaybaut PierreRaybaut released this 08 Oct 16:43
· 615 commits to master since this release

Version 3.0.6

Bug fixes:

  • widgets.console.interpreter: replaced threading.Thread.isAlive (deprecated since Python 3.8)

Other changes:

  • DataSet.edit, DataSet.view and DataSetGroup.edit: added missing arguments size and wordwrap

  • Documentation: added check-list before submitting a patch (see contribute.rst file)

  • Fixed some typing annotations and docstrings, as well as Pylint false positives

  • Removed unused functions from guidata.utils.encoding module:

    • transcode
    • getfilesystemencoding
  • Added missing docstrings and typing annotations in modules:

    • guidata.dataset.qtitemwidgets
    • guidata.dataset.qtwidgets
    • guidata.utils.encoding
    • guidata.utils.misc

Version 3.0

See full changelog here.