PyCharm のリリース

Released: May 6, 2020

2020.1.1 での更新項目

不具合の修正

  • Fixed a problem with the DataFrame viewer window being small and not expanding upon resizing.
  • Implemented several small tasks points to ensure that Python 3.9 alpha interpreters will work as expected.
  • Fixed autocompletion for TypedDict arguments for functions.
  • Brought back an old functionality into our CSV data editor that will make editing CSV files easier by showing tabs for ‘Data’ and ‘Text’.
  • Fixed a bug that prevented the debugger from working on Python 3.5 and earlier.
  • Fixed a...

Released: Apr 8, 2020

2020.1 での更新項目

機能

Version Control

  • Interactive rebasing - If you care about keeping your commit history clean, you’re definitely familiar with interactive rebasing. This is now easier, and more graphical. Just pick a commit in the history, right-click, and choose ‘interactively rebase from here’.
  • New VCS commit tool window - If you’re the kind of developer who likes commits that are atomic and tell a story, you probably go back and forth between the commit window and your code to get everything ready. This...

Released: Mar 18, 2020

2019.3.4 での更新項目

機能

SQL General

  • Structure view for the block statement.

SQL Highlighting

  • Subquery folding improvement.
  • Support for Sequence Storage Engine MariaDB syntax.

不具合の修正

Code Insight

  • No Type Inference on nonlocal/global Variables.
  • PyCharm doesn't recognise namespace package properly if __init__ file contains comments.

Console

  • Rerun button stop working.

Cython

  • Cython Support does not recognize integer suffixes.

Debugger

  • PyCharm KeyError __len__ when debugging after updating to 2019.3.1.

Docker

  • PyCharm...

Released: Feb 7, 2020

2019.3.3 での更新項目

不具合の修正

Code Insight

  • False positive when typing near inherited TypedDict type.

Docker

  • Python Run Configuration (docker-compose) fails with "Could not find docker0 network interface" error when started in debug mode.

Inspections

  • reStructuredText language injection comment breaks inspection.
  • Ignored references in inspections settings for unresolved references in Python does not work anymore.
  • Unexpected argument when creating an imported TypedDict.

Build. Built-in (JPS)

  • Update "Error Prone" compiler...

Released: Jan 22, 2020

2019.3.2 での更新項目

機能

User Interface Project View

  • Add the ability to "Copy path" relative to repository root.

DB Console

  • Added the ability to execute stored procedures.

Data Views

  • Use Data Editor for editable views.

SQL General

  • Add in-line variable names for scripts.

SQL Highlighting

  • Inspection about ROLLBACK and COMMIT in triggers.
  • Support MySQL new grants (SESSION_VARIABLES_ADMIN).
  • Support MySQL 8 SRID argument on GEOMETRY columns.

No subsystem

  • Web Types Display new lines in quick doc description.

TypeScript...

Released: Dec 19, 2019

2019.3.1 での更新項目

機能

  • As a part of Python 3.8 support, this release adds code insight for TypedDicts.

不具合の修正

  • PyCharm supports using reStructuredText (reST) in docstrings, unfortunately, PyCharm 2019.3 was a little overzealous and interpreted every docstring as reST for some users. This has been fixed.
  • Some small issues with MongoDB support have now been resolved, for example: it showed only the date portion of an ISODate, and now they have been restored to their full length.

Released: Dec 2, 2019

2019.3 での更新項目

機能

Jupyter

  • Interactive widgets - To provide more interactivity, Jupyter notebooks support interactive controls known as interactive widgets. These controls let you turn static notebooks into interactive dashboards, allowing those who view your notebooks to customize their view. With this update, PyCharm adds support for interactive widgets. This means the widgets are rendered with the output and can be used to manipulate the notebooks just like it works with native Jupyter notebooks. The IDE now...

Released: Nov 19, 2019

2019.2.5 での更新項目

機能

  • Added TypedDict support for Python 3.8.

不具合の修正

  • Fixed an issue that caused the generation of a large skeleton file on remote interpreters.
  • Fixed issue causing Python plugin for IntelliJ not to work properly with the debugger when a test Python module was created.

Released: Nov 1, 2019

2019.2.4 での更新項目

不具合の修正

  • A regression issue that caused Pytest not to work properly with the debugger console was fixed.
  • The debugger console problem for PyQt5 that caused it to crash was solved.
  • Fixed an issue that was causing NumPy arrays not to be properly formatted in the Data View panel.
  • The IronPython problem causing the debugger to fail was fixed.
  • Fixed debugger stack trace messages that are displayed when the debugger is stopped so they won’t show so you can properly know when the process was ended.
  • The...

Released: Sep 25, 2019

2019.2.3 での更新項目

機能

  • Improved SVN performance
    • New release avoids unnecessary processing of SVN operation results.
    • Projects with a large amount of files using SVN version control will experience enhanced processing times.

不具合の修正

  • Solved an issue that was causing an error when invoking string literals.
  • Regression errors were fixed in the debugger:
    • The usage of multiprocessing on programs resulted on the inability to debug them and that was solved.
    • Fixed the issue that caused uncaught exceptions not to show traceback...