We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6328336 commit aac415eCopy full SHA for aac415e
changes/2992.fix.rst
@@ -0,0 +1,3 @@
1
+Fix a bug preventing ``ones_like``, ``full_like``, ``empty_like`` and ``zeros_like`` functions from accepting
2
+an explicit specification of array attributes like shape, dtype, chunks etc. The functions ``full_like`` and
3
+``empty_like`` and ``full_like`` now also more consistently infer a ``fill_value`` parameter from the provided array.
0 commit comments