Skip to content

[v3] implement Group.{empty,zeros,ones,full,empty_like, zeros_like,onest_like,full_like} #2125

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
8 tasks
jhamman opened this issue Aug 26, 2024 · 0 comments · Fixed by #2210
Closed
8 tasks
Milestone

Comments

@jhamman
Copy link
Member

jhamman commented Aug 26, 2024

Many of these are already defined as top level functions and should be easy to port over to the Group class. These will all provide backward compatibility with zarr-python 3

  • Group.empty
  • Group.zeros
  • Group.ones
  • Group.full
  • Group.empty_like
  • Group.zeros_like
  • Group.ones_like
  • Group.full_like
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done
Development

Successfully merging a pull request may close this issue.

2 participants
@jhamman and others