Skip to content

Commit e591fd8

Browse files
committed
updates for release 0.8.2
1 parent 06ea371 commit e591fd8

File tree

11 files changed

+1049
-77
lines changed

11 files changed

+1049
-77
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,4 +79,4 @@ This program is free software: you can redistribute it and/or modify
7979
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
8080
GNU General Public License for more details.
8181

82-
Copyright - Jonathan Gutow, 2021, 2022, 2023.
82+
Copyright - Jonathan Gutow, 2021 - 2024.

docs/Change_Log.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
# Change Log
22
* 0.8.2 (July, 10, 2024)
33
* BUG FIX: Increased checking to avoid javascript errors in Jupyter Lab
4-
and Notebook >= 7, while maintaining NBClassic capabilities.
4+
and Notebook 7+, while maintaining NBClassic capabilities.
5+
* Added version of "DAQ Commands" menu that works in Jupyter Lab and
6+
Notebook 7+.
57
* Documentation updates and improvements.
68
* 0.8.1 (May 2, 2023)
79
* BUG FIX: Now always waits for all data to be transferred to plot before

docs/jupyterpidaq.html

Lines changed: 63 additions & 52 deletions
Large diffs are not rendered by default.

docs/jupyterpidaq/Boards.html

Lines changed: 4 additions & 4 deletions
Large diffs are not rendered by default.

docs/jupyterpidaq/ChannelSettings.html

Lines changed: 298 additions & 4 deletions
Large diffs are not rendered by default.

docs/jupyterpidaq/DAQProc.html

Lines changed: 4 additions & 4 deletions
Large diffs are not rendered by default.

docs/jupyterpidaq/DAQinstance.html

Lines changed: 661 additions & 4 deletions
Large diffs are not rendered by default.

docs/jupyterpidaq/Sensors.html

Lines changed: 4 additions & 4 deletions
Large diffs are not rendered by default.

docs/search.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
setuptools.setup(
77
name="JupyterPiDAQ",
88
url = "https://github.com/JupyterPhysSciLab/JupyterPiDAQ",
9-
version="0.8.1",
9+
version="0.8.2",
1010
description="Live Data Acquisition in Jupyter notebooks",
1111
long_description=long_description,
1212
long_description_content_type="text/markdown",
@@ -37,6 +37,7 @@
3737
'jupyter-pandas-GUI>=0.7.0',
3838
'JPSLMenus>=0.5.0',
3939
'JPSLUtils>=0.7.0',
40+
'jupyterpidaq-menu>=0.1.0',
4041
'AdvancedHTMLParser>=9.0.1'
4142
],
4243
classifiers=[

usage_examples/JupyterPiDAQ Demo.ipynb

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,14 @@
111111
"name": "python",
112112
"nbconvert_exporter": "python",
113113
"pygments_lexer": "ipython3",
114-
"version": "3.11.3"
114+
"version": "3.10.12"
115+
},
116+
"widgets": {
117+
"application/vnd.jupyter.widget-state+json": {
118+
"state": {},
119+
"version_major": 2,
120+
"version_minor": 0
121+
}
115122
}
116123
},
117124
"nbformat": 4,

0 commit comments

Comments
 (0)