Skip to content
Merged
Changes from all commits
Commits
Show all changes
104 commits
Select commit Hold shift + click to select a range
5eda2fc
add new nworkers tests for perfs
guillaume-byte May 21, 2026
a4cf489
Stop DataLoaderInterface from blocking on pause_controller during ite…
May 27, 2026
580c80f
Move pause_at_step trigger from DataLoaderInterface into GuardContext
May 28, 2026
41b76b8
Remove dead DataLoaderInterface._wait_if_paused
May 28, 2026
d0577d0
ws-detection: default num_workers=2, add num_workers benchmark harness
May 28, 2026
8c501f8
Drop now-unused threading/pause_controller imports from dataloader_in…
May 28, 2026
9f23295
ws-detection: drop bench.py/run_bench.sh from the branch
May 28, 2026
5ec83e5
Revert ws-detection example changes; keep this branch framework-only
May 28, 2026
d240dff
Fix ws-detection example: restore runnable training loop
May 28, 2026
08b89eb
Merge pull request #180 from GrayboxTech/fix-ws-det
AlexGrayBox May 28, 2026
90f6fde
Merge pull request #181 from GrayboxTech/framework-intergrations/para…
AlexGrayBox May 28, 2026
69edb2b
fix oom bug on break by slice (#186)
AlexGrayBox Jun 4, 2026
b799aa8
179 audit and export user interactions success and failure to json an…
guillaume-byte Jun 4, 2026
b210dd9
184 dataframe granularity (#187)
guillaume-byte Jun 4, 2026
8f8d5f1
Ddp support wip (#185)
guillaume-byte Jun 4, 2026
3f44834
Merge branch 'dev' of https://github.com/GrayboxTech/weightslab into dev
guillaume-byte Jun 4, 2026
416774f
Fix lint code quality issue
guillaume-byte Jun 4, 2026
58f72b3
Fix ruff and vulture code quality issue
guillaume-byte Jun 4, 2026
834ac7f
fix utests after merging
guillaume-byte Jun 5, 2026
f6d7904
Code quality issues
guillaume-byte Jun 5, 2026
e43aa1b
Final code quality check
guillaume-byte Jun 5, 2026
eef7a21
change ci code quality as important for CI
guillaume-byte Jun 5, 2026
1557f9f
Fix dev release CI
guillaume-byte Jun 5, 2026
9953476
update release note format
guillaume-byte Jun 5, 2026
bed3e0f
Improve release notes: custom template with PR links, contributor pro…
guillaume-byte Jun 5, 2026
e00bd5c
Final release note fix
guillaume-byte Jun 5, 2026
1258ebd
fix instance_ids bugs matching for batch target format (targets=[bb_A…
guillaume-byte Jun 5, 2026
4c88585
188 logger granularity and structure (#189)
guillaume-byte Jun 5, 2026
7cf5c0c
revert merging PR #185
guillaume-byte Jun 5, 2026
861911c
Fix bug from reverted Merged Conflicts
guillaume-byte Jun 5, 2026
24bf58f
remove hardcoded path from config
guillaume-byte Jun 8, 2026
3383035
fix iou metric name
guillaume-byte Jun 8, 2026
685c88f
fix merged conflicts error on fct name
guillaume-byte Jun 8, 2026
10a65ff
Remove hardcoded value from src ModelInterface
guillaume-byte Jun 8, 2026
69e0936
Merge branch 'main' into dev
guillaume-byte Jun 8, 2026
456ffb1
fix merged conflicts function name
guillaume-byte Jun 8, 2026
590b6ac
Merge branch 'dev' of https://github.com/GrayboxTech/weightslab into dev
guillaume-byte Jun 8, 2026
f411225
Add weightslab.integrations.ultralytics SDK (#191)
AlexGrayBox Jun 9, 2026
6cc624b
fix useless imports and vars: code quality issues
guillaume-byte Jun 9, 2026
c5f0807
Force val to letterbox to (imgsz, imgsz) like train
Jun 9, 2026
1974d3b
Source val rect from ledger config; default False
Jun 9, 2026
901da04
small fixes around certs. and windows; and add ul deps in wl
guillaume-byte Jun 9, 2026
ca8e38b
fix ul deps version
guillaume-byte Jun 9, 2026
f3d5128
fix quotes issue
guillaume-byte Jun 9, 2026
3459058
Add geometry test for val rect-mode opt-in
Jun 9, 2026
12c91ef
Revert "Add geometry test for val rect-mode opt-in"
Jun 9, 2026
809258c
Merge branch 'main' into dev
guillaume-byte Jun 9, 2026
ed2d64b
Fix failing unit tests and dataloader infinite loop
guillaume-byte Jun 10, 2026
a9a2165
Rework UI onboarding CLI: secure-by-default launch, cleanup, banner help
guillaume-byte Jun 10, 2026
e2f65b0
Merge branch 'rework-ui-launch-onboarding' into dev
guillaume-byte Jun 10, 2026
aae4b65
Make CI run the real test suite and fix/triage dev test failures
guillaume-byte Jun 10, 2026
bea6314
Make WEIGHTSLAB_CERTS_DIR the single source of truth for TLS/auth
guillaume-byte Jun 10, 2026
9e8a067
Merge branch 'rework-ui-launch-onboarding' into dev (certs single sou…
guillaume-byte Jun 10, 2026
e985a66
Keep a valid certs bind-mount in unsecured/--no-certs launches
guillaume-byte Jun 10, 2026
6a09909
Add `weightslab example start` to run the bundled classification example
guillaume-byte Jun 10, 2026
314c60c
fix ui docker bridge and simplify certs
guillaume-byte Jun 10, 2026
f40792f
add torchmetrics deps for cls example
guillaume-byte Jun 10, 2026
2e4778d
fix onboarding certs issue and update doc and readme
guillaume-byte Jun 10, 2026
912c03c
Fix certs issues and related utests
guillaume-byte Jun 11, 2026
af6846c
Fix certs issues; change cls config; and fix issues with hist and age…
guillaume-byte Jun 11, 2026
579d8cc
Refactor wl examples syntax
guillaume-byte Jun 11, 2026
0c7f1c0
fix permissions issues and docker v1
guillaume-byte Jun 12, 2026
8695667
fix exec bits from exec files
guillaume-byte Jun 12, 2026
12f5130
fix cmds tests
guillaume-byte Jun 12, 2026
57c8313
Integrate 2d 3d point cloud detection usecase with Lidar (#199)
guillaume-byte Jun 12, 2026
5432688
fix code quality
guillaume-byte Jun 12, 2026
6ed796f
fix code quality
guillaume-byte Jun 12, 2026
f9a041a
Merge origin/main into dev (v1.2.1 + CHANGELOG)
guillaume-byte Jun 12, 2026
0927cce
Add missing source files skipped by data/ gitignore rule
guillaume-byte Jun 12, 2026
1e23d37
Fix code quality issue
guillaume-byte Jun 12, 2026
8076c25
fix utests
guillaume-byte Jun 12, 2026
73fca0c
Fix 4 ui_docker_bridge unit tests broken by --certs flag refactor
guillaume-byte Jun 12, 2026
19f2f16
Exclude heavy blob columns from histogram/metadata sweeps
Jun 14, 2026
1bbd971
Python version tests in workflows
guillaume-byte Jun 15, 2026
67f90a5
remove useless certs
guillaume-byte Jun 15, 2026
8deb810
update gitignore and add debug print exc
guillaume-byte Jun 15, 2026
e38c4f4
add docker initialization materials
guillaume-byte Jun 15, 2026
72d682e
fix logger prints format and spam
guillaume-byte Jun 15, 2026
3b88c59
maximum resolution set to 360p by default
guillaume-byte Jun 15, 2026
06e2b28
Merge branch 'main' into dev
guillaume-byte Jun 15, 2026
6c3e1d5
add auto start in examples
guillaume-byte Jun 16, 2026
59a45bc
Fix main process issues with windows and logs; and fix ultralytics in…
guillaume-byte Jun 16, 2026
058f50b
Merge branch 'dev' of https://github.com/GrayboxTech/weightslab into dev
guillaume-byte Jun 16, 2026
117bb4e
remove useless dir
guillaume-byte Jun 16, 2026
ff662f2
Disable the WatchDog; fix evaluate feature in nograd mode and no guar…
guillaume-byte Jun 17, 2026
0bee476
Fix code quality issue
guillaume-byte Jun 17, 2026
695dc5a
Merge branch 'main' into dev
guillaume-byte Jun 17, 2026
7b06e0f
Fix UL issue with custom EMA and evaluation feature
guillaume-byte Jun 17, 2026
6fff830
Merge branch 'dev' of https://github.com/GrayboxTech/weightslab into dev
guillaume-byte Jun 17, 2026
cfdbd3f
Merge branch 'main' into dev
guillaume-byte Jun 17, 2026
58ce5ee
Allow to run CI from custom branch with correct trigger flag in commit
guillaume-byte Jun 18, 2026
093f646
Merge branch 'dev' of https://github.com/GrayboxTech/weightslab into dev
guillaume-byte Jun 18, 2026
4e84dc0
Fix pandas incompatible-dtype FutureWarning in dataframe merge/upsert
guillaume-byte Jun 18, 2026
997e914
Add agent memory to repo for user
guillaume-byte Jun 18, 2026
7698e20
fix prediction normalization issues
guillaume-byte Jun 18, 2026
ee9d6e6
Fix ledgered parameters issues
guillaume-byte Jun 18, 2026
61bc12a
Fix new exp. hash after pause 4 the first time
guillaume-byte Jun 18, 2026
eca9e25
[skip ci] fix parameters wrapping in examples
guillaume-byte Jun 18, 2026
ceef8c3
Merge branch 'main' into dev
guillaume-byte Jun 18, 2026
3751825
V1.3 UI optimization and new features (#214)
guillaume-byte Jun 26, 2026
1a0f78e
add log for user
guillaume-byte Jun 26, 2026
df00cd4
Merge branch 'main' into dev
guillaume-byte Jun 26, 2026
8d3a573
Fix categorical upsert failing when origin column has new value
guillaume-byte Jun 29, 2026
7c97491
Merge branch 'main' into dev
guillaume-byte Jun 29, 2026
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view

These merge commits were added into this branch cleanly.

There are no new changes to show.