inaos / iron-array

2 stars 0 forks source link

Remove Store from Python API #481

Closed martaiborra closed 2 years ago

martaiborra commented 2 years ago

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.

martaiborra commented 2 years ago

Fixed in https://github.com/inaos/iron-array-python/pull/131