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

pandas strict (https://github.com/pandas-dev/pandas)

pandas/core/arrays/categorical.py

[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

[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

[warning] deprecated - The function `__invert__` is deprecated: Will throw an error in Python 3.16. Use `not` for logical negation of bools instead.
[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

[warning] deprecated - The function `__invert__` is deprecated: Will throw an error in Python 3.16. Use `not` for logical negation of bools instead.
[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

[warning] deprecated - The function `__invert__` is deprecated: Will throw an error in Python 3.16. Use `not` for logical negation of bools instead.
[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

[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

[warning] deprecated - The function `__invert__` is deprecated: Will throw an error in Python 3.16. Use `not` for logical negation of bools instead.
[warning] deprecated - The function `__invert__` is deprecated: Will throw an error in Python 3.16. Use `not` for logical negation of bools instead.
[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

[warning] deprecated - The function `__invert__` is deprecated: Will throw an error in Python 3.16. Use `not` for logical negation of bools instead.
[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

[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

flaky
(1/10)
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive
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

[warning] deprecated - The function `__invert__` is deprecated: Will throw an error in Python 3.16. Use `not` for logical negation of bools instead.