Skip to content

Commit

Permalink
bump to 0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
gutow committed Mar 13, 2022
1 parent f6a5a74 commit 0453a7c
Show file tree
Hide file tree
Showing 9 changed files with 19 additions and 15 deletions.
1 change: 1 addition & 0 deletions Development Notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
* Copy of README.md from the root level to `docs/intro.md`.
* In the copy for each relative reference `src = "docs/DataSets/..."`
remove `docs/` so that they read `src = "DataSets/..."`.
* DONOT change absolute (full url) paths.
3. Make edits to the file `Pandas_GUI_Doc_Home.html`.
4. At the root level run pdoc `pdoc --logo Pandas_GUI_Icon.svg --logo-link
https://jupyterphysscilab.github.io/jupyter_Pandas_GUI/ --footer-text
Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -129,10 +129,11 @@ install -e ../jupyter_Pandas_GUI` in the _Production_
instructions.

#### Change Log
* 0.6.0rc0
* 0.6.0
* Documentation (Examples and API).
* Addition of fitting GUI.
* Minor bug and typo fixes.
* Images show up on Pypi page.
* 0.5.2
* Widget states autosaved when a new plot is made.
* Began making use of [JPSLUtils](https://github.com/JupyterPhysSciLab/JPSLUtils).
Expand Down
9 changes: 5 additions & 4 deletions docs/intro.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,17 +39,17 @@ understand the code.
* `new_pandas_column_GUI()`: A GUI with four steps to lead the user through
formulating an expression for a new column.

<img src = "DataSets/new_col_GUI.png" style="width:90%;"/>
<img src = "https://jupyterphysscilab.github.io/jupyter_Pandas_GUI/DataSets/new_col_GUI.png" style="width:90%;"/>

* `plot_pandas_GUI()`: A GUI with four steps to lead the user through plotting
Pandas data as a scatter or line plot using plotly.

<img src = "DataSets/plot_GUI.png" style="width:90%;"/>
<img src = "https://jupyterphysscilab.github.io/jupyter_Pandas_GUI/DataSets/plot_GUI.png" style="width:90%;"/>

* `fit_pandas_GUI()`: A GUI with six steps to lead the user through fitting
Pandas data to a line, polynomial, exponential, Gaussian or sine function.

<img src = "DataSets/GUI_fitexp_1.png" style="width:90%;"/>
<img src = "https://jupyterphysscilab.github.io/jupyter_Pandas_GUI/DataSets/GUI_fitexp_1.png" style="width:90%;"/>

#### Wishlist:

Expand Down Expand Up @@ -129,10 +129,11 @@ install -e ../jupyter_Pandas_GUI` in the _Production_
instructions.

#### Change Log
* 0.6.0rc0
* 0.6.0
* Documentation (Examples and API).
* Addition of fitting GUI.
* Minor bug and typo fixes.
* Images show up on Pypi page.
* 0.5.2
* Widget states autosaved when a new plot is made.
* Began making use of [JPSLUtils](https://github.com/JupyterPhysSciLab/JPSLUtils).
Expand Down
11 changes: 6 additions & 5 deletions docs/pandas_GUI.html
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ <h2>API Documentation</h2>
</ul>


<footer>jupyter_Pandas_GUI v0.6.0rc0</footer>
<footer>jupyter_Pandas_GUI v0.6.0</footer>

<a class="attribution" title="pdoc: Python API documentation generator" href="https://pdoc.dev">
built with <span class="visually-hidden">pdoc</span><img
Expand Down Expand Up @@ -133,15 +133,15 @@ <h4 id="current-features">Current Features:</h4>
<li><p><code>new_pandas_column_GUI()</code>: A GUI with four steps to lead the user through
formulating an expression for a new column.</p>

<p><img src = "DataSets/new_col_GUI.png" style="width:90%;"/></p></li>
<p><img src = "https://jupyterphysscilab.github.io/jupyter_Pandas_GUI/DataSets/new_col_GUI.png" style="width:90%;"/></p></li>
<li><p><code>plot_pandas_GUI()</code>: A GUI with four steps to lead the user through plotting
Pandas data as a scatter or line plot using plotly.</p>

<p><img src = "DataSets/plot_GUI.png" style="width:90%;"/></p></li>
<p><img src = "https://jupyterphysscilab.github.io/jupyter_Pandas_GUI/DataSets/plot_GUI.png" style="width:90%;"/></p></li>
<li><p><code>fit_pandas_GUI()</code>: A GUI with six steps to lead the user through fitting
Pandas data to a line, polynomial, exponential, Gaussian or sine function.</p>

<p><img src = "DataSets/GUI_fitexp_1.png" style="width:90%;"/></p></li>
<p><img src = "https://jupyterphysscilab.github.io/jupyter_Pandas_GUI/DataSets/GUI_fitexp_1.png" style="width:90%;"/></p></li>
</ul>

<h4 id="wishlist">Wishlist:</h4>
Expand Down Expand Up @@ -241,11 +241,12 @@ <h4 id="installation">Installation:</h4>
<h4 id="change-log">Change Log</h4>

<ul>
<li>0.6.0rc0
<li>0.6.0
<ul>
<li>Documentation (Examples and API).</li>
<li>Addition of fitting GUI.</li>
<li>Minor bug and typo fixes.</li>
<li>Images show up on Pypi page.</li>
</ul></li>
<li>0.5.2
<ul>
Expand Down
2 changes: 1 addition & 1 deletion docs/pandas_GUI/fit_Pandas_GUI.html
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ <h2>API Documentation</h2>
</ul>


<footer>jupyter_Pandas_GUI v0.6.0rc0</footer>
<footer>jupyter_Pandas_GUI v0.6.0</footer>

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


<footer>jupyter_Pandas_GUI v0.6.0rc0</footer>
<footer>jupyter_Pandas_GUI v0.6.0</footer>

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


<footer>jupyter_Pandas_GUI v0.6.0rc0</footer>
<footer>jupyter_Pandas_GUI v0.6.0</footer>

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


<footer>jupyter_Pandas_GUI v0.6.0rc0</footer>
<footer>jupyter_Pandas_GUI v0.6.0</footer>

<a class="attribution" title="pdoc: Python API documentation generator" href="https://pdoc.dev">
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.

0 comments on commit 0453a7c

Please sign in to comment.