Tags: jannikmi/extremitypathfinder
Tags
Update readthedocs.yml (#85) * Update readthedocs.yml * Update Makefile * Update readthedocs.yml * Create dependabot.yml * Update build.yml * Update tox.ini * removed tox.ini * Update Makefile * python 3.12 support * version bump * update hooks * ruff pre-commit hooks * Update CHANGELOG.rst * Update pyproject.toml * Update Makefile * Update 3_about.rst * bugfix python 3.12 deps * Update poetry.lock * Update 3_about.rst * bugfix unprepared plotting env * clarify overlapping edge case
78 jit compile the core visibility algorithms (#79) * add optional scipy dependency * is_candidate bool mask * remove debug print statements * working less performant version * Revert "working less performant version" This reverts commit 3cb3519. * remove debug assertions * revert refactoring * Update CHANGELOG.rst * bump version 2.7.1
2.7.0 using optional JIT compilation with numba (#52) * Create numba_replacements.py * add numba functionality * njit for some functions * Create poetry.lock * compiled reps n distances fct * tox numba envs * JIT inside polygon * tox skip missing interpreters * remove redundant fct * Update utils.py * typeof numba replacement * JIT extremity mask * extremity indices as ndarray * refactor compile polygon data * factor out reps n distances dict * reps_n_distance function * remove reps n distances impl * extract numba utils * Update test_find_visible.py * Update 0_getting_started.rst * bump version 2.7.0 * Update README.rst * Update CHANGELOG.rst
PreviousNext