Thank you for taking the time to contribute!
The following is a set of guidelines for contributing to differintP. These are just guidelines, not rules, so use your best judgement and feel free to propose changes to this document in a pull request.
differint requires Python 3.10+ and NumPy. If you are new to NumPy, please head over to this guide. The gpu accelarated functions use Cupy, you will need cupy, cuda enabled gpu and cuda toolkit, All tests are writen with pytest
-
The whole differintP documentation, including installation and testing, can be read here.
-
If you have any questions regarding differint, open an issue.
Ensure the bug was not already reported by searching on GitHub under issues. If you're unable to find an open issue addressing the bug, open a new issue.
Please consider the following points while opening an issue. For example:
- How to reproduce the issue, step-by-step.
- The expected behavior (or what is wrong).
- The operating system.
Pull Requests are always welcome.