Releases: moderneinc/moderne-visualizations-misc
Releases · moderneinc/moderne-visualizations-misc
v0.69.0
v0.69.0 (2024-10-22)
Bug Fixes
- fix: check column existance before dropping (
c4ed15d
)
Chores
v0.68.0
v0.68.0 (2024-09-10)
Unknown
- run experimental on regular FindMethods recipe (
d5d37ba
)
v0.67.0
v0.67.0 (2024-09-09)
Unknown
v0.66.0
v0.66.0 (2024-09-09)
Unknown
- tsne for dimension reduc and gmm for clustering (
9916d14
)
v0.65.0
v0.65.0 (2024-09-05)
Unknown
- remove n_jobs from kmeans and add n_jobs to umap (
2772ae3
)
v0.64.0
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
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
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
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
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
)