Commit graph

200 commits

Author SHA1 Message Date
ece30043c9 add JuliaFormatter config to examples project 2024-12-13 19:27:50 +09:00
10285d773a release 0.4.0 for 6th campaign dispatching 2024-12-12 14:13:56 +09:00
88f514316d Merge branch 'update-for-campaign-6' into 'main'
Update for campaign 6 dispatch

See merge request wotsubo/PSBoardDataBase!1413
2024-12-12 06:08:15 +01:00
882bc046e9 Update for campaign 6 dispatch
a lot of re-exports, update on CHANGELOG, ...etc
2024-12-12 06:08:15 +01:00
4924c5fdd6 update(DispatchChecker): add new criteria for campaign 6
New THRESHOLD_INSUFFICIENT_RESET_WITH_10 (from 10 to 5) #16
2024-12-12 13:11:05 +09:00
2aedfaf380 update: separate environment for examples & example notebook updated
- skew
- pllld_count
2024-12-11 21:09:53 +09:00
1dcd46e7c6 add(examples): power stat for each positions comparison 1-5 vs 6 2024-12-11 10:47:04 +09:00
133c437d42 new(examples): add ASDTP BCID fail distribution during campaign 6 2024-12-11 10:41:35 +09:00
8b7902311c new: analysis on reset_failed_though_reconfig_done 2024-12-10 22:45:07 +09:00
dbc26816ee update: format pllld_count.jl 2024-12-10 20:11:56 +09:00
1afd340575 new: PLLLD count stats analysis 2024-12-10 18:25:49 +09:00
1f6dcf2f24 update(CI): remove julia 1.10 test
Manifest.toml was added and it includes StyledString, which was introduced in julia 1.11 and is not available for 1.10
2024-12-10 03:36:29 +01:00
878a18d5a4 update: CHANGELOG 2024-12-10 11:26:18 +09:00
6d20fac5ac fix: CHANGELOG link 2024-12-10 11:26:06 +09:00
1b8a221d8b add: Manifest.toml 2024-12-10 11:23:27 +09:00
d85fa5a275 update: for 6th campaign 2024-12-10 11:22:39 +09:00
f3b5547fc5 update: add excluded list for broken clock measurement (627 344) 2024-12-10 11:15:34 +09:00
b1b67f527e update(notebook): skew_stats (same pos, save fig, sorted by width) 2024-11-15 21:08:06 +09:00
1b9fbbdc55 bump to v0.3.1 for database release 2024-11-14 21:34:38 +09:00
28a4720fb2 update: CHANGELOG (skew_stats) 2024-11-14 21:33:31 +09:00
2a4fe251cf update: CHANGELOG (ppconfig_error analysis) 2024-11-14 21:31:25 +09:00
f282351049 new(notebook): add ppconfig_error analysis 2024-11-14 21:28:45 +09:00
e82ed5a97b update: skew analysis 2024-11-14 17:22:20 +09:00
d487cb9f83 changed: version(0.3.1-DEV) 2024-11-14 13:18:09 +09:00
d4a83507be fix: typos 2024-11-14 11:54:22 +09:00
bd905ca3b7 update(doc): SlaveLogParser 2024-11-14 11:49:22 +09:00
7646b29791 update(notebook): add result browser queried with runid 2024-11-14 11:41:00 +09:00
969a06de22 update: CHANGELOG (file rename refactoring) 2024-11-13 19:42:42 +09:00
cb0ef24c74 Merge branch 'refactor-filenames' into 'main'
refactor: rename files which define modules

See merge request wotsubo/PSBoardDataBase!1412
2024-11-13 11:28:24 +01:00
c02531442d refactor: rename files which define modules 2024-11-13 11:28:24 +01:00
f8df4932db bump to 0.3.0 2024-11-12 21:36:22 +09:00
63cb5af3b7 update(CHANGELOG): about doc (simple result viewer & DispatchChecker) 2024-11-12 21:35:27 +09:00
ea4d8c7d6d update(import_data.jl): add error message on single_result_table format
- missing motherboard id
2024-11-12 18:18:00 +09:00
1868270dab update: parallelize CSV downloads 2024-11-11 20:50:43 +09:00
99a0d9a1de fixup! update(import_data): for 5th QAQC campaign 2024-11-11 19:56:10 +09:00
618f8ae738 update(import_data): for 5th QAQC campaign
- TODO: reupdate at the end of 5th run
- runs between campaigns?
2024-11-11 19:47:15 +09:00
23dae0dd53 update(get_results): reresolved for julia v1.11 2024-11-11 19:44:46 +09:00
d672a2b64c fix(doc): typo 2024-11-11 19:32:58 +09:00
176c300360 Merge branch 'add-apps-tutorial' into 'main'
Add tutorials on simple result viewer and dispatch checker

See merge request wotsubo/PSBoardDataBase!1411
2024-11-11 11:00:42 +01:00
6155ca3031 add(doc): tutorial on interactive dispatcher 2024-11-11 18:19:05 +09:00
3a9c7fcf44 update(doc): add a document on the simple result viewer notebook 2024-11-10 14:13:20 +09:00
2228e4075c update(doc): add a link to howtouse-simpleviewer 2024-11-10 14:12:33 +09:00
83c3eb11c7 update(doc): modify info for tutorial.md in index.md
- to add tutorials on dispatch checker and simple result viewer
2024-11-10 13:32:38 +09:00
c37ff41297 Merge branch 'add-tutorial' into 'main'
new(doc): add tutorial and separate example

See merge request wotsubo/PSBoardDataBase!1410
2024-11-08 15:53:00 +01:00
6e952bc4a3 update: CHANGELOG 2024-11-08 23:32:24 +09:00
300abb0833 new(doc): add tutorial and separate example 2024-11-08 23:30:44 +09:00
b7e283b998 update(README): add about power_stats.html 2024-11-05 15:06:45 +09:00
9b0c6f7dfe fix(version): 0.2.0-DEV to 0.3.0-DEV
- 0.2.0-DEV < 0.2.0 while 0.2.0 < 0.3.0-DEV
2024-11-05 15:06:00 +09:00
48ab3fa42a update CHANGELOG 2024-11-04 05:41:28 +09:00
446dc4c90d Merge branch 'feature-clock-parse' into 'main'
Add Slave Log parser

See merge request wotsubo/PSBoardDataBase!1407
2024-11-03 21:37:19 +01:00