Releases: pylint-dev/astroid
3.0.0a5
This is the fifth pre-release for astroid 3.0.0. For a full list of changes see https://github.com/pylint-dev/astroid/blob/v3.0.0a5/ChangeLog
3.0.0a4
This is the fourth pre-release for astroid 3.0.0. For a full list of changes see https://github.com/pylint-dev/astroid/blob/v3.0.0a4/ChangeLog
3.0.0a3
This is the third pre-release for astroid 3.0.0. For a full list of changes see https://github.com/pylint-dev/astroid/blob/v3.0.0a3/ChangeLog
2.15.5
-
Handle
objects.Super
inhelpers.object_type()
.
v3.0.0a2
This is the second pre-release for astroid 3.0.0. For a full list of changes see https://github.com/pylint-dev/astroid/blob/v3.0.0a1/ChangeLog
v3.0.0a1
This is the first pre-release for astroid 3.0.0
. For a full list of changes see https://github.com/pylint-dev/astroid/blob/v3.0.0a1/ChangeLog
v2.15.4
v2.15.3
-
Fix
infer_call_result()
crash on methods calledwith_metaclass()
.Closes #1735
-
Suppress
UserWarning
when finding module specs.Closes pylint-dev/pylint#7906
v2.15.2
-
Support more possible usages of
attrs
decorators.Closes pylint-dev/pylint#7884
v2.15.1
-
Restore behavior of setting a Call as a base for classes created using
six.with_metaclass()
,
and harden support for using enums as metaclasses in this case.Reverts #1622
Refs pylint-dev/pylint#5935
Refs pylint-dev/pylint#7506