Skip to content

Commit 9a777f7

Browse files
refactor: remove confusing C++ section
1 parent 87c9063 commit 9a777f7

28 files changed

+20
-2294
lines changed

.gitignore

+6-1
Original file line numberDiff line numberDiff line change
@@ -40,4 +40,9 @@
4040
.pytest_cache
4141
cpp/test
4242

43-
python/edt.cpp
43+
src/edt.cpp
44+
45+
test.py
46+
test2.py
47+
test3.py
48+
test4.py

python/AUTHORS renamed to AUTHORS

File renamed without changes.

python/ChangeLog renamed to ChangeLog

+7
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
CHANGES
22
=======
33

4+
2.4.1
5+
-----
6+
7+
* fix: ensure works with numpy 2.0
8+
* release(2.4.1): compile with numpy 2.0
9+
* docs: add zenodo release
10+
411
2.4.0
512
-----
613

MANIFEST.in

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
include src/edt.hpp
2+
include src/edt_voxel_graph.hpp
3+
include src/threadpool.h
4+
include src/edt.pyx
5+
include LICENSE
File renamed without changes.

cpp/Makefile

-12
This file was deleted.

cpp/README.md

-92
This file was deleted.

0 commit comments

Comments
 (0)