Commit d08ba2d
peng.li24
refactor: merge pycpp/_py.h into numpy/, delete pycpp/ umbrella
- Move init_py.h, elementwise_py.h, reduce_py.h, manipulation_py.h,
io_py.h, linalg_py.h from pycpp/ → numpy/
- Delete pycpp/pycpp.h (umbrella with non-numpy name)
- Delete empty pycpp/ directory
- CMakeLists.txt: remove pycpp install block, _py.h files auto-installed
with numpy/ directory wildcard
- tests/module.cpp: replace #include "pycpp.h" with individual _py.h includes
Now all headers live under a single numpy/ tree:
#include <numpycpp/numpy/numpy.h> # C++ core
#include <numpycpp/numpy/init_py.h> # pybind11 wrappers1 parent 7c44cb4 commit d08ba2d
9 files changed
Lines changed: 6 additions & 28 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
47 | | - | |
48 | | - | |
49 | | - | |
50 | | - | |
51 | 47 | | |
52 | 48 | | |
53 | 49 | | |
| |||
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
8 | 13 | | |
9 | 14 | | |
10 | 15 | | |
| |||
0 commit comments