4 files changed
+4
-4
lines changed- .github/workflows/ci.yml+2-2
- CMakeLists.txt+1-1
- cmake/collect-symbols.py+1-1
- cmake/nanobind-config.cmake+4
- docs/api_core.rst-3
- docs/bazel.rst+2-2
- docs/building.rst+2-2
- docs/changelog.rst+85-15
- docs/exceptions.rst+2-2
- docs/index.rst+1-1
- docs/packaging.rst+2-3
- docs/refleaks.rst+3-27
- docs/typing.rst+3-3
- docs/why.rst+1-1
- include/nanobind/nanobind.h+3-3
- include/nanobind/nb_call.h+1-1
- include/nanobind/nb_cast.h+3-17
- include/nanobind/nb_defs.h-46
- include/nanobind/nb_python.h+2-2
- include/nanobind/nb_types.h+6-11
- include/nanobind/stl/chrono.h+4-14
- include/nanobind/stl/detail/nb_array.h+1-1
- include/nanobind/stl/detail/nb_dict.h+1-1
- include/nanobind/stl/detail/nb_list.h+1-1
- include/nanobind/stl/detail/nb_set.h+1-1
- include/nanobind/stl/filesystem.h-4
- include/nanobind/stl/function.h+1-1
- include/nanobind/stl/pair.h+1-1
- include/nanobind/stl/tuple.h+1-1
- pyproject.toml+1-1
- src/__init__.py+3-3
- src/common.cpp+1-13
- src/error.cpp-11
- src/nb_func.cpp+6-7
- src/nb_internals.cpp+3-19
- src/nb_ndarray.cpp-23
- src/nb_type.cpp+9-41
- src/stubgen.py+4-6
- tests/pattern_file.nb+6
- tests/test_classes.cpp+2-5
- tests/test_classes.py+1-6
- tests/test_functions.py+14-21
- tests/test_ndarray.cpp-2
- tests/test_stl.cpp+1-3
- tests/test_stl.py+13-24
- tests/test_stl_bind_map.py+1-4
- tests/test_typing.cpp+2-2
- tests/test_typing.py-1
- tests/test_typing_ext.pyi.ref+4
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
256 | 256 | | |
257 | 257 | | |
258 | 258 | | |
259 | | - | |
| 259 | + | |
260 | 260 | | |
261 | 261 | | |
262 | 262 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
380 | 380 | | |
381 | 381 | | |
382 | 382 | | |
383 | | - | |
| 383 | + | |
384 | 384 | | |
385 | 385 | | |
386 | 386 | | |
| |||
0 commit comments