We had a meeting and decided to remove the Store data class from the Python API because it is not clear which params should be in the Config data class and which in the Store. Furthermore, when passing some different values as keyword arguments like store and contiguous it is confusing to know which one should be chosen.
So the Store data class should be removed and instead, the Config data class will carry those params.
We had a meeting and decided to remove the
Store
data class from the Python API because it is not clear which params should be in theConfig
data class and which in theStore
. Furthermore, when passing some different values as keyword arguments likestore
andcontiguous
it is confusing to know which one should be chosen.So the
Store
data class should be removed and instead, theConfig
data class will carry those params.