From d8420d0f72429716754b089e2e3b943040c3df28 Mon Sep 17 00:00:00 2001 From: Dave Halter Date: Fri, 28 Jul 2023 22:59:03 +0200 Subject: [PATCH] Add a note to the changelog --- CHANGELOG.rst | 3 +++ jedi/inference/compiled/access.py | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index e616609b..a8cc36ea 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -6,6 +6,9 @@ Changelog Unreleased ++++++++++ +- Massive improvements in performance for ``Interpreter`` (e.g. IPython) users. + This especially affects ``pandas`` users with large datasets. + 0.18.2 (2022-11-21) +++++++++++++++++++ diff --git a/jedi/inference/compiled/access.py b/jedi/inference/compiled/access.py index 9aa0d71d..e9eea5f8 100644 --- a/jedi/inference/compiled/access.py +++ b/jedi/inference/compiled/access.py @@ -9,7 +9,7 @@ import re import builtins import typing from pathlib import Path -from typing import Optional, Tuple, Union +from typing import Optional, Tuple from jedi.inference.compiled.getattr_static import getattr_static