Skip to content

Releases: DUNE/DUNE-HWDB-Python

Updates in Plots tab of Dashboard

27 Dec 19:48

Choose a tag to compare

  • 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

12 Dec 00:17

Choose a tag to compare

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

17 Nov 18:08

Choose a tag to compare

HWDB Dashboard

31 Oct 01:58

Choose a tag to compare

  • 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

21 Jul 22:51

Choose a tag to compare

1st implementation of the Shipment Tracker.

DUNE HWDB Utility v1.3.0 Pre-Release

25 Apr 15:32

Choose a tag to compare

Pre-release
v1.3.0-pre

bug fixes in shipping application

DUNE HWDB Utility v1.2.4

27 Mar 14:53

Choose a tag to compare

Changed authentication to use htgettoken instead of certificates.

DUNE HWDB Utility v1.2.3

14 Feb 18:59

Choose a tag to compare

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

30 Oct 02:47

Choose a tag to compare

changed release number

DUNE HWDB Utility v1.2.1

22 Jul 13:03

Choose a tag to compare

Fixes problems caused by changes to the REST API a few months ago