Skip to content

Commit

Permalink
Bump to 0.7.4.1. Readme fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
gutow committed Jan 13, 2022
1 parent 1815a6a commit ce7be70
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 7 deletions.
16 changes: 10 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,10 @@ install as a special kernel when you are the user.
found [here](https://janakiev.com/til/jupyter-virtual-envs/).

### Change Log
* 0.7.4.1
* Improved layout of data collection
* Better widget cleanup
* Readme fixes
* 0.7.3 Pip install reliability fixes
* 0.7.2 Suppress Javascript error when not in JLab
* 0.7.1
Expand All @@ -163,12 +167,12 @@ install as a special kernel when you are the user.
* As reported values are averages, switched to reporting the estimated
standard deviation of the average rather than the deviation of all the
readings used to create the average.
* 0.6.0
* Initial release.
* Live data collection.
* Recognized sensors: ADS1115 boards (voltage, built-in thermistor,
Vernier SS temperature probe), DAQC2 boards (voltage,Vernier SS
temperature probe, Vernier standard pH probe, Vernier flat pH probe).
* 0.6.0
* Initial release.
* Live data collection.
* Recognized sensors: ADS1115 boards (voltage, built-in thermistor,
Vernier SS temperature probe), DAQC2 boards (voltage,Vernier SS
temperature probe, Vernier standard pH probe, Vernier flat pH probe).

### License:
[This software is distributed under the GNU V3 license](https://gnu.org/licenses).
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
setuptools.setup(
name="JupyterPiDAQ",
url = "https://github.com/JupyterPhysSciLab/JupyterPiDAQ",
version="0.7.4",
version="0.7.4.1",
description="Data Acquisition in Jupyter notebook on Raspberry Pi",
long_description=long_description,
long_description_content_type="text/markdown",
Expand Down

0 comments on commit ce7be70

Please sign in to comment.