Replies: 3 comments 1 reply
-
Thank you @ghammad |
Beta Was this translation helpful? Give feedback.
-
Dear @ghammad Is this ok with you? Best wishes |
Beta Was this translation helpful? Give feedback.
-
Dear @aidendoherty , @chanshing Thank you for the prompt reply and positive outcome. I will thus add an explicit mention about the potential commercial use (after permission from the University of Oxford). You can follow the development and resolution of the PR here. Best regards, Grégory |
Beta Was this translation helpful? Give feedback.
-
Hello biobank people,
I am the main developper of the pyActigraphy package, an analysis package for actigraphy data. It provides an interface to the file format the
accelerometer
package produces withAccProcess
(XXX-timeSeries.csv.gz). As such, upon reading this file, I needed to parse the date time columns and I wanted to let the users decide whether or not to impute the missing data. Therefore, I import your package and use your functions (date_parser and imputMissing).However, adding
accelerometer
as a dependency has created installation issues for users with recent python installations, as your requirementnumpy=1.21.*
is incompatible with recent numba version, which I do require in pyActigraphy dependencies.Following up on that issue, I received a pull request from a user that would like to re-implement these two functions within the
pyActigraphy
package.While I initially thought that importing
accelerometer
was a straightforward way to link our packages (I like the idea of an ecosystem of packages for actigraphy data), it appears, as a user feedback, that it is most likely an overkill, given that it uses only two rather generic functions but adds complexity from the dependency point of view, up to the point where it sometimes prevent users from installing pyActigraphy.I thus propose, as these functions are rather generic and there are not multiple ways to implement them (especially the date_parser function, 4 lines of codes), to add within the function description in pyActigraphy an explicit reference to the
accelerometer
package , its version and its license.I hope that you will find this solution acceptable.
I'll wait for your feedback before accepting the PR.
Best regards,
Grégory
Beta Was this translation helpful? Give feedback.
All reactions