Skip to content
This repository has been archived by the owner on Dec 8, 2024. It is now read-only.

Commit

Permalink
Update - v1.14.0 - Good
Browse files Browse the repository at this point in the history
  • Loading branch information
REPNOT committed Apr 8, 2024
1 parent d6dee38 commit 7547041
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 22 deletions.
12 changes: 4 additions & 8 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -672,15 +672,11 @@ <h4>
<a alt="Plotly Open Source Graphing Library for Python" href="https://plotly.com/python/" rel="noopener" target="_blank">
Plotly
</a>
data visualization generators,
live stock ticker visualization for
<a alt="Streamlit web applications framework for Python" href="https://streamlit.io/" rel="noopener" target="_blank">
Streamlit
</a>
applications, and a data catalog for referencing equities, stock symbols, sector,
data visualization generators
and a data catalog for referencing equities, stock symbols, sector,
and industry information. &nbsp;&nbsp;This site is intended to serve as the primary documentation source for the Quick Fin
<a alt="Plotly Open Source Graphing Library for Python" href="https://plotly.com/python/" rel="noopener" target="_blank">
Plotly
<a alt="Python Module" href="https://www.python.org/" rel="noopener" target="_blank">
Python
</a>
module.
&nbsp;&nbsp;All code examples assume the reader is familiar with the
Expand Down
20 changes: 6 additions & 14 deletions main/changelog.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,10 @@
background-color: #000000;
}

#badge-red {
background-color: red;
}

.logo-header:visited {
color:rgba(255, 255, 255, 1)
}
Expand Down Expand Up @@ -725,30 +729,18 @@ <h3 id="change-header" class="uk-card-title">April 7th, 2024 <span class="uk-lab
&nbsp;
Modification - Added `return` statements to all FinInfo class methods with pretty print feature
</p>
<p id="change-text">
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-stop-fill" viewBox="0 0 16 16">
<path d="M5 3.5h6A1.5 1.5 0 0 1 12.5 5v6a1.5 1.5 0 0 1-1.5 1.5H5A1.5 1.5 0 0 1 3.5 11V5A1.5 1.5 0 0 1 5 3.5"/>
</svg>
&nbsp;
New Feature - Live Stock Ticker visualization for
<a alt="Link to Streamlit's Website" href="https://streamlit.io/" rel="noopener" target="_blank">Streamlit</a>
applications
</p>

<br>

<h3 id="change-header" class="uk-card-title">April 7th, 2024 <span class="uk-label">v1.15.0</span></h3>
<h3 id="change-header" class="uk-card-title">April 8th, 2024 <span class="uk-label">v1.14.1</span></h3>
<p id="change-text">
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-stop-fill" viewBox="0 0 16 16">
<path d="M5 3.5h6A1.5 1.5 0 0 1 12.5 5v6a1.5 1.5 0 0 1-1.5 1.5H5A1.5 1.5 0 0 1 3.5 11V5A1.5 1.5 0 0 1 5 3.5"/>
</svg>
&nbsp;
Modification - Adjusted live stock ticker visualization timing for use in
<a alt="Link to Streamlit's Website" href="https://streamlit.io/" rel="noopener" target="_blank">Streamlit</a>
applications
Version &nbsp;<span id="badge-red" class="uk-label">v1.15.0</span>&nbsp; has been deprecated - Stock ticker not functioning correctly across all devices.
</p>


</div>
</div>
</div>
Expand Down

0 comments on commit 7547041

Please sign in to comment.