Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[v1.0.3] Release #277

Merged
merged 10 commits into from
Apr 4, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/.buildinfo
Original file line number Diff line number Diff line change
@@ -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: 81463337a1e45e24dfe48a5e7d585f81
config: c983b6469baeda58bcad444564b448d5
tags: 645f666f9bcd5a90fca523b33c5a78b7
Binary file added docs/_images/mlops.TritonClientURL.status.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed docs/_images/mlops.TritonClientURL.status.png
Binary file not shown.
Binary file modified docs/_images/monitoring.storage.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/_images/plot.candle.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/_images/plot.hist.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/_images/plot.plot.1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/_images/plot.plot.2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/_images/plot.scatter.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/_images/quant.bollinger_bands.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/_images/quant.macd.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/_images/quant.momentum.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/_images/quant.moving_average.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/_images/quant.rsi.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/_images/vision.grid.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/_images/vision.mask.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/_images/vision.vert.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
34 changes: 33 additions & 1 deletion docs/_sources/release/v1.0.md.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,37 @@
# v1.0

## v1.0.3

<h3>[v1.0.3] Release (<a href=https://github.com/Zerohertz/zerohertzLib/pull/277>#277</a>)</h3>

```{admonition} Release Date
:class: tip

2024/04/04
```

<p align="center">
<a href="https://github.com/Zerohertz/zerohertzLib/pulls?q=is:pr label:fix"><img src="https://img.shields.io/badge/fix-d73a4a?style=flat-square&logo=github" alt="fix"/></a>
<a href="https://github.com/Zerohertz/zerohertzLib/pulls?q=is:pr label:feat/logging"><img src="https://img.shields.io/badge/feat/logging-477A5E?style=flat-square&logo=github" alt="feat/logging"/></a>
<a href="https://github.com/Zerohertz/zerohertzLib/pulls?q=is:pr label:feat/mlops"><img src="https://img.shields.io/badge/feat/mlops-EE5D2A?style=flat-square&logo=github" alt="feat/mlops"/></a>
<a href="https://github.com/Zerohertz/zerohertzLib/pulls?q=is:pr label:docs"><img src="https://img.shields.io/badge/docs-E1B40A?style=flat-square&logo=github" alt="docs"/></a>
<a href="https://github.com/Zerohertz/zerohertzLib/pulls?q=is:pr label:release"><img src="https://img.shields.io/badge/release-00FF00?style=flat-square&logo=github" alt="release"/></a>
</p>


<h4>Features</h4>

+ `logging`
+ `Logger` class의 출력 시 폭을 지정하는 `width`와 호출된 경로의 표시 여부를 정의하는 `show_path` 추가
+ `mlops`
+ `TritonClientURL` & `TritonClientK8s`
+ `emoji`에 의한 `table`의 줄바꿈 현상 수정
+ 각 method에 Triton Inference Server 내 변경 사항 발생 시 model 정보를 갱신할 수 있는 `renew` 입력 추가
+ 현재 Triton Inference Server의 상태를 시각화하는 `status` method 추가
+ `BaseTritonPythonModel`
+ Container 내부에서 `Logger`의 폭이 아주 좁게 설정되는 현상 수정
+ Model의 출력이 한 가지인 `numpy` array의 `Logger` 출력 오류 수정

## v1.0.2

<h3>[v1.0.2] Docs Update (<a href=https://github.com/Zerohertz/zerohertzLib/pull/275>#275</a>)</h3>
Expand All @@ -18,7 +50,7 @@

<h4>Docs</h4>

+ Sphinx 내 오타 수정
+ Sphinx 문서 내 오타 수정

<h3>[v1.0.2] Release (<a href=https://github.com/Zerohertz/zerohertzLib/pull/273>#273</a>)</h3>

Expand Down
2 changes: 1 addition & 1 deletion docs/_static/documentation_options.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
var DOCUMENTATION_OPTIONS = {
URL_ROOT: document.getElementById("documentation_options").getAttribute('data-url_root'),
VERSION: 'v1.0.2',
VERSION: 'v1.0.3',
LANGUAGE: 'en',
COLLAPSE_INDEX: false,
BUILDER: 'html',
Expand Down
Binary file modified docs/_static/examples/dynamic/monitoring.storage.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/_static/examples/dynamic/plot.candle.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/_static/examples/dynamic/plot.hist.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/_static/examples/dynamic/plot.plot.1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/_static/examples/dynamic/plot.plot.2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/_static/examples/dynamic/plot.scatter.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/_static/examples/dynamic/quant.bollinger_bands.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/_static/examples/dynamic/quant.macd.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/_static/examples/dynamic/quant.momentum.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/_static/examples/dynamic/quant.moving_average.png
Binary file modified docs/_static/examples/dynamic/quant.rsi.png
Binary file modified docs/_static/examples/dynamic/vision.grid.png
Binary file modified docs/_static/examples/dynamic/vision.mask.png
Binary file modified docs/_static/examples/dynamic/vision.vert.png
Diff not rendered.
12 changes: 6 additions & 6 deletions docs/cicd.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@
<meta property="og:title" content="CI/CD Pipelines" />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://zerohertz.github.io/zerohertzLib/cicd.html" />
<meta property="og:site_name" content="Zerohertz's Library v1.0.2 Documents" />
<meta property="og:site_name" content="Zerohertz's Library v1.0.3 Documents" />
<meta property="og:description" content="Jenkins:,, Stage, Condition,,, 1. Setup, ⭕ [* Push],, 2. Merge From Docs, ⭕ [* Push] “Merge pull request*/docs” ⭕ [* Push] “Merge pull request*[Docs] Build by Sphinx for GitHub Pages”,, 3. 1. Lint,..." />
<meta property="og:image" content="https://zerohertz.github.io/zerohertzLib/_static/og.png" />
<meta property="og:image:alt" content="Zerohertz's Library v1.0.2 Documents" />
<meta property="og:image:alt" content="Zerohertz's Library v1.0.3 Documents" />
<meta name="description" content="Jenkins:,, Stage, Condition,,, 1. Setup, ⭕ [* Push],, 2. Merge From Docs, ⭕ [* Push] “Merge pull request*/docs” ⭕ [* Push] “Merge pull request*[Docs] Build by Sphinx for GitHub Pages”,, 3. 1. Lint,..." />
<link href="_static/favicon.png" sizes="802x802" rel="icon" type="image/png">
<link href="_static/favicon-16x16.png" sizes="16x16" rel="icon" type="image/png">
Expand All @@ -28,7 +28,7 @@
<link rel="canonical" href="https://zerohertz.github.io/zerohertzLib/cicd.html" />

<!-- Generated with Sphinx 7.1.2 and Furo 2024.01.29 -->
<title>CI/CD Pipelines - zerohertzLib v1.0.2 documentation</title>
<title>CI/CD Pipelines - zerohertzLib v1.0.3 documentation</title>
<link rel="stylesheet" type="text/css" href="_static/pygments.css?v=a746c00c" />
<link rel="stylesheet" type="text/css" href="_static/styles/furo.css?v=135e06be" />
<link rel="stylesheet" type="text/css" href="_static/copybutton.css?v=76b2166b" />
Expand Down Expand Up @@ -156,7 +156,7 @@
</label>
</div>
<div class="header-center">
<a href="index.html"><div class="brand">zerohertzLib v1.0.2 documentation</div></a>
<a href="index.html"><div class="brand">zerohertzLib v1.0.3 documentation</div></a>
</div>
<div class="header-right">
<div class="theme-toggle-container theme-toggle-header">
Expand All @@ -182,7 +182,7 @@
<img class="sidebar-logo" src="_static/logo.png" alt="Logo"/>
</div>

<span class="sidebar-brand-text">zerohertzLib v1.0.2 documentation</span>
<span class="sidebar-brand-text">zerohertzLib v1.0.3 documentation</span>

</a><form class="sidebar-search-container" method="get" action="search.html" role="search">
<input class="sidebar-search" placeholder="Search" name="q" aria-label="Search">
Expand Down Expand Up @@ -512,7 +512,7 @@ <h3>Sphinx Documentation Deployment<a class="headerlink" href="#sphinx-documenta
</div>
</div><script src="_static/jquery.js?v=5d32c60e"></script>
<script src="_static/_sphinx_javascript_frameworks_compat.js?v=2cd50e6c"></script>
<script data-url_root="./" id="documentation_options" src="_static/documentation_options.js?v=9d476510"></script>
<script data-url_root="./" id="documentation_options" src="_static/documentation_options.js?v=393fe109"></script>
<script src="_static/doctools.js?v=888ff710"></script>
<script src="_static/sphinx_highlight.js?v=4825356b"></script>
<script src="_static/scripts/furo.js?v=32e29ea5"></script>
Expand Down
18 changes: 12 additions & 6 deletions docs/genindex.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<link rel="index" title="Index" href="#" /><link rel="search" title="Search" href="search.html" />
<link rel="canonical" href="https://zerohertz.github.io/zerohertzLib/genindex.html" />

<!-- Generated with Sphinx 7.1.2 and Furo 2024.01.29 --><title>Index - zerohertzLib v1.0.2 documentation</title>
<!-- Generated with Sphinx 7.1.2 and Furo 2024.01.29 --><title>Index - zerohertzLib v1.0.3 documentation</title>
<link rel="stylesheet" type="text/css" href="_static/pygments.css?v=a746c00c" />
<link rel="stylesheet" type="text/css" href="_static/styles/furo.css?v=135e06be" />
<link rel="stylesheet" type="text/css" href="_static/copybutton.css?v=76b2166b" />
Expand Down Expand Up @@ -143,7 +143,7 @@
</label>
</div>
<div class="header-center">
<a href="index.html"><div class="brand">zerohertzLib v1.0.2 documentation</div></a>
<a href="index.html"><div class="brand">zerohertzLib v1.0.3 documentation</div></a>
</div>
<div class="header-right">
<div class="theme-toggle-container theme-toggle-header">
Expand All @@ -169,7 +169,7 @@
<img class="sidebar-logo" src="_static/logo.png" alt="Logo"/>
</div>

<span class="sidebar-brand-text">zerohertzLib v1.0.2 documentation</span>
<span class="sidebar-brand-text">zerohertzLib v1.0.3 documentation</span>

</a><form class="sidebar-search-container" method="get" action="search.html" role="search">
<input class="sidebar-search" placeholder="Search" name="q" aria-label="Search">
Expand Down Expand Up @@ -1592,6 +1592,8 @@ <h2>R</h2>
<li><a href="zerohertzLib.util.html#zerohertzLib.util.read_csv">read_csv() (in module zerohertzLib.util)</a>
</li>
<li><a href="zerohertzLib.api.html#zerohertzLib.api.GitHub.release_note">release_note() (zerohertzLib.api.GitHub method)</a>
</li>
<li><a href="zerohertzLib.mlops.html#zerohertzLib.mlops.TritonClientURL.status.params.renew">renew (zerohertzLib.mlops.TritonClientURL.status parameter)</a>
</li>
<li><a href="zerohertzLib.api.html#zerohertzLib.api.GitHub.params.repo">repo (zerohertzLib.api.GitHub parameter)</a>
</li>
Expand Down Expand Up @@ -1682,6 +1684,8 @@ <h2>S</h2>
</li>
</ul></li>
<li><a href="zerohertzLib.quant.html#zerohertzLib.quant.moving_average.params.short_window">short_window (zerohertzLib.quant.moving_average parameter)</a>
</li>
<li><a href="zerohertzLib.logging.html#zerohertzLib.logging.Logger.params.show_path">show_path (zerohertzLib.logging.Logger parameter)</a>
</li>
<li><a href="zerohertzLib.vision.html#zerohertzLib.vision.LabelStudio.classification.params.shrink">shrink (zerohertzLib.vision.LabelStudio.classification parameter)</a>
</li>
Expand Down Expand Up @@ -1718,11 +1722,11 @@ <h2>S</h2>
</li>
</ul></li>
<li><a href="zerohertzLib.logging.html#zerohertzLib.logging.Logger.params.slack">slack (zerohertzLib.logging.Logger parameter)</a>
</li>
<li><a href="zerohertzLib.api.html#zerohertzLib.api.SlackBot">SlackBot (class in zerohertzLib.api)</a>
</li>
</ul></td>
<td style="width: 33%; vertical-align: top;"><ul>
<li><a href="zerohertzLib.api.html#zerohertzLib.api.SlackBot">SlackBot (class in zerohertzLib.api)</a>
</li>
<li><a href="zerohertzLib.logging.html#zerohertzLib.logging.SlackBotHandler">SlackBotHandler (class in zerohertzLib.logging)</a>
</li>
<li><a href="zerohertzLib.api.html#zerohertzLib.api.SlackWebhook">SlackWebhook (class in zerohertzLib.api)</a>
Expand Down Expand Up @@ -2049,6 +2053,8 @@ <h2>W</h2>
<li><a href="zerohertzLib.logging.html#zerohertzLib.logging.SlackWebhookHandler.params.webhook_url">(zerohertzLib.logging.SlackWebhookHandler parameter)</a>
</li>
</ul></li>
<li><a href="zerohertzLib.logging.html#zerohertzLib.logging.Logger.params.width">width (zerohertzLib.logging.Logger parameter)</a>
</li>
<li><a href="zerohertzLib.quant.html#zerohertzLib.quant.bollinger_bands.params.window">window (zerohertzLib.quant.bollinger_bands parameter)</a>

<ul>
Expand Down Expand Up @@ -2265,7 +2271,7 @@ <h2>Z</h2>
</div>
</div><script src="_static/jquery.js?v=5d32c60e"></script>
<script src="_static/_sphinx_javascript_frameworks_compat.js?v=2cd50e6c"></script>
<script data-url_root="./" id="documentation_options" src="_static/documentation_options.js?v=9d476510"></script>
<script data-url_root="./" id="documentation_options" src="_static/documentation_options.js?v=393fe109"></script>
<script src="_static/doctools.js?v=888ff710"></script>
<script src="_static/sphinx_highlight.js?v=4825356b"></script>
<script src="_static/scripts/furo.js?v=32e29ea5"></script>
Expand Down
12 changes: 6 additions & 6 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@
<meta property="og:title" content="⚡ Zerohertz’s Library ⚡" />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://zerohertz.github.io/zerohertzLib/index.html" />
<meta property="og:site_name" content="Zerohertz's Library v1.0.2 Documents" />
<meta property="og:site_name" content="Zerohertz's Library v1.0.3 Documents" />
<meta property="og:description" content="pip install zerohertzLib" />
<meta property="og:image" content="https://zerohertz.github.io/zerohertzLib/_static/og.png" />
<meta property="og:image:alt" content="Zerohertz's Library v1.0.2 Documents" />
<meta property="og:image:alt" content="Zerohertz's Library v1.0.3 Documents" />
<meta name="description" content="zerohertzLib- zerohertzLib.algorithm, zerohertzLib.api, zerohertzLib.logging, zerohertzLib.mlops, zerohertzLib.monitoring, zerohertzLib.plot, zerohertzLib.util, zerohertzLib.quant, zerohertzLib.vis..." />
<link href="_static/favicon.png" sizes="802x802" rel="icon" type="image/png">
<link href="_static/favicon-16x16.png" sizes="16x16" rel="icon" type="image/png">
Expand All @@ -28,7 +28,7 @@
<link rel="canonical" href="https://zerohertz.github.io/zerohertzLib/index.html" />

<!-- Generated with Sphinx 7.1.2 and Furo 2024.01.29 -->
<title>zerohertzLib v1.0.2 documentation</title>
<title>zerohertzLib v1.0.3 documentation</title>
<link rel="stylesheet" type="text/css" href="_static/pygments.css?v=a746c00c" />
<link rel="stylesheet" type="text/css" href="_static/styles/furo.css?v=135e06be" />
<link rel="stylesheet" type="text/css" href="_static/copybutton.css?v=76b2166b" />
Expand Down Expand Up @@ -156,7 +156,7 @@
</label>
</div>
<div class="header-center">
<a href="#"><div class="brand">zerohertzLib v1.0.2 documentation</div></a>
<a href="#"><div class="brand">zerohertzLib v1.0.3 documentation</div></a>
</div>
<div class="header-right">
<div class="theme-toggle-container theme-toggle-header">
Expand All @@ -182,7 +182,7 @@
<img class="sidebar-logo" src="_static/logo.png" alt="Logo"/>
</div>

<span class="sidebar-brand-text">zerohertzLib v1.0.2 documentation</span>
<span class="sidebar-brand-text">zerohertzLib v1.0.3 documentation</span>

</a><form class="sidebar-search-container" method="get" action="search.html" role="search">
<input class="sidebar-search" placeholder="Search" name="q" aria-label="Search">
Expand Down Expand Up @@ -387,7 +387,7 @@ <h3 align = "center">
</div>
</div><script src="_static/jquery.js?v=5d32c60e"></script>
<script src="_static/_sphinx_javascript_frameworks_compat.js?v=2cd50e6c"></script>
<script data-url_root="./" id="documentation_options" src="_static/documentation_options.js?v=9d476510"></script>
<script data-url_root="./" id="documentation_options" src="_static/documentation_options.js?v=393fe109"></script>
<script src="_static/doctools.js?v=888ff710"></script>
<script src="_static/sphinx_highlight.js?v=4825356b"></script>
<script src="_static/scripts/furo.js?v=32e29ea5"></script>
Expand Down
Binary file modified docs/objects.inv
Binary file not shown.
8 changes: 4 additions & 4 deletions docs/py-modindex.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<link rel="index" title="Index" href="genindex.html" /><link rel="search" title="Search" href="search.html" />
<link rel="canonical" href="https://zerohertz.github.io/zerohertzLib/py-modindex.html" />

<!-- Generated with Sphinx 7.1.2 and Furo 2024.01.29 --><title>Python Module Index - zerohertzLib v1.0.2 documentation</title>
<!-- Generated with Sphinx 7.1.2 and Furo 2024.01.29 --><title>Python Module Index - zerohertzLib v1.0.3 documentation</title>
<link rel="stylesheet" type="text/css" href="_static/pygments.css?v=a746c00c" />
<link rel="stylesheet" type="text/css" href="_static/styles/furo.css?v=135e06be" />
<link rel="stylesheet" type="text/css" href="_static/copybutton.css?v=76b2166b" />
Expand Down Expand Up @@ -143,7 +143,7 @@
</label>
</div>
<div class="header-center">
<a href="index.html"><div class="brand">zerohertzLib v1.0.2 documentation</div></a>
<a href="index.html"><div class="brand">zerohertzLib v1.0.3 documentation</div></a>
</div>
<div class="header-right">
<div class="theme-toggle-container theme-toggle-header">
Expand All @@ -169,7 +169,7 @@
<img class="sidebar-logo" src="_static/logo.png" alt="Logo"/>
</div>

<span class="sidebar-brand-text">zerohertzLib v1.0.2 documentation</span>
<span class="sidebar-brand-text">zerohertzLib v1.0.3 documentation</span>

</a><form class="sidebar-search-container" method="get" action="search.html" role="search">
<input class="sidebar-search" placeholder="Search" name="q" aria-label="Search">
Expand Down Expand Up @@ -350,7 +350,7 @@ <h1>Python Module Index</h1>
</div>
</div><script src="_static/jquery.js?v=5d32c60e"></script>
<script src="_static/_sphinx_javascript_frameworks_compat.js?v=2cd50e6c"></script>
<script data-url_root="./" id="documentation_options" src="_static/documentation_options.js?v=9d476510"></script>
<script data-url_root="./" id="documentation_options" src="_static/documentation_options.js?v=393fe109"></script>
<script src="_static/doctools.js?v=888ff710"></script>
<script src="_static/sphinx_highlight.js?v=4825356b"></script>
<script src="_static/scripts/furo.js?v=32e29ea5"></script>
Expand Down
12 changes: 6 additions & 6 deletions docs/release.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@
<meta property="og:title" content="Release Notes" />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://zerohertz.github.io/zerohertzLib/release.html" />
<meta property="og:site_name" content="Zerohertz's Library v1.0.2 Documents" />
<meta property="og:site_name" content="Zerohertz's Library v1.0.3 Documents" />
<meta property="og:description" content="v1.0, v0.9, v0.8, v0.7, v0.6, v0.5, v0.4, v0.3, v0.2, v0.1." />
<meta property="og:image" content="https://zerohertz.github.io/zerohertzLib/_static/og.png" />
<meta property="og:image:alt" content="Zerohertz's Library v1.0.2 Documents" />
<meta property="og:image:alt" content="Zerohertz's Library v1.0.3 Documents" />
<meta name="description" content="v1.0, v0.9, v0.8, v0.7, v0.6, v0.5, v0.4, v0.3, v0.2, v0.1." />
<link href="_static/favicon.png" sizes="802x802" rel="icon" type="image/png">
<link href="_static/favicon-16x16.png" sizes="16x16" rel="icon" type="image/png">
Expand All @@ -28,7 +28,7 @@
<link rel="canonical" href="https://zerohertz.github.io/zerohertzLib/release.html" />

<!-- Generated with Sphinx 7.1.2 and Furo 2024.01.29 -->
<title>Release Notes - zerohertzLib v1.0.2 documentation</title>
<title>Release Notes - zerohertzLib v1.0.3 documentation</title>
<link rel="stylesheet" type="text/css" href="_static/pygments.css?v=a746c00c" />
<link rel="stylesheet" type="text/css" href="_static/styles/furo.css?v=135e06be" />
<link rel="stylesheet" type="text/css" href="_static/copybutton.css?v=76b2166b" />
Expand Down Expand Up @@ -156,7 +156,7 @@
</label>
</div>
<div class="header-center">
<a href="index.html"><div class="brand">zerohertzLib v1.0.2 documentation</div></a>
<a href="index.html"><div class="brand">zerohertzLib v1.0.3 documentation</div></a>
</div>
<div class="header-right">
<div class="theme-toggle-container theme-toggle-header">
Expand All @@ -182,7 +182,7 @@
<img class="sidebar-logo" src="_static/logo.png" alt="Logo"/>
</div>

<span class="sidebar-brand-text">zerohertzLib v1.0.2 documentation</span>
<span class="sidebar-brand-text">zerohertzLib v1.0.3 documentation</span>

</a><form class="sidebar-search-container" method="get" action="search.html" role="search">
<input class="sidebar-search" placeholder="Search" name="q" aria-label="Search">
Expand Down Expand Up @@ -333,7 +333,7 @@ <h1>Release Notes<a class="headerlink" href="#release-notes" title="Permalink to
</div>
</div><script src="_static/jquery.js?v=5d32c60e"></script>
<script src="_static/_sphinx_javascript_frameworks_compat.js?v=2cd50e6c"></script>
<script data-url_root="./" id="documentation_options" src="_static/documentation_options.js?v=9d476510"></script>
<script data-url_root="./" id="documentation_options" src="_static/documentation_options.js?v=393fe109"></script>
<script src="_static/doctools.js?v=888ff710"></script>
<script src="_static/sphinx_highlight.js?v=4825356b"></script>
<script src="_static/scripts/furo.js?v=32e29ea5"></script>
Expand Down
Loading