Releases: DUNE/DUNE-HWDB-Python
But fixes in Plots tab of Dashboard
- When a Test Type Name was not provided, it was still calling a wrong REST API end (Test...). In such case, it was supposed to grab only info of each Items, not Test's. Fixed.
- In 2D scatter mode, when variable on the Y-axis was alphanumeric, it was still treating as numeric. Has been also fixed.
- Not a bug. But the "threshold" box in the Condition has been widen so that a longer variable, such as a PID, can be visible.
Updates in Plots tab of Dashboard
- In the Plots tab, it can now additionally plot values in a list.
E.g., "V": [
51.49999844065862,
51.51999825928163,
51.53999814520696,
51.55999799339287,
51.57999797298656,
51.59999773735794,
51.619997619311214,
] - We now only store meta details in Dash stores and the main data on disk.
For more details, please refer to:
https://dune.github.io/computing-HWDB/dashboard/index.html
Binary/Test Downloader tab in Dashboard
A new tab, "Binary/Test Downloader", has been added to Dashboard.
For details, please refer to;
https://dune.github.io/computing-HWDB/dashboard/index.html#binarytest-downloader-tab
In short, the new tab allows to download stored various test data as well as binaries such as images, docs, csv files, for multiple PIDs at once for a given Component Type ID.
Shipment Tracker and Type Getter in Dashboard
- Added two new tabs in Dashboard: Type Getter and Shipment Tracker.
For details, please refer to: https://dune.github.io/computing-HWDB/dashboard/index.html - Also updated "hwdb-shipping". It now generates a DUNE shipping label with a bar-code, besides a QR-code.
HWDB Dashboard
- Adding hwdb-dash.
- Also updated hwdb-shipping to allow shipping routes that do not directly go to SD warehouse/SURF.
DUNE HWDB Utility v1.3.0
1st implementation of the Shipment Tracker.
DUNE HWDB Utility v1.3.0 Pre-Release
v1.3.0-pre bug fixes in shipping application
DUNE HWDB Utility v1.2.4
Changed authentication to use htgettoken instead of certificates.
DUNE HWDB Utility v1.2.3
Changed how multithreaded requests work due to a bug in the python "requests" library.
You may now create label pdf sheets by running hwdb-labels.
Changed how labels work. You may now customize labels by editing ~/.sisyphus/custom_labels.py. You will need to run the utility at least once to generate the initial custom_labels.py to edit.
DUNE HWDB Utility v1.2.2
changed release number