Skip to content

create_dataset was not removed in 3.1.0 #3499

@ianhi

Description

@ianhi

This code claims it will be removed in version 3.1.0:

async def create_dataset(
self, name: str, *, shape: ShapeLike, **kwargs: Any
) -> AsyncArray[ArrayV2Metadata] | AsyncArray[ArrayV3Metadata]:
"""Create an array.
!!! warning "Deprecated"
`AsyncGroup.create_dataset()` is deprecated since v3.0.0 and will be removed in v3.1.0.
Use `AsyncGroup.create_array` instead.

however it was not.

not sure what the best move it, to extend that farther, or to just remove it now?

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