Ecosystem report
Old:
main (merge base)
a706896d
→
New:
27584/merge
e5f72f9a
Lint Rule
Removed
Added
Changed
Total
0
16
0
deprecated
0
16
0
Project
Removed
Added
Changed
Total
0
16
0
pandas
strict
0
6
0
scipy
non-strict
0
6
0
pandera
strict
0
2
0
spark
strict
0
1
0
xarray
strict
0
1
0
All
Removed Only
Added Only
Changed Only
All Lint Types
deprecated (-0 +16 ~0)
All Projects
pandas (strict) (-0 +6 ~0)
scipy (non-strict) (-0 +6 ~0)
pandera (strict) (-0 +2 ~0)
spark (strict) (-0 +1 ~0)
xarray (strict) (-0 +1 ~0)
pandas
strict
(
https://github.com/pandas-dev/pandas
)
pandas/core/arrays/categorical.py
📋
:3127:29
[warning]
deprecated - The function `__invert__` is deprecated: Will throw an error in Python 3.16. Use `not` for logical negation of bools instead.
pandas/core/indexes/base.py
📋
:3901:32
[warning]
deprecated - The function `__invert__` is deprecated: Will throw an error in Python 3.16. Use `not` for logical negation of bools instead.
pandas/tests/computation/test_eval.py
📋
:589:70
[warning]
deprecated - The function `__invert__` is deprecated: Will throw an error in Python 3.16. Use `not` for logical negation of bools instead.
:593:71
[warning]
deprecated - The function `__invert__` is deprecated: Will throw an error in Python 3.16. Use `not` for logical negation of bools instead.
pandas/tests/frame/test_reductions.py
📋
:2109:26
[warning]
deprecated - The function `__invert__` is deprecated: Will throw an error in Python 3.16. Use `not` for logical negation of bools instead.
:2109:39
[warning]
deprecated - The function `__invert__` is deprecated: Will throw an error in Python 3.16. Use `not` for logical negation of bools instead.
pandera
strict
(
https://github.com/pandera-dev/pandera
)
pandera/backends/pyspark/builtin_checks.py
📋
:133:34
[warning]
deprecated - The function `__invert__` is deprecated: Will throw an error in Python 3.16. Use `not` for logical negation of bools instead.
:157:34
[warning]
deprecated - The function `__invert__` is deprecated: Will throw an error in Python 3.16. Use `not` for logical negation of bools instead.
scipy
non-strict
(
https://github.com/scipy/scipy
)
scipy/linalg/_decomp.py
📋
:45:28
[warning]
deprecated - The function `__invert__` is deprecated: Will throw an error in Python 3.16. Use `not` for logical negation of bools instead.
scipy/ndimage/_measurements.py
📋
:689:12
[warning]
deprecated - The function `__invert__` is deprecated: Will throw an error in Python 3.16. Use `not` for logical negation of bools instead.
:691:10
[warning]
deprecated - The function `__invert__` is deprecated: Will throw an error in Python 3.16. Use `not` for logical negation of bools instead.
:697:16
[warning]
deprecated - The function `__invert__` is deprecated: Will throw an error in Python 3.16. Use `not` for logical negation of bools instead.
scipy/stats/_stats_py.py
📋
:9240:45
[warning]
deprecated - The function `__invert__` is deprecated: Will throw an error in Python 3.16. Use `not` for logical negation of bools instead.
:9260:45
[warning]
deprecated - The function `__invert__` is deprecated: Will throw an error in Python 3.16. Use `not` for logical negation of bools instead.
spark
strict
(
https://github.com/apache/spark
)
python/pyspark/ml/tests/test_feature.py
📋
:939:30
[warning]
deprecated - The function `__invert__` is deprecated: Will throw an error in Python 3.16. Use `not` for logical negation of bools instead.
steam.py
non-strict
(
https://github.com/Gobot1234/steam.py
)
steam/chat.py
📋
:199:29
flaky
(1/10)
[warning]
unused-type-ignore-comment - Unused blanket `type: ignore` directive
:474:13
flaky
(4/10)
[warning]
possibly-missing-attribute - Attribute `reactions` may be missing on object of type `ChatMessageT@Chat`
xarray
strict
(
https://github.com/pydata/xarray
)
xarray/tests/test_variable.py
📋
:458:22
[warning]
deprecated - The function `__invert__` is deprecated: Will throw an error in Python 3.16. Use `not` for logical negation of bools instead.