Skip to content

Releases: Kitware/nrtk-explorer

v0.1.2

19 Apr 23:44
Compare
Choose a tag to compare

v0.1.2 (2024-04-19)

Fix

  • fix(nrtk-explorer): fix readme (968e42e)

  • fix(workflow): do not install uneeded deps (a29260f)

Unknown

  • Merge main to release (40e7ad5)

  • Auto-merge release back to main (0981c3c)

v0.1.1

19 Apr 23:34
Compare
Choose a tag to compare

v0.1.1 (2024-04-19)

Fix

  • fix(core): removed unused default dataset (5f870ef)

  • fix(sample): sample dataset categories (e85de50)

Unknown

  • fix(workflow) workflow fixes (e7540f1)

  • Auto-merge release back to main (f652c12)

v0.1.0

19 Apr 21:50
Compare
Choose a tag to compare

v0.1.0 (2024-04-19)

Documentation

  • docs(readme): add usage section (7bfdbc4)

  • docs(readme): add usage example (b668617)

Feature

  • feat(web): add test apps (f58c6ea)

Fix

  • fix(cli): update executable name to use - (cab041b)

  • fix(dataset): better handling of dataset arg (b8bb107)

Unknown

  • Merge main to release (6e871d2)

  • Auto-merge release back to main (2c3cd2b)

v0.0.6

19 Apr 01:34
Compare
Choose a tag to compare

v0.0.6 (2024-04-19)

Fix

  • fix(nrtk-explorer): fix tests (2693689)

Unknown

  • Merge main to release (3de4c18)

  • Auto-merge release back to main (e26a9c4)

v0.0.5

19 Apr 01:08
Compare
Choose a tag to compare

v0.0.5 (2024-04-19)

Fix

  • fix(nrtk-explorer): fix tag (c366639)

  • fix(nrtk-explorer): fix readme (3fa6717)

  • fix(nrtk-explorer): fix image in readme (f3964d4)

Unknown

  • Merge main to release (49ccd85)

  • Auto-merge release back to main (4cfb5d5)

  • Merge main to release (c5ea4c4)

  • Auto-merge release back to main (0cd0732)

v0.0.4

19 Apr 00:02
Compare
Choose a tag to compare

v0.0.4 (2024-04-19)

Fix

  • fix(nrtk-explorer): fix image in readme (80850aa)

v0.0.3

18 Apr 23:45
Compare
Choose a tag to compare

v0.0.3 (2024-04-18)

Fix

  • fix(nrtk-explorer): removed large tests datasets (b219a75)

v0.0.2

18 Apr 22:57
Compare
Choose a tag to compare

v0.0.2 (2024-04-18)

Fix

  • fix(nrtk-explorer): new release (51c0607)

v0.0.1

18 Apr 22:25
Compare
Choose a tag to compare

v0.0.1 (2024-04-18)

Ci

  • ci(workflow): add a new version (9367fc4)

  • ci(workflow): remove pre-commit (b753c15)

  • ci(workflow): add semantic-release task (2f3a00c)

  • ci: add flake8 tests (#3) (7dcd11f)

  • ci: add unit tests (#2) (09b4b1d)

Documentation

  • docs(readme): improve readme (c2c6224)

Fix

  • fix(nrtk-explorer): new release (de216a8)

Unknown

  • Auto-merge release back to main (d3df0ec)

  • add obj detect model ui (#49)

  • Added COCO Object detection 2017 dataset

  • add obj detect model ui

  • update github actions actions (774624e)

  • Ignore unrecognized cli arguments instead of crashing (59c3af8)

  • Automatically build frontend on pip install (02bf529)

  • Place code under src dir and use hatchling for building (7bb539e)

  • Allow user to resize the UI panels (e4d517c)

  • Improve the appearance of the settings panel (1966d00)

  • Rework point highlighting to consider src and trans (abf9464)

  • Handle different image sizes and aspects (33b89bc)

  • Support datasets that uses ids diff to offsets (971c497)

  • Fix reactivity in imagedetection thumbnails (598a452)

  • Select images by filtering based on annotation categories (3a0cd8f)

  • toggle hide source points in scatterplot (34fcf17)

  • imagedetection: remove ref properties (405428a)

  • enable hovering highlight in all components (#36) (3044bc5)

  • mypy: Fix library code so it passes mypy (3cf55ef)

  • mypy: Add python typing CI (63a1f7e)

  • add cli flag for passing paths of datasets (#35)

  • add cli flag for passing paths of datasets

  • scatterplot: fix point highlight (35f55c5)

  • add batching and make it a param (#31)

  • add batching and make it a param

  • Fixed benchmark for embeddings_extractor (65c0d57)

  • update npm pkgs (#33)

  • update npm pkgs

  • scatterplot: fixed error with sequences (29b041e)

  • Bump scikit-learn from 1.4.0 to 1.4.1.post1 (#32)

Bumps scikit-learn from 1.4.0 to 1.4.1.post1.


updated-dependencies:

  • dependency-name: scikit-learn
    dependency-type: direct:production
    update-type: version-update:semver-patch
    ...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> (0de4d01)

  • umap: add params (#30)
  • fixes to the ReduceManager
  • Refactor to the ScatterPlot (541d413)
  • Combine original and transformed scatter plots into a single plot (#29) (4913c95)

  • embeddigns: add loading behavior while computing (#28) (9b667fe)

  • Add a couple of transforms that use nrtk's perturbers (#27) (cd02396)

  • fixes in the reactivity of scatterplot (#22) (3af59a4)

  • Bump vite from 4.4.12 to 4.5.2 in /vue-components (#26)

Bumps vite from 4.4.12 to 4.5.2.


updated-dependencies:

  • dependency-name: vite
    dependency-type: direct:development
    ...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> (3882dc5)

  • Add vue CI (#23) (1594b36)

  • Enable CUDA backend (#24)

  • Enable CUDA backend

  • Update pyproject.toml (dce73d8)

  • cosmetic fixes in embeddings and core parameters UI (#25) (74278b8)

  • Bump scikit-learn from 1.3.2 to 1.4.0 (#20)

Bumps scikit-learn from 1.3.2 to 1.4.0.


updated-dependencies:

  • dependency-name: scikit-learn
    dependency-type: direct:production
    update-type: version-update:semver-minor
    ...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> (bb15d68)

  • Refactor image id handling. (#19)
  • Moves logic to the core application (Random selection and number of images to load).
  • Fixes wrong transformation when using random selection
  • Connects plots and thumbnails so that hovering is reflected.
  • Futher improving performance by sharing a cache of the feature
    extractions between the source and transformation dataset. (84482e6)
  • Use trame's new server.context and translator instead of our implementation (#21) (6a02609)

  • Transforms plot shows origin and transformations (#18)

  • Improve scatter plots:

  • Transforms plot shows origin and trans.
  • Source and Transform plots are syncronized.
  • Multiple improvements:
  • Embedding state is shared between transformation and origin.
  • Change in camera in transformation plot reflects in source.
  • Remove controls in transformation plot
  • Share the same feature extractor for transformation and source
    feature extractor. (2d14c21)
  • Add mechanism to automatically generate transform parameters UI (#17)

  • Add mechanism to automatically generate transform parameters UI

  • Integrate dynamic transform parameters in the TransformsApp (88a140e)

  • Bump semantic-release from 19.0.2 to 19.0.3 in /vue-components (#15)

Bumps semantic-release from 19.0.2 to 19.0.3.


updated-dependencies:

  • dependency-name: semantic-release
    dependency-type: direct:development
    ...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> ([f13d0ee](http...

Read more

v0.0.0

18 Apr 20:49
Compare
Choose a tag to compare

v0.0.0 (2024-04-18)

Ci

  • ci(workflow): remove pre-commit (b9ad36c)

  • ci(workflow): add semantic-release task (2f3a00c)

  • ci: add flake8 tests (#3) (7dcd11f)

  • ci: add unit tests (#2) (09b4b1d)

Documentation

  • docs(readme): improve readme (c2c6224)

Unknown

  • add obj detect model ui (#49)

  • Added COCO Object detection 2017 dataset

  • add obj detect model ui

  • update github actions actions (774624e)

  • Ignore unrecognized cli arguments instead of crashing (59c3af8)

  • Automatically build frontend on pip install (02bf529)

  • Place code under src dir and use hatchling for building (7bb539e)

  • Allow user to resize the UI panels (e4d517c)

  • Improve the appearance of the settings panel (1966d00)

  • Rework point highlighting to consider src and trans (abf9464)

  • Handle different image sizes and aspects (33b89bc)

  • Support datasets that uses ids diff to offsets (971c497)

  • Fix reactivity in imagedetection thumbnails (598a452)

  • Select images by filtering based on annotation categories (3a0cd8f)

  • toggle hide source points in scatterplot (34fcf17)

  • imagedetection: remove ref properties (405428a)

  • enable hovering highlight in all components (#36) (3044bc5)

  • mypy: Fix library code so it passes mypy (3cf55ef)

  • mypy: Add python typing CI (63a1f7e)

  • add cli flag for passing paths of datasets (#35)

  • add cli flag for passing paths of datasets

  • scatterplot: fix point highlight (35f55c5)

  • add batching and make it a param (#31)

  • add batching and make it a param

  • Fixed benchmark for embeddings_extractor (65c0d57)

  • update npm pkgs (#33)

  • update npm pkgs

  • scatterplot: fixed error with sequences (29b041e)

  • Bump scikit-learn from 1.4.0 to 1.4.1.post1 (#32)

Bumps scikit-learn from 1.4.0 to 1.4.1.post1.


updated-dependencies:

  • dependency-name: scikit-learn
    dependency-type: direct:production
    update-type: version-update:semver-patch
    ...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> (0de4d01)

  • umap: add params (#30)
  • fixes to the ReduceManager
  • Refactor to the ScatterPlot (541d413)
  • Combine original and transformed scatter plots into a single plot (#29) (4913c95)

  • embeddigns: add loading behavior while computing (#28) (9b667fe)

  • Add a couple of transforms that use nrtk's perturbers (#27) (cd02396)

  • fixes in the reactivity of scatterplot (#22) (3af59a4)

  • Bump vite from 4.4.12 to 4.5.2 in /vue-components (#26)

Bumps vite from 4.4.12 to 4.5.2.


updated-dependencies:

  • dependency-name: vite
    dependency-type: direct:development
    ...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> (3882dc5)

  • Add vue CI (#23) (1594b36)

  • Enable CUDA backend (#24)

  • Enable CUDA backend

  • Update pyproject.toml (dce73d8)

  • cosmetic fixes in embeddings and core parameters UI (#25) (74278b8)

  • Bump scikit-learn from 1.3.2 to 1.4.0 (#20)

Bumps scikit-learn from 1.3.2 to 1.4.0.


updated-dependencies:

  • dependency-name: scikit-learn
    dependency-type: direct:production
    update-type: version-update:semver-minor
    ...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> (bb15d68)

  • Refactor image id handling. (#19)
  • Moves logic to the core application (Random selection and number of images to load).
  • Fixes wrong transformation when using random selection
  • Connects plots and thumbnails so that hovering is reflected.
  • Futher improving performance by sharing a cache of the feature
    extractions between the source and transformation dataset. (84482e6)
  • Use trame's new server.context and translator instead of our implementation (#21) (6a02609)

  • Transforms plot shows origin and transformations (#18)

  • Improve scatter plots:

  • Transforms plot shows origin and trans.
  • Source and Transform plots are syncronized.
  • Multiple improvements:
  • Embedding state is shared between transformation and origin.
  • Change in camera in transformation plot reflects in source.
  • Remove controls in transformation plot
  • Share the same feature extractor for transformation and source
    feature extractor. (2d14c21)
  • Add mechanism to automatically generate transform parameters UI (#17)

  • Add mechanism to automatically generate transform parameters UI

  • Integrate dynamic transform parameters in the TransformsApp (88a140e)

  • Bump semantic-release from 19.0.2 to 19.0.3 in /vue-components (#15)

Bumps semantic-release from 19.0.2 to 19.0.3.


updated-dependencies:

  • dependency-name: semantic-release
    dependency-type: direct:development
    ...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> (f13d0ee)

  • Bump postcss from 8.4.27 to 8.4.32 in /vue-components (#16)

Bumps postcss from 8.4.27 to 8.4.32.

Read more