We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b442204 commit d2acdd3Copy full SHA for d2acdd3
CHANGELOG.md
@@ -8,7 +8,7 @@
8
## Improvements
9
- PR #123 Remove driver install from ci scripts
10
- PR #131 Use YYMMDD tag in nightly build
11
- - PR #137 Move CFFI to Cython
+ - PR #137 Replace CFFI python bindings with Cython
12
13
## Bug Fixes
14
pyproject.toml
@@ -16,4 +16,4 @@ exclude = '''
16
build |
17
dist
18
)/
19
-'''
+'''
python/.coveragerc
@@ -1,4 +1,4 @@
1
# Configuration file for Python coverage tests
2
[run]
3
include = rmm/*
4
-omit = rmm/tests/*
+omit = rmm/tests/*
setup.cfg
0 commit comments