Skip to content

Releases: moderneinc/moderne-visualizations-misc

v0.69.0

22 Oct 21:09
Compare
Choose a tag to compare

v0.69.0 (2024-10-22)

Bug Fixes

  • fix: check column existance before dropping (c4ed15d)

Chores

  • chore: update formatting (2a0e4c4)

v0.68.0

10 Sep 14:31
Compare
Choose a tag to compare

v0.68.0 (2024-09-10)

Unknown

  • run experimental on regular FindMethods recipe (d5d37ba)

v0.67.0

09 Sep 21:02
Compare
Choose a tag to compare

v0.67.0 (2024-09-09)

Unknown

v0.66.0

09 Sep 18:31
Compare
Choose a tag to compare

v0.66.0 (2024-09-09)

Unknown

  • tsne for dimension reduc and gmm for clustering (9916d14)

v0.65.0

05 Sep 21:11
Compare
Choose a tag to compare

v0.65.0 (2024-09-05)

Unknown

  • remove n_jobs from kmeans and add n_jobs to umap (2772ae3)

v0.64.0

05 Sep 20:04
Compare
Choose a tag to compare

v0.64.0 (2024-09-05)

Unknown

  • add visualization to test onnx embeddings latency and deployment (#64)

  • add visualization to test onnx embeddings latency and deployment

  • fix new line issue in description (59d1f69)

v0.63.0

04 Sep 17:50
Compare
Choose a tag to compare

v0.63.0 (2024-09-04)

Unknown

  • No longer map plain text .py to Python (#63)

We now use the Python parser for .py sources and no longer want to map the plain text .py files (of projects which haven't been ingested recently) to the Python group. (1c2868f)

v0.62.0

27 Aug 16:12
Compare
Choose a tag to compare

v0.62.0 (2024-08-27)

Fix

  • fix: need fetch-depth: 0 for fetching tags to find what version to rev (#62) (e913a63)

v0.1.0

27 Aug 16:02
Compare
Choose a tag to compare

v0.1.0 (2024-08-27)

Fix

  • fix: sentence casing fix (#61)

  • fix: sentence casing fix

  • chore: update actions to run on PRs

  • chore: update publish workflow to use check workflow

  • chore: add concurrency check (ea3c3cf)

v0.61.0

26 Aug 22:23
Compare
Choose a tag to compare

v0.61.0 (2024-08-26)

Feature

  • feat: nuget dependency vulnerability visualization (#59)

modeled after java and npm variant (0d3a19f)

Fix

  • fix: treat version as string and not float (#58)

Avoid truncation of 8.10 to 8.10 when rendering plot

fix #54 (bcf5ae5)