Skip to content

Commit

Permalink
updates for release 0.8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
gutow committed Jul 10, 2024
1 parent 06ea371 commit e591fd8
Show file tree
Hide file tree
Showing 11 changed files with 1,049 additions and 77 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,4 +79,4 @@ This program is free software: you can redistribute it and/or modify
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.

Copyright - Jonathan Gutow, 2021, 2022, 2023.
Copyright - Jonathan Gutow, 2021 - 2024.
4 changes: 3 additions & 1 deletion docs/Change_Log.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
# Change Log
* 0.8.2 (July, 10, 2024)
* BUG FIX: Increased checking to avoid javascript errors in Jupyter Lab
and Notebook >= 7, while maintaining NBClassic capabilities.
and Notebook 7+, while maintaining NBClassic capabilities.
* Added version of "DAQ Commands" menu that works in Jupyter Lab and
Notebook 7+.
* Documentation updates and improvements.
* 0.8.1 (May 2, 2023)
* BUG FIX: Now always waits for all data to be transferred to plot before
Expand Down
115 changes: 63 additions & 52 deletions docs/jupyterpidaq.html

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions docs/jupyterpidaq/Boards.html

Large diffs are not rendered by default.

302 changes: 298 additions & 4 deletions docs/jupyterpidaq/ChannelSettings.html

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions docs/jupyterpidaq/DAQProc.html

Large diffs are not rendered by default.

665 changes: 661 additions & 4 deletions docs/jupyterpidaq/DAQinstance.html

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions docs/jupyterpidaq/Sensors.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/search.js

Large diffs are not rendered by default.

3 changes: 2 additions & 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.8.1",
version="0.8.2",
description="Live Data Acquisition in Jupyter notebooks",
long_description=long_description,
long_description_content_type="text/markdown",
Expand Down Expand Up @@ -37,6 +37,7 @@
'jupyter-pandas-GUI>=0.7.0',
'JPSLMenus>=0.5.0',
'JPSLUtils>=0.7.0',
'jupyterpidaq-menu>=0.1.0',
'AdvancedHTMLParser>=9.0.1'
],
classifiers=[
Expand Down
9 changes: 8 additions & 1 deletion usage_examples/JupyterPiDAQ Demo.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,14 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.11.3"
"version": "3.10.12"
},
"widgets": {
"application/vnd.jupyter.widget-state+json": {
"state": {},
"version_major": 2,
"version_minor": 0
}
}
},
"nbformat": 4,
Expand Down

0 comments on commit e591fd8

Please sign in to comment.