File tree 4 files changed +987
-0
lines changed
doc/release/upcoming_changes
4 files changed +987
-0
lines changed Original file line number Diff line number Diff line change @@ -16,6 +16,9 @@ extraction:
16
16
index :
17
17
build_command :
18
18
- python3 setup.py build
19
+ after_prepare :
20
+ - pip3 install --upgrade --user cython
21
+ - export PATH="$HOME/.local/bin:$PATH"
19
22
20
23
queries :
21
24
- include : py/file-not-closed
Original file line number Diff line number Diff line change @@ -10,6 +10,7 @@ include *.txt
10
10
include README.md
11
11
include site.cfg.example
12
12
recursive-include numpy/random *.pyx *.pxd *.pyx.in *.pxd.in
13
+ include numpy/__init__.pxd
13
14
# Add build support that should go in sdist, but not go in bdist/be installed
14
15
# Note that sub-directories that don't have __init__ are apparently not
15
16
# included by 'recursive-include', so list those separately
Original file line number Diff line number Diff line change
1
+
2
+ Add our own ``*.pxd `` cython import file
3
+ --------------------------------------------
4
+ Added a ``numpy/__init__.pxd `` file. It will be used for `cimport numpy `
5
+
You can’t perform that action at this time.
0 commit comments