Releases

PyCharm 2018.3.4

We’re happy to announce general availability of our latest update to PyCharm 2018.3. In this update we’ve fixed a couple of issues, and some other small updates.

New in This Version

  • Pasting a new name over a variable that was defined right after an indented block, would cause PyCharm to incorrectly indent the variable. See PY-22563.
  • In some cases inserting a newline in an f-string would lead to invalid code. See PY-32918.
  • PyCharm can now create Python 3.7 Conda environments
  • Many improvements in SQL support. Did you know that PyCharm Professional Edition bundles all features from JetBrains DataGrip in its Database tool window?
  • See the release notes for more details

Updating PyCharm

You can update PyCharm by choosing Help | Check for Updates (or PyCharm | Check for Updates on macOS) in the IDE. PyCharm will be able to patch itself to the new version, there should no longer be a need to run the full installer.

If you’re on Ubuntu 16.04 or later, or any other Linux distribution that supports snap, you should not need to upgrade manually, you’ll automatically receive the new version.

image description