Releases: pylint-dev/astroid
v3.3.9
What's New in astroid 3.3.9?
Release date: 2025-03-09
-
Fix crash when
sys.modules
contains lazy loader objects during checking.Closes #2686
Closes pylint-dev/pylint#8589 -
Upload release assets to PyPI via Trusted Publishing.
v4.0.0a0
-
Removed internal functions
infer_numpy_member
,name_looks_like_numpy_member
, and
attribute_looks_like_numpy_member
fromastroid.brain.brain_numpy_utils
. -
To alleviate circular imports, the
manager
argument toAstroidBuilder()
is now required. -
Constants now have a parent of
nodes.SYNTHETIC_ROOT
. -
Fix crashes with large positive and negative list multipliers.
-
Fix precedence of
path
arg inmodpath_from_file_with_callback
to be higher thansys.path
-
Following a deprecation period, the
future
argument was removed fromstatement()
andframe()
. -
Improve consistency of
JoinedStr
inference by not raisingInferenceError
and
returning eitherUninferable
or a fully resolvedConst
.Closes #2621
-
Fix crash when typing._alias() call is missing arguments.
Closes #2513
v3.3.8
What's New in astroid 3.3.8?
Release date: 2024-12-23
-
Fix inability to import
collections.abc
in python 3.13.1. The reported fixes in astroid 3.3.6
and 3.3.7 did not actually fix this issue.Closes pylint-dev/pylint#10112
v3.3.7
What's New in astroid 3.3.7?
Release date: 2024-12-21
-
Fix inability to import
collections.abc
in python 3.13.1. The reported fix in astroid 3.3.6
did not actually fix this issue.Closes pylint-dev/pylint#10112
v3.3.6
What's New in astroid 3.3.6?
Release date: 2024-12-08
-
Fix inability to import
collections.abc
in python 3.13.1.
Closes pylint-dev/pylint#10112 -
Fix crash when typing._alias() call is missing arguments.
Closes #2513
v3.3.5
What's New in astroid 3.3.5?
Release date: 2024-10-04
-
Control setting local nodes outside of the supposed local's constructor.
Closes #1490
-
Fix Python 3.13 compatibility re:
collections.abc
Closes pylint-dev/pylint#10000
v3.3.4
What's New in astroid 3.3.4?
Release date: 2024-09-23
-
Fix regression with f-string inference.
Closes pylint-dev/pylint#9947
-
Fix bug with
manager.clear_cache()
not fully clearing cache -
Fix a crash from inferring empty format specs.
Closes pylint-dev/pylint#9945
v3.3.3
What's New in astroid 3.3.3?
Release date: 2024-09-20
-
Fix inference regression with property setters.
Closes pylint-dev/pylint#9811
-
Add annotation-only instance attributes to attrs classes to fix
no-member
false positives.Closes #2514
v3.3.2
What's New in astroid 3.3.2?
Release date: 2024-08-11
-
Restore support for soft-deprecated members of the
typing
module with python 3.13.