Skip to content

Commit

Permalink
Version update, updated README, added MANIFEST
Browse files Browse the repository at this point in the history
  • Loading branch information
tgwoodcock committed Jun 20, 2024
1 parent 70006ff commit 013cf54
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
1 change: 1 addition & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
graft doc
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,26 +1,26 @@
[![PyPI Version](https://img.shields.io/pypi/v/hdf5view.svg)](https://pypi.python.org/pypi/hdf5view/)
[![Supported Python Versions](https://img.shields.io/pypi/pyversions/hdf5view.svg)](https://pypi.python.org/pypi/hdf5view/)

# **hdf5view** <img src="./src/hdf5view/resources/images/hdf5view.ico" width="28" />
# **hdf5view** <img src="https://raw.githubusercontent.com/marts/hdf5view/main/src/hdf5view/resources/images/hdf5view.ico" width="28" />

**Simple Qt/Python based viewer for HDF5 files.**

Features:
- Image tab(s) showing rgb(a) or grayscale images of a selected node:

![Image](./doc/screenshots/readme_imageview.png)
![Image](https://raw.githubusercontent.com/marts/hdf5view/main/doc/screenshots/readme_imageview.png)

<br>

- Plot tab(s) showing columns of data in a node:

![Image](./doc/screenshots/readme_plotview.png)
![Image](https://raw.githubusercontent.com/marts/hdf5view/main/doc/screenshots/readme_plotview.png)

<br>

- Table tab giving a view of the data in the dataset selected:

![Image](./doc/screenshots/readme_tableview.png)
![Image](https://raw.githubusercontent.com/marts/hdf5view/main/doc/screenshots/readme_tableview.png)

<br>

Expand Down
2 changes: 1 addition & 1 deletion src/hdf5view/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '0.1.0'
__version__ = '0.1.1'

0 comments on commit 013cf54

Please sign in to comment.