@@ -64,7 +64,7 @@ <h2>API Documentation</h2>
6464 </ ul >
6565
6666
67- < footer > jupyter_Pandas_GUI v0.9.4.rc0 </ footer >
67+ < footer > jupyter_Pandas_GUI v0.10.0 </ footer >
6868
6969 < a class ="attribution " title ="pdoc: Python API documentation generator " href ="https://pdoc.dev " target ="_blank ">
7070 built with < span class ="visually-hidden "> pdoc</ span > < img
@@ -130,7 +130,9 @@ <h2 id="current-features">Current Features:</h2>
130130
131131< p > < img src = "https://jupyterphysscilab.github.io/jupyter_Pandas_GUI/DataSets/plot_GUI.png " style ="width:90%; "/> </ p > </ li >
132132< li > < p > < code > fit_pandas_GUI()</ code > : A GUI with six steps to lead the user through fitting
133- Pandas data to a line, polynomial, exponential, Gaussian or sine function.
133+ Pandas data to a line, polynomial, simple exponential decay, exponential
134+ decay from an initial value to final value with an x-offset for the
135+ beginning of the decay, Gaussian or sine function.
134136< strong > Selecting regions of the data set to fit does NOT currently
135137work in Colab</ strong > .</ p >
136138
@@ -235,6 +237,16 @@ <h2 id="installation">Installation:</h2>
235237< h2 id ="change-log "> Change Log</ h2 >
236238
237239< ul >
240+ < li > 0.10.0 (2025-6-1)
241+ < ul >
242+ < li > BUG Fix: fixes to coloring in fitmodel equations.</ li >
243+ < li > NEW Feature: OffsetExp fit (exponential decay from one value to another,
244+ with an x-offset for start of decay).</ li >
245+ < li > NEW Feature: Using built in lmfit intial guesses where possible.</ li >
246+ < li > Added < code > Sympy</ code > to requirements to support generating LaTex equations from
247+ Python expressions.</ li >
248+ < li > Updated dependency versions.</ li >
249+ </ ul > </ li >
238250< li > 0.9.3 (2025-2-17)
239251< ul >
240252< li > BUG Fix: Plot_GUI having intermittent failure to display the plot.
0 commit comments