diff --git a/docs/.buildinfo b/docs/.buildinfo index 19782e2..6a7bf75 100644 --- a/docs/.buildinfo +++ b/docs/.buildinfo @@ -1,4 +1,4 @@ # Sphinx build info version 1 # This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done. -config: c60c688467f3825317a3943bdd5e6ff5 +config: 2be28215b7be89268c36264226633c66 tags: 645f666f9bcd5a90fca523b33c5a78b7 diff --git a/docs/_build/doctrees/environment.pickle b/docs/_build/doctrees/environment.pickle index 58e6303..cb00132 100644 Binary files a/docs/_build/doctrees/environment.pickle and b/docs/_build/doctrees/environment.pickle differ diff --git a/docs/_build/html/.buildinfo b/docs/_build/html/.buildinfo index 19782e2..6a7bf75 100644 --- a/docs/_build/html/.buildinfo +++ b/docs/_build/html/.buildinfo @@ -1,4 +1,4 @@ # Sphinx build info version 1 # This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done. -config: c60c688467f3825317a3943bdd5e6ff5 +config: 2be28215b7be89268c36264226633c66 tags: 645f666f9bcd5a90fca523b33c5a78b7 diff --git a/docs/_build/html/_modules/index.html b/docs/_build/html/_modules/index.html index 2b0a624..929986d 100644 --- a/docs/_build/html/_modules/index.html +++ b/docs/_build/html/_modules/index.html @@ -3,7 +3,7 @@ - Overview: module code — sprit 2.1-dev documentation + Overview: module code — sprit 2.1.1-dev documentation @@ -12,7 +12,7 @@ - + diff --git a/docs/_build/html/_modules/sprit/sprit_calibration.html b/docs/_build/html/_modules/sprit/sprit_calibration.html index db33857..a7a22bf 100644 --- a/docs/_build/html/_modules/sprit/sprit_calibration.html +++ b/docs/_build/html/_modules/sprit/sprit_calibration.html @@ -3,7 +3,7 @@ - sprit.sprit_calibration — sprit 2.1-dev documentation + sprit.sprit_calibration — sprit 2.1.1-dev documentation @@ -12,7 +12,7 @@ - + diff --git a/docs/_build/html/_modules/sprit/sprit_cli.html b/docs/_build/html/_modules/sprit/sprit_cli.html index e59e601..e337efd 100644 --- a/docs/_build/html/_modules/sprit/sprit_cli.html +++ b/docs/_build/html/_modules/sprit/sprit_cli.html @@ -3,7 +3,7 @@ - sprit.sprit_cli — sprit 2.1-dev documentation + sprit.sprit_cli — sprit 2.1.1-dev documentation @@ -12,7 +12,7 @@ - + diff --git a/docs/_build/html/_modules/sprit/sprit_hvsr.html b/docs/_build/html/_modules/sprit/sprit_hvsr.html index 42e1d22..62f47b7 100644 --- a/docs/_build/html/_modules/sprit/sprit_hvsr.html +++ b/docs/_build/html/_modules/sprit/sprit_hvsr.html @@ -3,7 +3,7 @@ - sprit.sprit_hvsr — sprit 2.1-dev documentation + sprit.sprit_hvsr — sprit 2.1.1-dev documentation @@ -12,7 +12,7 @@ - + diff --git a/docs/_build/html/_modules/sprit/sprit_jupyter_UI.html b/docs/_build/html/_modules/sprit/sprit_jupyter_UI.html index 5fc873b..ace0b99 100644 --- a/docs/_build/html/_modules/sprit/sprit_jupyter_UI.html +++ b/docs/_build/html/_modules/sprit/sprit_jupyter_UI.html @@ -3,7 +3,7 @@ - sprit.sprit_jupyter_UI — sprit 2.1-dev documentation + sprit.sprit_jupyter_UI — sprit 2.1.1-dev documentation @@ -12,7 +12,7 @@ - + diff --git a/docs/_build/html/_modules/sprit/sprit_plot.html b/docs/_build/html/_modules/sprit/sprit_plot.html index 3024c62..1c4b776 100644 --- a/docs/_build/html/_modules/sprit/sprit_plot.html +++ b/docs/_build/html/_modules/sprit/sprit_plot.html @@ -3,7 +3,7 @@ - sprit.sprit_plot — sprit 2.1-dev documentation + sprit.sprit_plot — sprit 2.1.1-dev documentation @@ -12,7 +12,7 @@ - + @@ -1446,7 +1446,7 @@

Source code for sprit.sprit_plot

     if verbose:
         print("Getting data batch for cross section plot")
     batchExt = None
-    if not isinstance(hvsr_data, sprit_hvsr.HVSRBatch) :
+    if isinstance(hvsr_data, (str, os.PathLike, pathlib.Path)):
         if pathlib.Path(hvsr_data).exists() and pathlib.Path(hvsr_data).is_dir():
             batchExt = 'hvsr'
     hvDataBatch = sprit_hvsr.HVSRBatch(hvsr_data, batch_ext=batchExt)
diff --git a/docs/_build/html/_modules/sprit/sprit_streamlit_ui.html b/docs/_build/html/_modules/sprit/sprit_streamlit_ui.html
index eca7671..3fce711 100644
--- a/docs/_build/html/_modules/sprit/sprit_streamlit_ui.html
+++ b/docs/_build/html/_modules/sprit/sprit_streamlit_ui.html
@@ -3,7 +3,7 @@
 
   
   
-  sprit.sprit_streamlit_ui — sprit 2.1-dev documentation
+  sprit.sprit_streamlit_ui — sprit 2.1.1-dev documentation
       
       
 
@@ -12,7 +12,7 @@
     
   
   
-        
+        
         
         
     
diff --git a/docs/_build/html/_modules/sprit/sprit_tkinter_ui.html b/docs/_build/html/_modules/sprit/sprit_tkinter_ui.html
index 986b712..92b8170 100644
--- a/docs/_build/html/_modules/sprit/sprit_tkinter_ui.html
+++ b/docs/_build/html/_modules/sprit/sprit_tkinter_ui.html
@@ -3,7 +3,7 @@
 
   
   
-  sprit.sprit_tkinter_ui — sprit 2.1-dev documentation
+  sprit.sprit_tkinter_ui — sprit 2.1.1-dev documentation
       
       
 
@@ -12,7 +12,7 @@
     
   
   
-        
+        
         
         
     
diff --git a/docs/_build/html/_modules/sprit/sprit_utils.html b/docs/_build/html/_modules/sprit/sprit_utils.html
index 547842d..676680a 100644
--- a/docs/_build/html/_modules/sprit/sprit_utils.html
+++ b/docs/_build/html/_modules/sprit/sprit_utils.html
@@ -3,7 +3,7 @@
 
   
   
-  sprit.sprit_utils — sprit 2.1-dev documentation
+  sprit.sprit_utils — sprit 2.1.1-dev documentation
       
       
 
@@ -12,7 +12,7 @@
     
   
   
-        
+        
         
         
     
diff --git a/docs/_build/html/_static/documentation_options.js b/docs/_build/html/_static/documentation_options.js
index 32144d7..a8d684f 100644
--- a/docs/_build/html/_static/documentation_options.js
+++ b/docs/_build/html/_static/documentation_options.js
@@ -1,5 +1,5 @@
 const DOCUMENTATION_OPTIONS = {
-    VERSION: '2.1-dev',
+    VERSION: '2.1.1-dev',
     LANGUAGE: 'en',
     COLLAPSE_INDEX: false,
     BUILDER: 'html',
diff --git a/docs/_build/html/genindex.html b/docs/_build/html/genindex.html
index 4c0d6d5..0841e08 100644
--- a/docs/_build/html/genindex.html
+++ b/docs/_build/html/genindex.html
@@ -3,7 +3,7 @@
 
   
   
-  Index — sprit 2.1-dev documentation
+  Index — sprit 2.1.1-dev documentation
       
       
 
@@ -12,7 +12,7 @@
     
   
   
-        
+        
         
         
     
diff --git a/docs/_build/html/index.html b/docs/_build/html/index.html
index 587a7eb..0b02332 100644
--- a/docs/_build/html/index.html
+++ b/docs/_build/html/index.html
@@ -4,7 +4,7 @@
   
 
   
-  <no title> — sprit 2.1-dev documentation
+  <no title> — sprit 2.1.1-dev documentation
       
       
 
@@ -13,7 +13,7 @@
     
   
   
-        
+        
         
         
     
diff --git a/docs/_build/html/py-modindex.html b/docs/_build/html/py-modindex.html
index dd83ef8..7d71482 100644
--- a/docs/_build/html/py-modindex.html
+++ b/docs/_build/html/py-modindex.html
@@ -3,7 +3,7 @@
 
   
   
-  Python Module Index — sprit 2.1-dev documentation
+  Python Module Index — sprit 2.1.1-dev documentation
       
       
 
@@ -12,7 +12,7 @@
     
   
   
-        
+        
         
         
     
diff --git a/docs/_build/html/search.html b/docs/_build/html/search.html
index a03eb7f..4800b05 100644
--- a/docs/_build/html/search.html
+++ b/docs/_build/html/search.html
@@ -3,7 +3,7 @@
 
   
   
-  Search — sprit 2.1-dev documentation
+  Search — sprit 2.1.1-dev documentation
       
       
 
@@ -13,7 +13,7 @@
     
   
   
-        
+        
         
         
     
diff --git a/docs/_build/html/sprit.html b/docs/_build/html/sprit.html
index 094b0e2..cac8e11 100644
--- a/docs/_build/html/sprit.html
+++ b/docs/_build/html/sprit.html
@@ -4,7 +4,7 @@
   
 
   
-  sprit package — sprit 2.1-dev documentation
+  sprit package — sprit 2.1.1-dev documentation
       
       
 
@@ -13,7 +13,7 @@
     
   
   
-        
+        
         
         
     
diff --git a/docs/_build/html/sprit.sprit_calibration.html b/docs/_build/html/sprit.sprit_calibration.html
index d28e037..03689ee 100644
--- a/docs/_build/html/sprit.sprit_calibration.html
+++ b/docs/_build/html/sprit.sprit_calibration.html
@@ -4,7 +4,7 @@
   
 
   
-  sprit.sprit_calibration module — sprit 2.1-dev documentation
+  sprit.sprit_calibration module — sprit 2.1.1-dev documentation
       
       
 
@@ -13,7 +13,7 @@
     
   
   
-        
+        
         
         
     
diff --git a/docs/_build/html/sprit.sprit_cli.html b/docs/_build/html/sprit.sprit_cli.html
index d01ea5b..e45fd4c 100644
--- a/docs/_build/html/sprit.sprit_cli.html
+++ b/docs/_build/html/sprit.sprit_cli.html
@@ -4,7 +4,7 @@
   
 
   
-  sprit.sprit_cli module — sprit 2.1-dev documentation
+  sprit.sprit_cli module — sprit 2.1.1-dev documentation
       
       
 
@@ -13,7 +13,7 @@
     
   
   
-        
+        
         
         
     
diff --git a/docs/_build/html/sprit.sprit_hvsr.html b/docs/_build/html/sprit.sprit_hvsr.html
index 9159a8f..619afd8 100644
--- a/docs/_build/html/sprit.sprit_hvsr.html
+++ b/docs/_build/html/sprit.sprit_hvsr.html
@@ -4,7 +4,7 @@
   
 
   
-  sprit.sprit_hvsr module — sprit 2.1-dev documentation
+  sprit.sprit_hvsr module — sprit 2.1.1-dev documentation
       
       
 
@@ -13,7 +13,7 @@
     
   
   
-        
+        
         
         
     
diff --git a/docs/_build/html/sprit.sprit_jupyter_UI.html b/docs/_build/html/sprit.sprit_jupyter_UI.html
index bb8f58d..01cc361 100644
--- a/docs/_build/html/sprit.sprit_jupyter_UI.html
+++ b/docs/_build/html/sprit.sprit_jupyter_UI.html
@@ -4,7 +4,7 @@
   
 
   
-  sprit.sprit_jupyter_UI module — sprit 2.1-dev documentation
+  sprit.sprit_jupyter_UI module — sprit 2.1.1-dev documentation
       
       
 
@@ -13,7 +13,7 @@
     
   
   
-        
+        
         
         
     
diff --git a/docs/_build/html/sprit.sprit_plot.html b/docs/_build/html/sprit.sprit_plot.html
index f90248f..6c67a56 100644
--- a/docs/_build/html/sprit.sprit_plot.html
+++ b/docs/_build/html/sprit.sprit_plot.html
@@ -4,7 +4,7 @@
   
 
   
-  sprit.sprit_plot module — sprit 2.1-dev documentation
+  sprit.sprit_plot module — sprit 2.1.1-dev documentation
       
       
 
@@ -13,7 +13,7 @@
     
   
   
-        
+        
         
         
     
diff --git a/docs/_build/html/sprit.sprit_streamlit_ui.html b/docs/_build/html/sprit.sprit_streamlit_ui.html
index e8ff0ce..7631de7 100644
--- a/docs/_build/html/sprit.sprit_streamlit_ui.html
+++ b/docs/_build/html/sprit.sprit_streamlit_ui.html
@@ -4,7 +4,7 @@
   
 
   
-  sprit.sprit_streamlit_ui module — sprit 2.1-dev documentation
+  sprit.sprit_streamlit_ui module — sprit 2.1.1-dev documentation
       
       
 
@@ -13,7 +13,7 @@
     
   
   
-        
+        
         
         
     
diff --git a/docs/_build/html/sprit.sprit_tkinter_ui.html b/docs/_build/html/sprit.sprit_tkinter_ui.html
index fee150b..e6d46a1 100644
--- a/docs/_build/html/sprit.sprit_tkinter_ui.html
+++ b/docs/_build/html/sprit.sprit_tkinter_ui.html
@@ -4,7 +4,7 @@
   
 
   
-  sprit.sprit_tkinter_ui module — sprit 2.1-dev documentation
+  sprit.sprit_tkinter_ui module — sprit 2.1.1-dev documentation
       
       
 
@@ -13,7 +13,7 @@
     
   
   
-        
+        
         
         
     
diff --git a/docs/_build/html/sprit.sprit_utils.html b/docs/_build/html/sprit.sprit_utils.html
index 08c2a17..208b34d 100644
--- a/docs/_build/html/sprit.sprit_utils.html
+++ b/docs/_build/html/sprit.sprit_utils.html
@@ -4,7 +4,7 @@
   
 
   
-  sprit.sprit_utils module — sprit 2.1-dev documentation
+  sprit.sprit_utils module — sprit 2.1.1-dev documentation
       
       
 
@@ -13,7 +13,7 @@
     
   
   
-        
+        
         
         
     
diff --git a/docs/_generate_docs.py b/docs/_generate_docs.py
index 346706f..608a840 100644
--- a/docs/_generate_docs.py
+++ b/docs/_generate_docs.py
@@ -10,7 +10,7 @@
 import markdown
 
 
-RELEASE_VERSION = "2.1-dev"
+RELEASE_VERSION = "2.1.1-dev"
 
 VERBOSE = True
 
diff --git a/docs/_static/documentation_options.js b/docs/_static/documentation_options.js
index 32144d7..a8d684f 100644
--- a/docs/_static/documentation_options.js
+++ b/docs/_static/documentation_options.js
@@ -1,5 +1,5 @@
 const DOCUMENTATION_OPTIONS = {
-    VERSION: '2.1-dev',
+    VERSION: '2.1.1-dev',
     LANGUAGE: 'en',
     COLLAPSE_INDEX: false,
     BUILDER: 'html',
diff --git a/docs/conf.py b/docs/conf.py
index b7a0f52..7cae6d8 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -26,7 +26,7 @@
 project = 'sprit'
 copyright = '2024, Author'
 author = 'Riley Balikian'
-release = '2.1-dev'
+release = '2.1.1-dev'
 
 # -- General configuration ---------------------------------------------------
 # https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration
diff --git a/docs/genindex.html b/docs/genindex.html
index 1e874b7..f8f20cc 100644
--- a/docs/genindex.html
+++ b/docs/genindex.html
@@ -3,7 +3,7 @@
 
   
   
-  Index — sprit 2.1-dev documentation
+  Index — sprit 2.1.1-dev documentation
       
       
 
@@ -12,7 +12,7 @@
     
   
   
-        
+        
         
         
     
diff --git a/docs/index.html b/docs/index.html
index 5bcdb49..d68f100 100644
--- a/docs/index.html
+++ b/docs/index.html
@@ -4,7 +4,7 @@
   
 
   
-  <no title> — sprit 2.1-dev documentation
+  <no title> — sprit 2.1.1-dev documentation
       
       
 
@@ -13,7 +13,7 @@
     
   
   
-        
+        
         
         
     
diff --git a/docs/py-modindex.html b/docs/py-modindex.html
index 8a8dc30..2c612fe 100644
--- a/docs/py-modindex.html
+++ b/docs/py-modindex.html
@@ -3,7 +3,7 @@
 
   
   
-  Python Module Index — sprit 2.1-dev documentation
+  Python Module Index — sprit 2.1.1-dev documentation
       
       
 
@@ -12,7 +12,7 @@
     
   
   
-        
+        
         
         
     
diff --git a/docs/requirements.txt b/docs/requirements.txt
index d681f3f..ed4592c 100644
--- a/docs/requirements.txt
+++ b/docs/requirements.txt
@@ -12,4 +12,4 @@ sphinx
 markdown
 pytest
 flake8
-sprit==2.1.dev0
\ No newline at end of file
+sprit==2.1.1.dev0
\ No newline at end of file
diff --git a/docs/search.html b/docs/search.html
index 721a1a0..536300f 100644
--- a/docs/search.html
+++ b/docs/search.html
@@ -3,7 +3,7 @@
 
   
   
-  Search — sprit 2.1-dev documentation
+  Search — sprit 2.1.1-dev documentation
       
       
 
@@ -13,7 +13,7 @@
     
   
   
-        
+        
         
         
     
diff --git a/docs/sprit.html b/docs/sprit.html
index c83b360..bdf83eb 100644
--- a/docs/sprit.html
+++ b/docs/sprit.html
@@ -4,7 +4,7 @@
   
 
   
-  sprit package — sprit 2.1-dev documentation
+  sprit package — sprit 2.1.1-dev documentation
       
       
 
@@ -13,7 +13,7 @@
     
   
   
-        
+        
         
         
     
diff --git a/docs/sprit.sprit_calibration.html b/docs/sprit.sprit_calibration.html
index a5de0fe..a4e1cf4 100644
--- a/docs/sprit.sprit_calibration.html
+++ b/docs/sprit.sprit_calibration.html
@@ -4,7 +4,7 @@
   
 
   
-  sprit.sprit_calibration module — sprit 2.1-dev documentation
+  sprit.sprit_calibration module — sprit 2.1.1-dev documentation
       
       
 
@@ -13,7 +13,7 @@
     
   
   
-        
+        
         
         
     
diff --git a/docs/sprit.sprit_cli.html b/docs/sprit.sprit_cli.html
index ec288b0..af2b303 100644
--- a/docs/sprit.sprit_cli.html
+++ b/docs/sprit.sprit_cli.html
@@ -4,7 +4,7 @@
   
 
   
-  sprit.sprit_cli module — sprit 2.1-dev documentation
+  sprit.sprit_cli module — sprit 2.1.1-dev documentation
       
       
 
@@ -13,7 +13,7 @@
     
   
   
-        
+        
         
         
     
diff --git a/docs/sprit.sprit_hvsr.html b/docs/sprit.sprit_hvsr.html
index de8ea4b..eeaceb5 100644
--- a/docs/sprit.sprit_hvsr.html
+++ b/docs/sprit.sprit_hvsr.html
@@ -4,7 +4,7 @@
   
 
   
-  sprit.sprit_hvsr module — sprit 2.1-dev documentation
+  sprit.sprit_hvsr module — sprit 2.1.1-dev documentation
       
       
 
@@ -13,7 +13,7 @@
     
   
   
-        
+        
         
         
     
diff --git a/docs/sprit.sprit_jupyter_UI.html b/docs/sprit.sprit_jupyter_UI.html
index 63bd631..98d30d6 100644
--- a/docs/sprit.sprit_jupyter_UI.html
+++ b/docs/sprit.sprit_jupyter_UI.html
@@ -4,7 +4,7 @@
   
 
   
-  sprit.sprit_jupyter_UI module — sprit 2.1-dev documentation
+  sprit.sprit_jupyter_UI module — sprit 2.1.1-dev documentation
       
       
 
@@ -13,7 +13,7 @@
     
   
   
-        
+        
         
         
     
diff --git a/docs/sprit.sprit_plot.html b/docs/sprit.sprit_plot.html
index b2146ef..293b48f 100644
--- a/docs/sprit.sprit_plot.html
+++ b/docs/sprit.sprit_plot.html
@@ -4,7 +4,7 @@
   
 
   
-  sprit.sprit_plot module — sprit 2.1-dev documentation
+  sprit.sprit_plot module — sprit 2.1.1-dev documentation
       
       
 
@@ -13,7 +13,7 @@
     
   
   
-        
+        
         
         
     
diff --git a/docs/sprit.sprit_streamlit_ui.html b/docs/sprit.sprit_streamlit_ui.html
index 4c92c4e..0fc02e7 100644
--- a/docs/sprit.sprit_streamlit_ui.html
+++ b/docs/sprit.sprit_streamlit_ui.html
@@ -4,7 +4,7 @@
   
 
   
-  sprit.sprit_streamlit_ui module — sprit 2.1-dev documentation
+  sprit.sprit_streamlit_ui module — sprit 2.1.1-dev documentation
       
       
 
@@ -13,7 +13,7 @@
     
   
   
-        
+        
         
         
     
diff --git a/docs/sprit.sprit_tkinter_ui.html b/docs/sprit.sprit_tkinter_ui.html
index 1efd272..7117233 100644
--- a/docs/sprit.sprit_tkinter_ui.html
+++ b/docs/sprit.sprit_tkinter_ui.html
@@ -4,7 +4,7 @@
   
 
   
-  sprit.sprit_tkinter_ui module — sprit 2.1-dev documentation
+  sprit.sprit_tkinter_ui module — sprit 2.1.1-dev documentation
       
       
 
@@ -13,7 +13,7 @@
     
   
   
-        
+        
         
         
     
diff --git a/docs/sprit.sprit_utils.html b/docs/sprit.sprit_utils.html
index 6a6df93..9822a3f 100644
--- a/docs/sprit.sprit_utils.html
+++ b/docs/sprit.sprit_utils.html
@@ -4,7 +4,7 @@
   
 
   
-  sprit.sprit_utils module — sprit 2.1-dev documentation
+  sprit.sprit_utils module — sprit 2.1.1-dev documentation
       
       
 
@@ -13,7 +13,7 @@
     
   
   
-        
+        
         
         
     
diff --git a/pyproject.toml b/pyproject.toml
index e3835ca..0d5e8b5 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -7,7 +7,7 @@ name = "sprit"
 authors = [{name="Riley Balikian"}, {name="Hongyu Xaio"}]
 dynamic = ["readme"]
 license = {file = "LICENSE"}
-version="2.1-dev"
+version="2.1.1-dev"
 description = "A package for processing and analyzing HVSR (Horizontal to Vertical Spectral Ratio) data"
 keywords = ["HVSR", "seismic", "horizontal to vertical spectral ratio", "obspy", 'geology', 'geophysics', 'geotechnical']
 requires-python = ">=3.9"
@@ -24,7 +24,7 @@ classifiers = [
 
 [tool.poetry]
 name='SpRIT Streamlit'
-version="2.1-dev"
+version="2.1.1-dev"
 description = "A package for processing and analyzing HVSR (Horizontal to Vertical Spectral Ratio) data"
 authors = ["Riley Balikian "]
 license = "MIT"
diff --git a/setup.py b/setup.py
index 96ddcb3..68df28a 100644
--- a/setup.py
+++ b/setup.py
@@ -7,7 +7,7 @@
     name="sprit",
     author= "Riley Balikian",
     author_email = "balikian@illinois.edu",
-    version="2.1-dev",
+    version="2.1.1-dev",
     package_data={'sprit': ['resources/*', 'resources/icon/*', 'resources/themes/*', 'resources/themes/forest-dark/*', 
                             'resources/themes/forest-light/*', 'resources/sample_data/*','resources/settings/*']},
     long_description_content_type="text/markdown",