PyCharm のリリース
Released: May 15, 2025
2025.1.1.1 での更新項目
不具合の修正
- Editor glitches and PyCharm unusable (using conda interpreter causes lags).
Released: Apr 16, 2025
2025.1 での更新項目
機能
Release Highlights
- Junie – your personal coding agent
- Junie, the coding agent by JetBrains, is now available in PyCharm via JetBrains AI. Junie autonomously plans, writes, refines, and tests code to make your development experience smooth, efficient, and enjoyable. It handles tedious tasks like restructuring code, creating tests, and implementing refinements, so you can focus on bigger challenges and innovation.
- PyCharm goes AI
- JetBrains AI has received a major upgrade, bringing both AI...
Released: Jan 28, 2025
2024.3.2 での更新項目
機能
- Support for uv package management - Create new environments from scratch or use a new environment type option to apply uv to existing ones. Additionally, when importing projects from version control, enjoy the flexibility to choose between
venv
and uv
as your virtual environment manager.
- Flame graph visualization - You can now quickly find out where your code spends most of its execution time. Flame graphs display the application call tree, allowing you to check how long each call takes in...
Released: Dec 12, 2024
2024.3.1 での更新項目
機能
User Experience
- File creation without project setup - If you prefer not to worry about interpreter settings or project configuration, PyCharm can take care of them for you. The IDE now offers a one-click option that allows you to jump straight into the editor. You can start coding and executing immediately with a single Python script or Jupyter notebook, bypassing project setup and saving time.
Python
- Auto-import suggestions in code completion - PyCharm's code completion now offers new...
Released: Nov 13, 2024
2024.3 での更新項目
機能
AI Assistant
- Inline AI prompting - Prompt AI directly in the editor
- You can interact with AI Assistant right where you do most of your work - in the editor. Stuck with an error in your code? Need to add documentation or tests? Just start typing your request on a new line in the editor. PyCharm will automatically recognize your natural language request and generate a response. If the new line is indented, prefix your request with the $ or ? symbol.
- PyCharm leaves a purple mark in the gutter...
Released: Sep 19, 2024
2024.2.2 での更新項目
機能
- Django enhancements
- New code completion suggestions - When working with models, PyCharm now offers field completion suggestions in a variety of cases.
- Quick-fix to create a method for an unresolved ViewSet - If a ViewSet has an unresolved reference, PyCharm suggests a quick-fix to introduce the missing method. Use Alt + Enter to call it.
- Data View
- You can now look at n-dimensional NumPy arrays in the Data View tool window. Define the array you would like to inspect, along with a specific...
Released: Aug 29, 2024
2024.2.1 での更新項目
機能
Data View
- Optional heatmap color schemes
- Provides two color-scheme options for the table heatmaps in the Data View tool window: the Diverging and Sequential color schemes:
- The Diverging color scheme emphasizes variation relative to a norm. It consists of two contrasting colors that deviate from a central value in two opposite directions.
- The Sequential color scheme consists of a single color or a range of closely related colors that vary in intensity.
- You can apply the heatmap color schemes...
Released: Aug 12, 2024
2024.2 での更新項目
機能
AI Assistant
- JetBrains AI Assistant 2024.2 introduces significant enhancements to cloud code completion, offering more accurate and faster suggestions. The UX has been reworked to better integrate AI code completion features into IDE workflows, with improvements like syntax highlighting in suggested code and incremental acceptance of code suggestions. The AI chat has also become smarter, now supporting the latest GPT-4o model, chat references, and semantic search.
- New features include AI...
Released: Aug 9, 2024
2024.1.6 での更新項目
不具合の修正
- Prisma ORM plugin version incompatibility.
- Failing new test: com.intellij.lang.javascript.typescript.TypeScriptHighlightingPerformanceTest.testPathMappings.
- TS: optimize memory allocations in JsonStringLiteralImpl.getValue().
- TS: Slow graph building on large project with multiple path mappings.
Released: Aug 6, 2024
2024.1.5 での更新項目
機能
- Added a control to toggle flagged comments.
- You can now display the comments of the current Space review in the editor.
- Added support for creating comments in the editor for the current Space review.