Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Type
/
to search
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
saehm
/
DruidJS
Public
Notifications
You must be signed in to change notification settings
Fork
13
Star
126
Code
Issues
8
Pull requests
7
Discussions
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Projects
Security and quality
Insights
Commits
Branch selector
v0.9.0
User selector
All users
All time
Commit history
Commits on Aug 2, 2026
ci(release): restrict release attachments to top-level dist/* bundle files
saehm
committed
de203e3
View commit details
Copy full SHA for de203e3
Browse repository at this point
ci: align documentation workflow actions to v4 and node 22
saehm
committed
3d51d43
View commit details
Copy full SHA for 3d51d43
Browse repository at this point
ci: update release and npm-publish workflows to Node 22, pnpm, and actions v4
saehm
committed
f8c62f2
View commit details
Copy full SHA for f8c62f2
Browse repository at this point
test(pacmap): increase timeout on 120-dim PCA reduction test
saehm
committed
a9ce32e
View commit details
Copy full SHA for a9ce32e
Browse repository at this point
fix(dimred): remove duplicate exports and typedefs for PaCMAP and LocalMAP
saehm
committed
bf197ca
View commit details
Copy full SHA for bf197ca
Browse repository at this point
build: rebuild dist
saehm
committed
43f5f48
View commit details
Copy full SHA for 43f5f48
Browse repository at this point
refactor(wasm): remove two kernels nothing calls
Show description for 0ec04f7
saehm
committed
0ec04f7
View commit details
Copy full SHA for 0ec04f7
Browse repository at this point
refactor(wasm): extract shared kernel helpers
Show description for a93e184
saehm
committed
a93e184
View commit details
Copy full SHA for a93e184
Browse repository at this point
docs: add pages and showcases for the new methods
Show description for 3a69a50
saehm
committed
3a69a50
View commit details
Copy full SHA for 3a69a50
Browse repository at this point
feat(dimred): add MINFOTree
Show description for 1aa1a15
saehm
committed
1aa1a15
View commit details
Copy full SHA for 1aa1a15
Browse repository at this point
feat(dimred): add StressMDS and KKMDS
Show description for 2295592
saehm
committed
2295592
View commit details
Copy full SHA for 2295592
Browse repository at this point
feat(clustering): add Ward linkage to HierarchicalClustering
Show description for df1da68
saehm
committed
df1da68
View commit details
Copy full SHA for df1da68
Browse repository at this point
feat(util): add minimum_spanning_tree
Show description for dc2743d
saehm
committed
dc2743d
View commit details
Copy full SHA for dc2743d
Browse repository at this point
fix(datastructure): treat 0 as a valid DisjointSet element
Show description for 13fa110
saehm
committed
13fa110
View commit details
Copy full SHA for 13fa110
Browse repository at this point
feat(dimred): add PaCMAP and LocalMAP
Show description for 43e77bf
saehm
committed
43e77bf
View commit details
Copy full SHA for 43e77bf
Browse repository at this point
Merge pull request #49 from PatrickConnolly/pacmap
Show description for 879ec82
saehm
committed
879ec82
View commit details
Copy full SHA for 879ec82
Browse repository at this point
Commits on Jul 31, 2026
feat(dimred)!: follow the trimap 1.1.5 algorithm
Show description for 865edfb
saehm
committed
865edfb
View commit details
Copy full SHA for 865edfb
Browse repository at this point
feat(dimred): accept a pluggable KNN index in LLE and LTSA
Show description for c205598
saehm
committed
c205598
View commit details
Copy full SHA for c205598
Browse repository at this point
fix(dimred): correct rho, the sigma bisection and the psum range in UMAP
Show description for 24e7938
saehm
committed
24e7938
View commit details
Copy full SHA for 24e7938
Browse repository at this point
Commits on Jul 30, 2026
test: remove the tie from the custom-comparator Heap fixture
Show description for e17b5b4
saehm
committed
e17b5b4
View commit details
Copy full SHA for e17b5b4
Browse repository at this point
build: rebuild dist
saehm
committed
b039608
View commit details
Copy full SHA for b039608
Browse repository at this point
test: cover the DR and Clustering base classes, Heap, DisjointSet and linspace
Show description for f257c87
saehm
committed
f257c87
View commit details
Copy full SHA for f257c87
Browse repository at this point
fix(wasm): zero the SQDMDS range gradient buffer before accumulating
Show description for c232c47
saehm
committed
c232c47
View commit details
Copy full SHA for c232c47
Browse repository at this point
fix(dimred): drop the PCA component cache when parameters change
Show description for bd6cd27
saehm
committed
bd6cd27
View commit details
Copy full SHA for bd6cd27
Browse repository at this point
fix(clustering): update MeanShift points synchronously in the JS fallback
Show description for b2e0e7c
saehm
committed
b2e0e7c
View commit details
Copy full SHA for b2e0e7c
Browse repository at this point
fix(knn): keep the placeholder element out of empty-constructed indices
Show description for 5342ecb
saehm
committed
5342ecb
View commit details
Copy full SHA for 5342ecb
Browse repository at this point
Commits on Jul 28, 2026
perf(wasm): keep kernel buffers resident across iterations
Show description for 75f25fb
saehm
committed
75f25fb
View commit details
Copy full SHA for 75f25fb
Browse repository at this point
test(wasm): add resident-operand probes for the step 2 premise
Show description for 520d5f2
saehm
committed
520d5f2
View commit details
Copy full SHA for 520d5f2
Browse repository at this point
chore: release 0.9.0
saehm
committed
621fc09
View commit details
Copy full SHA for 621fc09
Browse repository at this point
docs: refresh showcases and DR pages
saehm
committed
ac96f7c
View commit details
Copy full SHA for ac96f7c
Browse repository at this point
test: add DR, KNN and WASM benchmarks
saehm
committed
4aeac0d
View commit details
Copy full SHA for 4aeac0d
Browse repository at this point
test(wasm): verify kernel and JS fallback equivalence
saehm
committed
5d50fe0
View commit details
Copy full SHA for 5d50fe0
Browse repository at this point
fix(matrix): correct dot/transDot/dotTrans for array operands
saehm
committed
72015ac
View commit details
Copy full SHA for 72015ac
Browse repository at this point
feat(wasm): add worker pool for row-parallel kernels
saehm
committed
01025b4
View commit details
Copy full SHA for 01025b4
Browse repository at this point
feat(wasm): add AssemblyScript SIMD kernels with JS fallbacks
saehm
committed
556d6e6
View commit details
Copy full SHA for 556d6e6
Browse repository at this point
Previous
Next
You can’t perform that action at this time.