-
Notifications
You must be signed in to change notification settings - Fork 1
Description
This issue is about how new distributions are to be added to the package.
Will contributors create a new file (e.g. src/skstats/normal.py
), add their distribution to a standard test suite, then wait for review by a maintainer?
This would work, but I was hoping for there to be a way for contributors to act as maintainers for specific distributions and make improvements without our review as long as certain standards are met (e.g. generic tests pass).
For instance, an alternative model would be for each distribution to be its own little repo under the scikit-stats
org with its own issue tracker, set of maintainers, etc. Perhaps the top level scikit-stats
repo would include all the distributions that meet a certain set of standards as submodules or subprojects and be the package that gets released periodically.
What did you have in mind @tupui?