PyCharm 2023.3.3

Released: Jan 26, 2024

Aggiornamenti in 2023.3.3

Funzionalità

  • Visual diff for Jupyter notebooks - PyCharm now provides a diff view for Jupyter notebooks that renders cells with inputs as if you're looking through the actual notebook.
  • AI Assistant: Unit test generation - You can now use JetBrains AI Assistant to speed up your Python development with automated unit test generation for methods in classes.
  • Jupyter notebooks: Widget rendering - PyCharm displays interactive graphics for libraries such as Matplotlib, Bokeh, Plotly, pyecharts, and TensorBoard.
  • Async viewer for the debugger - You can now get information about the program's state and track the evaluation of coroutines while debugging in PyCharm. You can also now use the await keyword outside of functions in the debug console.
  • Fixes for the DataFrame viewer - In a previous release, the ability to view DataFrames and series in a separate editor tab was introduced. This view has now been improved, and now offers new color coding for data and better performance with large datasets.