Releases: tunakasif/vector-vis-graph
Releases · tunakasif/vector-vis-graph
0.7.3
0.7.3 (2024-01-15)
Fix
- move
ts2vg
to test dependencies
[main 54cfe15] bump: version 0.7.2 → 0.7.3
3 files changed, 9 insertions(+), 3 deletions(-)
0.7.2
0.7.2 (2024-01-15)
Fix
- add information to
pyproject.toml
[main 842579c] bump: version 0.7.1 → 0.7.2
3 files changed, 9 insertions(+), 3 deletions(-)
0.7.1
0.7.1 (2024-01-15)
Refactor
[main acfbfed] bump: version 0.7.0 → 0.7.1
3 files changed, 9 insertions(+), 3 deletions(-)
0.7.0
0.7.0 (2024-01-01)
Feat
- allow import from package root
Fix
- vvg: ensure input dimension check is correct
- add
unique
option to WeightMethod
enum
Refactor
- alphabetically sort
WeightMethod
enums
[main 5276b31] bump: version 0.6.1 → 0.7.0
3 files changed, 18 insertions(+), 3 deletions(-)
0.6.1
0.6.1 (2023-12-29)
Fix
- in attempt to avoid flaky tests remove cache
[main 80022c2] bump: version 0.6.0 → 0.6.1
3 files changed, 9 insertions(+), 3 deletions(-)
0.6.0
0.6.0 (2023-12-28)
Feat
- vvg: make
undirected
default like ts2vg
- vvg: add custom weight calculation
Fix
- normalize projections to have correct weights
Refactor
- ts2vg: export naive
ts2vg
sanity check
- simplify code structure and rename
[main bdecf6a] bump: version 0.5.0 → 0.6.0
3 files changed, 19 insertions(+), 3 deletions(-)
0.5.0
0.5.0 (2023-12-27)
Feat
- lpvg: add penetrable limit to visibility
[main 0ad9732] bump: version 0.4.0 → 0.5.0
3 files changed, 9 insertions(+), 3 deletions(-)
0.4.0
0.4.0 (2023-12-27)
Feat
- implement horizontal
vvg
- improve projection performance
[main fa2135b] bump: version 0.3.0 → 0.4.0
3 files changed, 10 insertions(+), 3 deletions(-)
0.3.0
0.3.0 (2023-12-26)
Feat
- implement basic vvg generation from
ts2vg
- nvg: add divide-and-conquer (dc) version
Fix
- nvg: parallelize with
numba
- dc: remove
divide-and-conquer
version
Refactor
- export input ensurance to own function
- export visibility check to own function
[main 41267e6] bump: version 0.2.0 → 0.3.0
3 files changed, 20 insertions(+), 3 deletions(-)
0.2.0
0.2.0 (2023-12-24)
Feat
- convert from
torch
to numpy/numba
Fix
- remove
@torch.jit.script
for compatibility
- update
unweighted
to weighted
[main db02b91] bump: version 0.1.0 → 0.2.0
3 files changed, 13 insertions(+), 3 deletions(-)
create mode 100644 CHANGELOG.md