Skip to content

Tags: jannikmi/extremitypathfinder

Tags

2.7.2

Toggle 2.7.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
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

2.7.1

Toggle 2.7.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
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

Toggle 2.7.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
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

2.6.0

Toggle 2.6.0's commit message
bump version 2.6.0

2.5.0

Toggle 2.5.0's commit message
enable pyPI deployment

2.4.1

Toggle 2.4.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
v2.4.1 bugfix networkx A* failure

2.4.0

Toggle 2.4.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
v2.4.0 networkx library based graph

Use networkx library

2.3.0

Toggle 2.3.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
v2.3.0 numpy based algorithms

2.2.3

Toggle 2.2.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #48 from jannikmi/2.2.3

v2.2.3

2.2.2

Toggle 2.2.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #45 from jannikmi/v2.2.2

V2.2.2