Skip to content

Commit

Permalink
Version 0.8.1 & Doc updates
Browse files Browse the repository at this point in the history
  • Loading branch information
gutow committed May 15, 2023
1 parent 0e5c74d commit ad75c04
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 5 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,8 @@ install as a special kernel when you are the user.
found [here](https://janakiev.com/til/jupyter-virtual-envs/).

## Change Log
* 0.8.1 (May 15, 2023)
* BUG_FIX: Needed to reset cycles_on and cycles_off when speed updated.
* 0.8.0 (May 12, 2023)
* Added capability to do very slow compressions (< 1 cm/min) by moving the
barriers intermittently at near their lowest continuous speed.
Expand Down
6 changes: 5 additions & 1 deletion docs/Trough.html
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ <h2>API Documentation</h2>
</ul>


<footer>Langmuir_Trough v0.8.0</footer>
<footer>Langmuir_Trough v0.8.1</footer>

<a class="attribution" title="pdoc: Python API documentation generator" href="https://pdoc.dev" target="_blank">
built with <span class="visually-hidden">pdoc</span><img
Expand Down Expand Up @@ -226,6 +226,10 @@ <h3 id="trough-software-installation"><em>Trough Software Installation</em></h3>
<h2 id="change-log">Change Log</h2>

<ul>
<li>0.8.1 (May 15, 2023)
<ul>
<li>BUG_FIX: Needed to reset cycles_on and cycles_off when speed updated.</li>
</ul></li>
<li>0.8.0 (May 12, 2023)
<ul>
<li>Added capability to do very slow compressions (&lt; 1 cm/min) by moving the
Expand Down
2 changes: 1 addition & 1 deletion docs/Trough/Trough_Control.html
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ <h2>API Documentation</h2>
</ul>


<footer>Langmuir_Trough v0.8.0</footer>
<footer>Langmuir_Trough v0.8.1</footer>

<a class="attribution" title="pdoc: Python API documentation generator" href="https://pdoc.dev" target="_blank">
built with <span class="visually-hidden">pdoc</span><img
Expand Down
2 changes: 1 addition & 1 deletion docs/Trough/Trough_GUI.html
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ <h2>API Documentation</h2>
</ul>


<footer>Langmuir_Trough v0.8.0</footer>
<footer>Langmuir_Trough v0.8.1</footer>

<a class="attribution" title="pdoc: Python API documentation generator" href="https://pdoc.dev" target="_blank">
built with <span class="visually-hidden">pdoc</span><img
Expand Down
2 changes: 1 addition & 1 deletion docs/search.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setuptools.setup(
name="langmuir_trough",
version="0.8.0",
version="0.8.1",
description="Controls and collects data from Gutow Lab Langmuir Trough.",
long_description=long_description,
long_description_content_type="text/markdown",
Expand Down

0 comments on commit ad75c04

Please sign in to comment.