Skip to content

Commit

Permalink
refactor: remove confusing C++ section
Browse files Browse the repository at this point in the history
  • Loading branch information
william-silversmith committed Jul 17, 2024
1 parent 87c9063 commit 9a777f7
Show file tree
Hide file tree
Showing 28 changed files with 20 additions and 2,294 deletions.
7 changes: 6 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -40,4 +40,9 @@
.pytest_cache
cpp/test

python/edt.cpp
src/edt.cpp

test.py
test2.py
test3.py
test4.py
File renamed without changes.
7 changes: 7 additions & 0 deletions python/ChangeLog → ChangeLog
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
CHANGES
=======

2.4.1
-----

* fix: ensure works with numpy 2.0
* release(2.4.1): compile with numpy 2.0
* docs: add zenodo release

2.4.0
-----

Expand Down
5 changes: 5 additions & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
include src/edt.hpp
include src/edt_voxel_graph.hpp
include src/threadpool.h
include src/edt.pyx
include LICENSE
File renamed without changes.
12 changes: 0 additions & 12 deletions cpp/Makefile

This file was deleted.

92 changes: 0 additions & 92 deletions cpp/README.md

This file was deleted.

Loading

0 comments on commit 9a777f7

Please sign in to comment.