Skip to content

String/object dunder/operator methods do not delegate to the right backend in 2.26.0 #6631

@ravwojdyla

Description

@ravwojdyla
import dask.array as da

a = da.from_array(["a", "b", ".", "e"])
print(a == ".")

# 2.26.0: False
# 2.25.0: dask.array<eq, shape=(4,), dtype=bool, chunksize=(4,), chunktype=numpy.ndarray>

Is this expected in 2.26.0? I can't find relevant changelog for this.

Environment:

  • Dask version: 2.26.0
  • Python version: 3.8
  • Install method (conda, pip, source): conda/pip

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions