Skip to content

Commit

Permalink
update vernum and docs
Browse files Browse the repository at this point in the history
  • Loading branch information
RJbalikian committed Jan 7, 2024
1 parent 0650947 commit 5a14cee
Show file tree
Hide file tree
Showing 7 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions conda/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
package:
name: sprit
version: 0.1.60
version: 0.1.61

source:
git_url: https://github.com/RJbalikian/SPRIT-HVSR
git_tag: v0.1.60
git_tag: v0.1.61

build:
number: 0
Expand Down
2 changes: 1 addition & 1 deletion docs/generate_docs.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
#Whether to CONVERT_MD using markdown library (True), or let github do it (False)
CONVERT_MD=True
RTD_THEME=False #Not currently working
RELEASE_VERSION= '0.1.60'
RELEASE_VERSION= '0.1.61'
RUN_TESTS=False
LINT_IT=False

Expand Down
4 changes: 2 additions & 2 deletions docs/main.html
Original file line number Diff line number Diff line change
Expand Up @@ -2953,7 +2953,7 @@ <h2 id="returns">Returns</h2>
placeholder=&#39;&#39;, value=&#39;&#39;,
style={&#39;description_width&#39;: &#39;initial&#39;},layout=widgets.Layout(width=&#39;90%&#39;))

export_results_table_read_button = widgets.Button(description=&#39;&#39;, style=&#39;success&#39;,
export_results_table_read_button = widgets.Button(description=&#39;&#39;, icon=&#39;fa-file-import&#39;,button_style=&#39;success&#39;,
layout=widgets.Layout(width=&#39;10%&#39;))
export_results_table_browse_button = widgets.Button(description=&#39;Export Table&#39;,
layout=widgets.Layout(width=&#39;10%&#39;))
Expand Down Expand Up @@ -5013,7 +5013,7 @@ <h2 id="returns">Returns</h2>
</details>
</dd>
<dt id="sprit.input_params"><code class="name flex">
<span>def <span class="ident">input_params</span></span>(<span>datapath, site='HVSR Site', network='AM', station='RAC84', loc='00', channels=['EHZ', 'EHN', 'EHE'], acq_date='2024-01-06', starttime='00:00:00.00', endtime='23:59:59.999999', tzone='UTC', xcoord=-88.2290526, ycoord=40.1012122, elevation=755, input_crs='EPSG:4326', output_crs='EPSG:4326', elev_unit='feet', depth=0, instrument='Raspberry Shake', metapath=None, hvsr_band=[0.4, 40], peak_freq_range=[0.4, 40], processing_parameters={}, verbose=False)</span>
<span>def <span class="ident">input_params</span></span>(<span>datapath, site='HVSR Site', network='AM', station='RAC84', loc='00', channels=['EHZ', 'EHN', 'EHE'], acq_date='2024-01-07', starttime='00:00:00.00', endtime='23:59:59.999999', tzone='UTC', xcoord=-88.2290526, ycoord=40.1012122, elevation=755, input_crs='EPSG:4326', output_crs='EPSG:4326', elev_unit='feet', depth=0, instrument='Raspberry Shake', metapath=None, hvsr_band=[0.4, 40], peak_freq_range=[0.4, 40], processing_parameters={}, verbose=False)</span>
</code></dt>
<dd>
<div class="desc"><p>Function for designating input parameters for reading in and processing data</p>
Expand Down
2 changes: 1 addition & 1 deletion docs/sprit_hvsr.html
Original file line number Diff line number Diff line change
Expand Up @@ -9248,7 +9248,7 @@ <h2 id="returns">Returns</h2>
</details>
</dd>
<dt id="sprit.sprit_hvsr.input_params"><code class="name flex">
<span>def <span class="ident">input_params</span></span>(<span>datapath, site='HVSR Site', network='AM', station='RAC84', loc='00', channels=['EHZ', 'EHN', 'EHE'], acq_date='2024-01-06', starttime='00:00:00.00', endtime='23:59:59.999999', tzone='UTC', xcoord=-88.2290526, ycoord=40.1012122, elevation=755, input_crs='EPSG:4326', output_crs='EPSG:4326', elev_unit='feet', depth=0, instrument='Raspberry Shake', metapath=None, hvsr_band=[0.4, 40], peak_freq_range=[0.4, 40], processing_parameters={}, verbose=False)</span>
<span>def <span class="ident">input_params</span></span>(<span>datapath, site='HVSR Site', network='AM', station='RAC84', loc='00', channels=['EHZ', 'EHN', 'EHE'], acq_date='2024-01-07', starttime='00:00:00.00', endtime='23:59:59.999999', tzone='UTC', xcoord=-88.2290526, ycoord=40.1012122, elevation=755, input_crs='EPSG:4326', output_crs='EPSG:4326', elev_unit='feet', depth=0, instrument='Raspberry Shake', metapath=None, hvsr_band=[0.4, 40], peak_freq_range=[0.4, 40], processing_parameters={}, verbose=False)</span>
</code></dt>
<dd>
<div class="desc"><p>Function for designating input parameters for reading in and processing data</p>
Expand Down
4 changes: 2 additions & 2 deletions docs/sprit_jupyter_UI.html
Original file line number Diff line number Diff line change
Expand Up @@ -2085,7 +2085,7 @@ <h1 class="title">Module <code>sprit.sprit_jupyter_UI</code></h1>
placeholder=&#39;&#39;, value=&#39;&#39;,
style={&#39;description_width&#39;: &#39;initial&#39;},layout=widgets.Layout(width=&#39;90%&#39;))

export_results_table_read_button = widgets.Button(description=&#39;&#39;, style=&#39;success&#39;,
export_results_table_read_button = widgets.Button(description=&#39;&#39;, icon=&#39;fa-file-import&#39;,button_style=&#39;success&#39;,
layout=widgets.Layout(width=&#39;10%&#39;))
export_results_table_browse_button = widgets.Button(description=&#39;Export Table&#39;,
layout=widgets.Layout(width=&#39;10%&#39;))
Expand Down Expand Up @@ -4270,7 +4270,7 @@ <h2 class="section-title" id="header-functions">Functions</h2>
placeholder=&#39;&#39;, value=&#39;&#39;,
style={&#39;description_width&#39;: &#39;initial&#39;},layout=widgets.Layout(width=&#39;90%&#39;))

export_results_table_read_button = widgets.Button(description=&#39;&#39;, style=&#39;success&#39;,
export_results_table_read_button = widgets.Button(description=&#39;&#39;, icon=&#39;fa-file-import&#39;,button_style=&#39;success&#39;,
layout=widgets.Layout(width=&#39;10%&#39;))
export_results_table_browse_button = widgets.Button(description=&#39;Export Table&#39;,
layout=widgets.Layout(width=&#39;10%&#39;))
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ name = "sprit"
authors = [{name="Riley Balikian"}, {name="Hongyu Xaio"}]
dynamic = ["readme"]
license = {file = "LICENSE"}
version="0.1.60"
version="0.1.61"
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"
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
name="sprit",
author= "Riley Balikian",
author_email = "balikian@illinois.edu",
version="0.1.60",
version="0.1.61",
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",
Expand Down

0 comments on commit 5a14cee

Please sign in to comment.