Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Refactor selection workflow #17

Draft
wants to merge 20 commits into
base: main
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
20 commits
Select commit Hold shift + click to select a range
439ffe6
use dictionaries + introduce classes list
sophiamaedler Nov 7, 2024
943cc32
ensure consistent typing, fix bug
sophiamaedler Nov 8, 2024
50839f3
update docstring
sophiamaedler Nov 8, 2024
b38bdd1
make processes and threads consistent
sophiamaedler Dec 9, 2024
670e6f1
Merge branch 'improve_selection_big_datasets' into refactor_selection…
sophiamaedler Dec 10, 2024
c8752d8
make typing consistent
sophiamaedler Dec 10, 2024
0f907af
implement additional coordinate lookup calculation method
sophiamaedler Dec 10, 2024
c740a96
cleanup print statements
sophiamaedler Dec 10, 2024
e6ee255
improve log output
sophiamaedler Dec 10, 2024
e3adbef
add numba accelerated sparse coordinate calculation
sophiamaedler Dec 11, 2024
bc88147
fix incorrect assumption
sophiamaedler Dec 12, 2024
4b954b3
add safety check to ensure that no cell_id with empty coordinates is …
sophiamaedler Dec 12, 2024
639e8d0
fix typo
sophiamaedler Dec 12, 2024
500fc19
cleanup log output
sophiamaedler Dec 12, 2024
249f942
improve debug plot
sophiamaedler Dec 12, 2024
91697f1
limit number of processes to number of cell sets that need to be proc…
sophiamaedler Dec 12, 2024
8881a13
further improvements to look of debugging plot
sophiamaedler Dec 12, 2024
66a6316
add possibility to return plot and improve plot look
sophiamaedler Dec 14, 2024
f6d64d8
perform line compression with the Ramer–Douglas–Peucker algorithm
sophiamaedler Dec 14, 2024
45d5ca8
fix default parameter values for rdp_epsilon
sophiamaedler Dec 17, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,5 @@ svgelements
setuptools
numba
tqdm
hilbertcurve
hilbertcurve
rdp
1 change: 1 addition & 0 deletions requirements_dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ setuptools
numba
tqdm
hilbertcurve
rdp

#packages for building docs
sphinx
Expand Down
Loading
Loading