Skip to content

Commit

Permalink
Merge pull request #3475 from payno/silx_view_add_h5py_info
Browse files Browse the repository at this point in the history
[silx view] update about window: add h5py and HDF5 version
  • Loading branch information
t20100 authored Jun 7, 2021
2 parents 8cb44a8 + 8d04a5c commit a49394f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/silx/app/view/About.py
Original file line number Diff line number Diff line change
Expand Up @@ -174,6 +174,8 @@ def __updateText(self):
</table>
<dl>
<dt><b>Silx version</b></dt><dd>{silx_version}</dd>
<dt><b>HDF5 version</b></dt><dd>{hdf5_version}</dd>
<dt><b>h5py version</b></dt><dd>{h5py_version}</dd>
<dt><b>Qt version</b></dt><dd>{qt_version}</dd>
<dt><b>Qt binding</b></dt><dd>{qt_binding}</dd>
<dt><b>Python version</b></dt><dd>{python_version}</dd>
Expand Down Expand Up @@ -216,6 +218,8 @@ def __updateText(self):
esrf_url="http://www.esrf.eu",
project_url="https://github.com/silx-kit/silx",
silx_version=silx._version.version,
h5py_version=h5py.version.version,
hdf5_version=h5py.version.hdf5_version,
qt_binding=qt.BINDING,
qt_version=qt.qVersion(),
python_version=sys.version.replace("\n", "<br />"),
Expand Down

0 comments on commit a49394f

Please sign in to comment.