Hello Pythonistas,

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

 * Code Style Checker
     o Updated these checkers.
         + Annotations to `flake8-annotations-complexity` v0.1.0
         + Security to `bandit` v1.8.3
     o Added these new checkers.
         + Checker based on `flake8-constants` v0.0.3 to detect
           modifications of constants.
 * - conda Manager
     o Removed the conda interface and changed it to a plug-in
       available via the plug-in repository.
 * - Cooperation
     o Removed the Cooperation interface and changed it to a plug-in
       available via the plug-in repository.
 * - CycloneDX Interface
     o Changed the interface to work with newer CycloneDX releases.
 * - MicroPython
     o Added support for IPv6 for WiFi and Ethernet enabled devices
       (MPy ≥ 1.24.0).
     o Updated the list of known CircuitPython boards
     o Updated the list of known UF2 capable boards.
 * - Virtual Environments
     o Added the capability to set an environment to unavailable.
 * - Third Party Packages
     o Upgraded `pycodestyle` to version 2.13.0.
     o Upgraded `pyflakes` to version 3.3.2.

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