PyCharm のリリース

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...

Released: Jul 24, 2019

2019.2 での更新項目

機能

Jupyter Notebook

  • Run All, Run All Above, Run All Below - One of the most requested features in the Jupyter support has been to run all cells with a single button click. This feature is now available in PyCharm.
  • Improved server configuration - With multiple projects open, PyCharm would implicitly use the first project you’ve opened to start a managed Jupyter server. This is now configurable. You can also now choose a specific port for the Jupyter server to listen on.
  • Spacing with virtual lines...

Released: Mar 27, 2019

2019.1 での更新項目

機能

Jupyter Notebooks

  • Work with notebooks - It is easier to edit the code in your Notebook: as you’re editing the notebook, the source looks like a regular Python file. This makes light work out of navigating around your code. Of course, round trip editing is supported, and all changes made in either PyCharm or the browser will be reflected immediately.
  • Run and debug cells - Jupyter Notebooks are great at helping you explore and interact with your data. With PyCharm, Jupyter Notebooks are now...