2 files changed
+2
-2
lines changed- .github/workflows/ci.yml+1-1
- .gitignore+1-1
- cmake/nanobind-config.cmake+44-9
- docs/api_cmake.rst+45-3
- docs/api_core.rst+17-5
- docs/changelog.rst+77-6
- docs/porting.rst+5-4
- docs/release.rst+1-1
- docs/typing.rst+40
- include/nanobind/nanobind.h+2-2
- include/nanobind/nb_accessor.h+1-1
- include/nanobind/nb_cast.h+4-4
- include/nanobind/nb_class.h+1-1
- include/nanobind/nb_lib.h+1-1
- include/nanobind/nb_types.h+1-1
- pyproject.toml+1-1
- src/__init__.py+1-1
- src/common.cpp+5-3
- src/nb_ndarray.cpp+2-3
- src/stubgen.py+59-28
- tests/CMakeLists.txt+15-1
- tests/py_recursive_stub_test/__init__.py+3
- tests/py_recursive_stub_test/__init__.pyi.ref+4
- tests/py_recursive_stub_test/bar.py+1
- tests/py_recursive_stub_test/bar.pyi.ref+3
- tests/test_ndarray_ext.pyi.ref+86-85
- tests/test_stubs.py+4-2
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| |||
0 commit comments