Commit dc641fe
Add default value to init_array config param. Update docstring. (#3391)
* Make config in init_array optional
* Add default value to init_array config param.
* Update docstring.
* Add changelog entry.
* Fix type casting typo.
* Update src/zarr/core/array.py
* Update src/zarr/core/array.py
* reformat docstring
---------
Co-authored-by: Davis Bennett <[email protected]>1 parent 7970f4a commit dc641fe
File tree
4 files changed
+6
-4
lines changed- changes
- src/zarr
- core
- testing
- tests
4 files changed
+6
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4444 | 4444 | | |
4445 | 4445 | | |
4446 | 4446 | | |
4447 | | - | |
| 4447 | + | |
4448 | 4448 | | |
4449 | 4449 | | |
4450 | 4450 | | |
| |||
4524 | 4524 | | |
4525 | 4525 | | |
4526 | 4526 | | |
4527 | | - | |
| 4527 | + | |
4528 | 4528 | | |
| 4529 | + | |
| 4530 | + | |
4529 | 4531 | | |
4530 | 4532 | | |
4531 | 4533 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
46 | 46 | | |
47 | 47 | | |
48 | 48 | | |
49 | | - | |
| 49 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
440 | 440 | | |
441 | 441 | | |
442 | 442 | | |
443 | | - | |
444 | 443 | | |
445 | 444 | | |
446 | 445 | | |
| |||
0 commit comments