Hello Pythonistas,

I just uploaded eric 22.10. It fixes some bugs and adds these new features.

 * API files
     o added API files for the Adafruit CircuitPython Library Bundle
     o updated the CircuitPython API file
 * Code Formatting
     o added a Project menu entry to just configure the formatting
       parameters
     o added the capability to format the source code after a diff or
       check run from within the results dialog
 * Code Style Checker
     o added some more security related checks
     o extended the list of miscellaneous checks
 * pip Interface
     o changed the pip licenses dialog to show the count of each
       individual license
 * Project
     o added capability to use a virtual Python environment named .venv
       embedded within the project directory
     o added a configuration option to save the project automatically
       whenever it changes
 * Testing
     o extended the testing dialog to allow test case filtering on
       markers (pytest only)
     o extended the testing dialog to allow test case filtering by a
       list of test name patterns (unittest) or test name expression
       (pytest)
 * Translator
     o added support for 'Ukrainian' to the DeepL translator interface
 * install scripts
     o modified install.py script to differentiate between optional and
       required dependencies
     o modified the install script such, that the qt6-applications
       package is only installed upon request (--with-tools)
     o extended the install-dependencies.py script to differentiate
       between optional and required dependencies. Invoke it with
       "python3 install-dependencies.py --all | --optional | --required"

It is available via the eric web site or PyPI.

https://eric-ide.python-projects.org/index.html <https://eric-ide.python-projects.org/index.html>

https://pypi.org/project/eric-ide/ <https://pypi.org/project/eric-ide/>

Regards,

Detlev

--

Detlev Offenbach

det...@die-offenbachs.de <mailto:det...@die-offenbachs.de>

Reply via email to