Skip to content

Commit

Permalink
Merge pull request #273 from Zerohertz/dev-v1.0.2
Browse files Browse the repository at this point in the history
[v1.0.2] Release
  • Loading branch information
Zerohertz authored Apr 3, 2024
2 parents a2c1c07 + ba7ad18 commit e6e3b1e
Show file tree
Hide file tree
Showing 83 changed files with 725 additions and 334 deletions.
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: 1b1eebf9b1f10df8af4467c9d9034d50
config: 81463337a1e45e24dfe48a5e7d585f81
tags: 645f666f9bcd5a90fca523b33c5a78b7
Binary file added docs/_images/mlops.TritonClientURL.status.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/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.
35 changes: 35 additions & 0 deletions docs/_sources/release/v1.0.md.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,40 @@
# v1.0

## v1.0.2

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

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

2024/04/03
```

<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/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:feat/vision"><img src="https://img.shields.io/badge/feat/vision-D1F9CB?style=flat-square&logo=github" alt="feat/vision"/></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>

+ `mlops`
+ `TritonClientURL` & `TritonClientK8s`
+ `tritonclient.grpc.InferenceServerClient`를 attribute로 가지는 것에서 상속 구조로 refactoring
+ Triton Inference Server의 현재 상태를 확인할 수 있는 `status` method 추가
+ Triton Inference Server 내 존재하는 model을 load 및 unload 할 수 있는 `load_model` 및 `unload_model` method 추가
+ `tritonclient[grpc]`의 version update (`>=2.44.0`)
+ `vision`
+ `CocoLoader`
+ Image를 읽어올 때 기존 경로를 포함하는 문제 수정
+ `segmentation` 값이 존재할 때 다각형 출력 및 시각화 기능 추가
+ `LabelStudio`
+ `yolo` method의 변환 시 오류 수정
+ Label Studio format에서 COCO format으로 변환하는 `coco` method 추가

## v1.0.1

<h3>[v1.0.1] Release (<a href=https://github.com/Zerohertz/zerohertzLib/pull/270>#270</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.1',
VERSION: 'v1.0.2',
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
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.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
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.1 Documents" />
<meta property="og:site_name" content="Zerohertz's Library v1.0.2 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.1 Documents" />
<meta property="og:image:alt" content="Zerohertz's Library v1.0.2 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.1 documentation</title>
<title>CI/CD Pipelines - zerohertzLib v1.0.2 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.1 documentation</div></a>
<a href="index.html"><div class="brand">zerohertzLib v1.0.2 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.1 documentation</span>
<span class="sidebar-brand-text">zerohertzLib v1.0.2 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=aabfef7a"></script>
<script data-url_root="./" id="documentation_options" src="_static/documentation_options.js?v=9d476510"></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
70 changes: 46 additions & 24 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.1 documentation</title>
<!-- Generated with Sphinx 7.1.2 and Furo 2024.01.29 --><title>Index - zerohertzLib v1.0.2 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.1 documentation</div></a>
<a href="index.html"><div class="brand">zerohertzLib v1.0.2 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.1 documentation</span>
<span class="sidebar-brand-text">zerohertzLib v1.0.2 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,6 +512,12 @@ <h2>C</h2>
</li>
<li><a href="zerohertzLib.vision.html#zerohertzLib.vision.LabelStudio.classification">classification() (zerohertzLib.vision.LabelStudio method)</a>
</li>
<li><a href="zerohertzLib.mlops.html#zerohertzLib.mlops.TritonClientURL.load_model.params.client_timeout">client_timeout (zerohertzLib.mlops.TritonClientURL.load_model parameter)</a>

<ul>
<li><a href="zerohertzLib.mlops.html#zerohertzLib.mlops.TritonClientURL.unload_model.params.client_timeout">(zerohertzLib.mlops.TritonClientURL.unload_model parameter)</a>
</li>
</ul></li>
<li><a href="zerohertzLib.plot.html#zerohertzLib.plot.color.params.cnt">cnt (zerohertzLib.plot.color parameter)</a>

<ul>
Expand All @@ -520,6 +526,8 @@ <h2>C</h2>
<li><a href="zerohertzLib.vision.html#zerohertzLib.vision.ImageLoader.params.cnt">(zerohertzLib.vision.ImageLoader parameter)</a>
</li>
</ul></li>
<li><a href="zerohertzLib.vision.html#zerohertzLib.vision.LabelStudio.coco">coco() (zerohertzLib.vision.LabelStudio method)</a>
</li>
<li><a href="zerohertzLib.vision.html#zerohertzLib.vision.CocoLoader">CocoLoader (class in zerohertzLib.vision)</a>
</li>
<li><a href="zerohertzLib.api.html#zerohertzLib.api.Discord.message.params.codeblock">codeblock (zerohertzLib.api.Discord.message parameter)</a>
Expand Down Expand Up @@ -571,6 +579,8 @@ <h2>C</h2>
<li><a href="zerohertzLib.util.html#zerohertzLib.util.MakeData.condition">condition() (zerohertzLib.util.MakeData method)</a>
</li>
<li><a href="zerohertzLib.vision.html#zerohertzLib.vision.evaluation.params.confidences">confidences (zerohertzLib.vision.evaluation parameter)</a>
</li>
<li><a href="zerohertzLib.mlops.html#zerohertzLib.mlops.TritonClientURL.load_model.params.config">config (zerohertzLib.mlops.TritonClientURL.load_model parameter)</a>, <a href="zerohertzLib.mlops.html#zerohertzLib.mlops.TritonClientURL.load_model.params.config">[1]</a>
</li>
<li><a href="zerohertzLib.logging.html#zerohertzLib.logging.Logger.params.console_level">console_level (zerohertzLib.logging.Logger parameter)</a>
</li>
Expand Down Expand Up @@ -920,10 +930,16 @@ <h2>H</h2>
<td style="width: 33%; vertical-align: top;"><ul>
<li><a href="zerohertzLib.util.html#zerohertzLib.util.read_csv.params.header">header (zerohertzLib.util.read_csv parameter)</a>
</li>
<li><a href="zerohertzLib.algorithm.html#zerohertzLib.algorithm.heap_sort">heap_sort() (in module zerohertzLib.algorithm)</a>
<li><a href="zerohertzLib.mlops.html#zerohertzLib.mlops.TritonClientURL.load_model.params.headers">headers (zerohertzLib.mlops.TritonClientURL.load_model parameter)</a>

<ul>
<li><a href="zerohertzLib.mlops.html#zerohertzLib.mlops.TritonClientURL.unload_model.params.headers">(zerohertzLib.mlops.TritonClientURL.unload_model parameter)</a>
</li>
</ul></li>
</ul></td>
<td style="width: 33%; vertical-align: top;"><ul>
<li><a href="zerohertzLib.algorithm.html#zerohertzLib.algorithm.heap_sort">heap_sort() (in module zerohertzLib.algorithm)</a>
</li>
<li><a href="zerohertzLib.vision.html#zerohertzLib.vision.vert.params.height">height (zerohertzLib.vision.vert parameter)</a>
</li>
<li><a href="zerohertzLib.plot.html#zerohertzLib.plot.hist">hist() (in module zerohertzLib.plot)</a>
Expand Down Expand Up @@ -1006,12 +1022,6 @@ <h2>I</h2>
</li>
<li><a href="zerohertzLib.mlops.html#zerohertzLib.mlops.BaseTritonPythonModel.initialize">initialize() (zerohertzLib.mlops.BaseTritonPythonModel method)</a>
</li>
<li><a href="zerohertzLib.mlops.html#zerohertzLib.mlops.TritonClientK8s.inputs">inputs (zerohertzLib.mlops.TritonClientK8s attribute)</a>

<ul>
<li><a href="zerohertzLib.mlops.html#zerohertzLib.mlops.TritonClientURL.inputs">(zerohertzLib.mlops.TritonClientURL attribute)</a>
</li>
</ul></li>
<li><a href="zerohertzLib.algorithm.html#zerohertzLib.algorithm.insertion_sort">insertion_sort() (in module zerohertzLib.algorithm)</a>
</li>
<li><a href="zerohertzLib.plot.html#zerohertzLib.plot.pie.params.int_label">int_label (zerohertzLib.plot.pie parameter)</a>
Expand Down Expand Up @@ -1120,6 +1130,8 @@ <h2>L</h2>

<ul>
<li><a href="zerohertzLib.vision.html#zerohertzLib.vision.LabelStudio.classification.params.label">(zerohertzLib.vision.LabelStudio.classification parameter)</a>
</li>
<li><a href="zerohertzLib.vision.html#zerohertzLib.vision.LabelStudio.coco.params.label">(zerohertzLib.vision.LabelStudio.coco parameter)</a>
</li>
<li><a href="zerohertzLib.vision.html#zerohertzLib.vision.LabelStudio.labelme.params.label">(zerohertzLib.vision.LabelStudio.labelme parameter)</a>
</li>
Expand All @@ -1146,6 +1158,8 @@ <h2>L</h2>
</ul></li>
</ul></td>
<td style="width: 33%; vertical-align: top;"><ul>
<li><a href="zerohertzLib.mlops.html#zerohertzLib.mlops.TritonClientURL.load_model">load_model() (zerohertzLib.mlops.TritonClientURL method)</a>
</li>
<li><a href="zerohertzLib.logging.html#zerohertzLib.logging.Logger">Logger (class in zerohertzLib.logging)</a>
</li>
<li><a href="zerohertzLib.mlops.html#zerohertzLib.mlops.BaseTritonPythonModel.logger">logger (zerohertzLib.mlops.BaseTritonPythonModel attribute)</a>
Expand Down Expand Up @@ -1242,10 +1256,10 @@ <h2>M</h2>
</li>
<li><a href="zerohertzLib.api.html#zerohertzLib.api.OpenAI.model">model (zerohertzLib.api.OpenAI attribute)</a>
</li>
<li><a href="zerohertzLib.mlops.html#zerohertzLib.mlops.TritonClientK8s.params.model_name">model_name (zerohertzLib.mlops.TritonClientK8s parameter)</a>
<li><a href="zerohertzLib.mlops.html#zerohertzLib.mlops.TritonClientURL.load_model.params.model_name">model_name (zerohertzLib.mlops.TritonClientURL.load_model parameter)</a>

<ul>
<li><a href="zerohertzLib.mlops.html#zerohertzLib.mlops.TritonClientURL.params.model_name">(zerohertzLib.mlops.TritonClientURL parameter)</a>
<li><a href="zerohertzLib.mlops.html#zerohertzLib.mlops.TritonClientURL.unload_model.params.model_name">(zerohertzLib.mlops.TritonClientURL.unload_model parameter)</a>
</li>
</ul></li>
<li><a href="zerohertzLib.api.html#zerohertzLib.api.OpenAI.models">models (zerohertzLib.api.OpenAI attribute)</a>
Expand Down Expand Up @@ -1405,12 +1419,6 @@ <h2>O</h2>
</li>
<li><a href="zerohertzLib.api.html#zerohertzLib.api.OpenAI.organization">organization (zerohertzLib.api.OpenAI attribute)</a>
</li>
<li><a href="zerohertzLib.mlops.html#zerohertzLib.mlops.TritonClientK8s.outputs">outputs (zerohertzLib.mlops.TritonClientK8s attribute)</a>

<ul>
<li><a href="zerohertzLib.mlops.html#zerohertzLib.mlops.TritonClientURL.outputs">(zerohertzLib.mlops.TritonClientURL attribute)</a>
</li>
</ul></li>
<li><a href="zerohertzLib.plot.html#zerohertzLib.plot.hist.params.ovp">ovp (zerohertzLib.plot.hist parameter)</a>
</li>
</ul></td>
Expand Down Expand Up @@ -1491,9 +1499,11 @@ <h2>P</h2>
</ul></li>
<li><a href="zerohertzLib.plot.html#zerohertzLib.plot.plot">plot() (in module zerohertzLib.plot)</a>
</li>
<li><a href="zerohertzLib.vision.html#zerohertzLib.vision.cutout.params.poly">poly (zerohertzLib.vision.cutout parameter)</a>
<li><a href="zerohertzLib.vision.html#zerohertzLib.vision.CocoLoader.yolo.params.poly">poly (zerohertzLib.vision.CocoLoader.yolo parameter)</a>

<ul>
<li><a href="zerohertzLib.vision.html#zerohertzLib.vision.cutout.params.poly">(zerohertzLib.vision.cutout parameter)</a>
</li>
<li><a href="zerohertzLib.vision.html#zerohertzLib.vision.is_pts_in_poly.params.poly">(zerohertzLib.vision.is_pts_in_poly parameter)</a>
</li>
<li><a href="zerohertzLib.vision.html#zerohertzLib.vision.mask.params.poly">(zerohertzLib.vision.mask parameter)</a>
Expand Down Expand Up @@ -1609,8 +1619,12 @@ <h2>R</h2>
</li>
<li><a href="zerohertzLib.api.html#zerohertzLib.api.KoreaInvestment.response2ohlcv">response2ohlcv() (zerohertzLib.api.KoreaInvestment method)</a>
</li>
<li><a href="zerohertzLib.vision.html#zerohertzLib.vision.transparent.params.reverse">reverse (zerohertzLib.vision.transparent parameter)</a>
<li><a href="zerohertzLib.mlops.html#zerohertzLib.mlops.TritonClientURL.status.params.reverse">reverse (zerohertzLib.mlops.TritonClientURL.status parameter)</a>

<ul>
<li><a href="zerohertzLib.vision.html#zerohertzLib.vision.transparent.params.reverse">(zerohertzLib.vision.transparent parameter)</a>
</li>
</ul></li>
<li><a href="zerohertzLib.util.html#zerohertzLib.util.rmtree">rmtree() (in module zerohertzLib.util)</a>
</li>
<li><a href="zerohertzLib.plot.html#zerohertzLib.plot.barh.params.rot">rot (zerohertzLib.plot.barh parameter)</a>
Expand Down Expand Up @@ -1705,10 +1719,10 @@ <h2>S</h2>
</ul></li>
<li><a href="zerohertzLib.logging.html#zerohertzLib.logging.Logger.params.slack">slack (zerohertzLib.logging.Logger parameter)</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>
</ul></td>
<td style="width: 33%; vertical-align: top;"><ul>
<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 All @@ -1718,6 +1732,8 @@ <h2>S</h2>
<li><a href="zerohertzLib.algorithm.html#zerohertzLib.algorithm.soe">soe() (in module zerohertzLib.algorithm)</a>
</li>
<li><a href="zerohertzLib.util.html#zerohertzLib.util.sort_dict">sort_dict() (in module zerohertzLib.util)</a>
</li>
<li><a href="zerohertzLib.mlops.html#zerohertzLib.mlops.TritonClientURL.status.params.sortby">sortby (zerohertzLib.mlops.TritonClientURL.status parameter)</a>
</li>
<li><a href="zerohertzLib.algorithm.html#zerohertzLib.algorithm.bisect_left.params.sorted_list">sorted_list (zerohertzLib.algorithm.bisect_left parameter)</a>

Expand Down Expand Up @@ -1756,6 +1772,8 @@ <h2>S</h2>
</li>
</ul></li>
<li><a href="zerohertzLib.util.html#zerohertzLib.util.MakeData.params.start_json_path">start_json_path (zerohertzLib.util.MakeData parameter)</a>
</li>
<li><a href="zerohertzLib.mlops.html#zerohertzLib.mlops.TritonClientURL.status">status() (zerohertzLib.mlops.TritonClientURL method)</a>
</li>
<li><a href="zerohertzLib.monitoring.html#zerohertzLib.monitoring.storage">storage() (in module zerohertzLib.monitoring)</a>
</li>
Expand Down Expand Up @@ -1963,9 +1981,13 @@ <h2>U</h2>
<li><a href="zerohertzLib.algorithm.html#zerohertzLib.algorithm.DisjointSetSize.union">(zerohertzLib.algorithm.DisjointSetSize method)</a>
</li>
</ul></li>
<li><a href="zerohertzLib.util.html#zerohertzLib.util.JsonDir.unique">unique() (zerohertzLib.util.JsonDir method)</a>
</li>
</ul></td>
<td style="width: 33%; vertical-align: top;"><ul>
<li><a href="zerohertzLib.util.html#zerohertzLib.util.JsonDir.unique">unique() (zerohertzLib.util.JsonDir method)</a>
<li><a href="zerohertzLib.mlops.html#zerohertzLib.mlops.TritonClientURL.unload_model.params.unload_dependents">unload_dependents (zerohertzLib.mlops.TritonClientURL.unload_model parameter)</a>
</li>
<li><a href="zerohertzLib.mlops.html#zerohertzLib.mlops.TritonClientURL.unload_model">unload_model() (zerohertzLib.mlops.TritonClientURL method)</a>
</li>
<li><a href="zerohertzLib.quant.html#zerohertzLib.quant.rsi.params.upper_bound">upper_bound (zerohertzLib.quant.rsi parameter)</a>
</li>
Expand Down Expand Up @@ -2243,7 +2265,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=aabfef7a"></script>
<script data-url_root="./" id="documentation_options" src="_static/documentation_options.js?v=9d476510"></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

0 comments on commit e6e3b1e

Please sign in to comment.