Skip to content

Latest commit

 

History

History
4 lines (3 loc) · 398 Bytes

File metadata and controls

4 lines (3 loc) · 398 Bytes

Exposes the array runtime configuration as an attribute called config on the Array and AsyncArray classes. The previous AsyncArray._config attribute is now a deprecated alias for AsyncArray.config.

Adds a method for creating a new Array / AsyncArray instance with a new runtime configuration, and fixes inaccurate documentation about the write_empty_chunks configuration parameter.