News

Describe the issue: When creating a NumPy array from a list of lists with dtype=object, NumPy implicitly promotes inner lists to ndarray if their lengths are uniform, but keeps them as list if not.