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.