Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 1.33 KB

File metadata and controls

27 lines (17 loc) · 1.33 KB

Contributing Guidelines

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.

Getting Started

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

Community

  • The whole differintP documentation, including installation and testing, can be read here.

  • If you have any questions regarding differint, open an issue.

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

Pull Requests are always welcome.