ets icon indicating copy to clipboard operation
ets copied to clipboard

ets.py is a utility to clone and manage various Enthought Tool Suite packages

Results 29 ets issues
Sort by recently updated
recently updated
newest added

PySide6 and PyQt6 are the future of Qt in Python and we need to start providing support for Qt6 across ETS. Note that Qt6 isn't available via EDM at the...

At the moment, the steps involved in generating documentation for most ETS projects are - run sphinx-apidoc to generate the api documetation - run sphinx-build to build the docs This...

A new version of EDM is available and it would be good to update CI to use the latest EDM.

At the moment, in a few projects (`traitsui`, `envisage`, `chaco`), the documentation links to code on GitHub. Alongside linking to GitHub code, it would be nice to provide an alternative...

We should consider moving ETS projects from the enthought-sphinx-theme to the PyData Sphinx Theme: https://github.com/pydata/pydata-sphinx-theme My main motivation here is to move *away* from the Enthought Sphinx theme, to save...

At the moment, pushing commits to a PR where GitHub Actions CI is alreaady running does not cancel the running job. Instead, the job continues running and a new job...

A large amount of work has already been undertaken to move ETS projects from `on_trait_change` to `observe`. This includes replacing use of the static trait change handlers such as `_*_changed`...

At the moment, apart from Traits and Traits Futures, ETS packages are only tested on Python 3.6. It would be good to setup cron jobs that test ETS packages on...

At the moment, not all ETS projects are flake8-clean and not all of them ensure that the copyright headers are up-to-date (using `flake8-ets`). It would be nice to slowly cleanup...

At the moment, a few ETS repositories make use of a "News Fragments" machinery to semi-automate the process of creating the changelog for releases. Putting together the changelog is one...