Releases: pylint-dev/astroid
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.
v3.3.1
v3.3.0
What's New in astroid 3.3.0?
Release date: 2024-08-04
-
Add support for Python 3.13.
-
Remove support for Python 3.8 (and constants
PY38
,PY39_PLUS
, andPYPY_7_3_11_PLUS
).Refs #2443
-
Add the
__annotations__
attribute to theClassDef
object model.Closes pylint-dev/pylint#7126
-
Implement inference for JoinedStr and FormattedValue
-
Add support for
ssl.OP_LEGACY_SERVER_CONNECT
(new in Python 3.12).Closes pylint-dev/pylint#9849
v3.2.4
v3.2.3
What's New in astroid 3.2.3?
Release date: 2024-07-11
- Fix
AssertionError
when inferring a property consisting of a partial function.
Closes pylint-dev/pylint#9214
v3.2.2
What's New in astroid 3.2.2?
Release date: 2024-05-20
-
Improve inference for generic classes using the PEP 695 syntax (Python 3.12).
v3.2.1
What's New in astroid 3.2.1?
Release date: 2024-05-16
-
Fix
RecursionError
ininfer_call_result()
for certain__call__
methods.Closes pylint-dev/pylint#9139
-
Add
AstroidManager.prefer_stubs
attribute to control the astroid 3.2.0 feature that prefers stubs.Refs pylint-dev/pylint#9626
Refs pylint-dev/pylint#9623