You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
over in zarr-python, we have been pretty happy with our dev environment. I am wondering if we should bring those benefits over to numcodecs. Specifically, we would make the following changes:
use hatch for packaging
use the same linting / pre-commit configuration as zarr-python
use a src/numcodecs layout instead of numcodecs
Does anyone object to this proposal? I think it will generally improve the dev experience.
The text was updated successfully, but these errors were encountered:
I'm mostly thinking of the hatch features we use over in zarr-python, like the option to run tests parametrized over python versions, environment-specific commands (e.g., for building docs), etc
over in
zarr-python
, we have been pretty happy with our dev environment. I am wondering if we should bring those benefits over tonumcodecs
. Specifically, we would make the following changes:zarr-python
src/numcodecs
layout instead ofnumcodecs
Does anyone object to this proposal? I think it will generally improve the dev experience.
The text was updated successfully, but these errors were encountered: