-
Notifications
You must be signed in to change notification settings - Fork 129
Open
Labels
Description
The reports module is sort of disconnected from the rest of pybids, and I was thinking that it might be a good idea to move it to its own package (e.g., bids-standard/pybids-reports). I brought this idea up in today's BIDS maintainers meeting, and our decision was to open an issue to give users the opportunity to weigh in on this idea.
A bit of context:
- The only dependency that
reportscurrently adds isnum2words, but @Remi-Gau has proposed using a templating tool to build reports in the future. - AFAIK, the
reportsmodule is not commonly used, so I assume that removing it frompybidswon't cause any major problems for users. Please feel to comment here if that's not the case. - Any new library would use
pybidsas a dependency.