Skip to content

Releases: tunakasif/vector-vis-graph

0.7.3

15 Jan 14:31
Compare
Choose a tag to compare

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

15 Jan 13:26
Compare
Choose a tag to compare

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

15 Jan 13:10
Compare
Choose a tag to compare

0.7.1 (2024-01-15)

Refactor

  • format code

[main acfbfed] bump: version 0.7.0 → 0.7.1
3 files changed, 9 insertions(+), 3 deletions(-)

0.7.0

01 Jan 18:55
Compare
Choose a tag to compare

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

29 Dec 18:02
Compare
Choose a tag to compare

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

28 Dec 15:39
Compare
Choose a tag to compare

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

27 Dec 10:41
Compare
Choose a tag to compare

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

27 Dec 03:16
Compare
Choose a tag to compare

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

26 Dec 13:26
Compare
Choose a tag to compare

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

24 Dec 23:29
Compare
Choose a tag to compare

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