- move
ts2vg
to test dependencies
- add information to
pyproject.toml
- format code
- allow import from package root
- vvg: ensure input dimension check is correct
- add
unique
option toWeightMethod
enum
- alphabetically sort
WeightMethod
enums
- in attempt to avoid flaky tests remove cache
- vvg: make
undirected
default likets2vg
- vvg: add custom weight calculation
- normalize projections to have correct weights
- ts2vg: export naive
ts2vg
sanity check - simplify code structure and rename
- lpvg: add penetrable limit to visibility
- implement horizontal
vvg
- improve projection performance
- implement basic vvg generation from
ts2vg
- nvg: add divide-and-conquer (dc) version
- nvg: parallelize with
numba
- dc: remove
divide-and-conquer
version
- export input ensurance to own function
- export visibility check to own function
- convert from
torch
tonumpy/numba
- remove
@torch.jit.script
for compatibility - update
unweighted
toweighted