Skip to content

[v1.1.9] Release (PyPI deployment failed) #348

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

Merged
merged 22 commits into from
Dec 26, 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
6 changes: 4 additions & 2 deletions .pylintrc
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[MESSAGES CONTROL]
disable = C0116, C0301, C0302, E1101, E1133, R0801, R0902, R0903, R907, R0911, R0912, R0913, R0914, R0915, R0917, W0201, W0212, W0613, W0718, W1401
disable = C0116, C0301, C0302, E1101, E1133, R0801, R0902, R0903, R0911, R0912, R0913, R0914, R0915, R0917, W0201, W0212, W0613, W0718, W1401

; C0116: Missing function or method docstring (missing-function-docstring)
; C0301: Line too long (line-too-long)
Expand All @@ -9,7 +9,6 @@ disable = C0116, C0301, C0302, E1101, E1133, R0801, R0902, R0903, R907, R0911, R
; R0801: Similar lines in 2 files
; R0902: Too many instance attributes (too-many-instance-attributes)
; R0903: Too few public methods (too-few-public-methods)
; R0907: Too many positional arguments (*/5) (too-many-positional-arguments)
; R0911: Too many return statements (too-many-return-statements)
; R0912: Too many branches (too-many-branches)
; R0913: Too many arguments (too-many-arguments)
Expand All @@ -21,3 +20,6 @@ disable = C0116, C0301, C0302, E1101, E1133, R0801, R0902, R0903, R907, R0911, R
; W0613: Unused argument '*' (unused-argument)
; W0718: Catching too general exception Exception (broad-exception-caught)
; W1401: Anomalous backslash in string: '\.'. String constant might be missing an r prefix. (anomalous-backslash-in-string)

; Deprecated
; R0907: Too many positional arguments (*/5) (too-many-positional-arguments)
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 records the configuration used when building these files. When it is not found, a full rebuild will be done.
config: a089f1da29b52cb2347385ee0df71b89
config: 4565962708f18297bd29a52689fda0a0
tags: 645f666f9bcd5a90fca523b33c5a78b7
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.pie.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.
40 changes: 40 additions & 0 deletions docs/_sources/release/v1.1.md.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,45 @@
# v1.1

## v1.1.9

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

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

2024/12/26
```

<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/monitoring"><img src="https://img.shields.io/badge/feat/monitoring-31395C?style=flat-square&logo=github" alt="feat/monitoring"/></a>
<a href="https://github.com/Zerohertz/zerohertzLib/pulls?q=is:pr label:feat/plot"><img src="https://img.shields.io/badge/feat/plot-968B14?style=flat-square&logo=github" alt="feat/plot"/></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:style"><img src="https://img.shields.io/badge/style-03A17F?style=flat-square&logo=github" alt="style"/></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>
<a href="https://github.com/Zerohertz/zerohertzLib/pulls?q=is:pr label:feat/quant"><img src="https://img.shields.io/badge/feat/quant-ededed?style=flat-square&logo=github" alt="feat/quant"/></a>
</p>


<h4>Features</h4>

- `plot`
- `plot`
- 여러 x축에 대한 기능 추가 (`list` & `dict`)
- Singleton pattern으로 구현된 `LINESTYLE`, `MARKER` 추가
- `scatter`
- `plot`과 동일한 data type을 입력받도록 수정
- Singleton pattern으로 구현된 `MARKER` 추가
- `figure` 함수가 `matplotlib.figure.Figure`를 return 하도록 수정
- `matplotlib`의 `subplot` 함수 추가
- `candle`, `table`을 제외한 모든 `plot` 계열 함수에 대해 auto save 기능 추가 (`save` 입력 삭제)
- `monitoring`, `quant`, `vision`
- 각종 함수에서 사용하는 `plot` 및 `scatter` 함수의 변경에 따른 refactoring

<h4>Chore</h4>

- PyTest 실행 시 `api` 함수들에서 `HTTP 429 Too Many Requests` 오류를 방지하기 위해 `TIME_SLEEP` 범위 확대
## v1.1.8

<h3>[v1.1.8] Chore update (<a href=https://github.com/Zerohertz/zerohertzLib/pull/346>#346</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,5 +1,5 @@
const DOCUMENTATION_OPTIONS = {
VERSION: 'v1.1.8',
VERSION: 'v1.1.9',
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.pie.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
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.1.8 Documents" />
<meta property="og:site_name" content="Zerohertz's Library v1.1.9 Documents" />
<meta property="og:description" content="Branch Rules: Dev Branch: dev-* push- check-pr: Check if a PR is open for the dev-* branch, build: Install dependencies & build package, lint: Check format of python codes, test: Do PyTest., dev-* ..." />
<meta property="og:image" content="https://zerohertz.github.io/zerohertzLib/_static/zerohertzLib-black-red-og.png" />
<meta property="og:image:alt" content="Zerohertz's Library v1.1.8 Documents" />
<meta property="og:image:alt" content="Zerohertz's Library v1.1.9 Documents" />
<meta name="description" content="Branch Rules: Dev Branch: dev-* push- check-pr: Check if a PR is open for the dev-* branch, build: Install dependencies & build package, lint: Check format of python codes, test: Do PyTest., dev-* ..." />
<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 8.1.3 and Furo 2024.08.06 -->
<title>CI/CD Pipelines - zerohertzLib v1.1.8 documentation</title>
<title>CI/CD Pipelines - zerohertzLib v1.1.9 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=354aac6f" />
<link rel="stylesheet" type="text/css" href="_static/copybutton.css?v=76b2166b" />
Expand Down Expand Up @@ -199,7 +199,7 @@
</label>
</div>
<div class="header-center">
<a href="index.html"><div class="brand">zerohertzLib v1.1.8 documentation</div></a>
<a href="index.html"><div class="brand">zerohertzLib v1.1.9 documentation</div></a>
</div>
<div class="header-right">
<div class="theme-toggle-container theme-toggle-header">
Expand All @@ -226,7 +226,7 @@
<img class="sidebar-logo" src="_static/zerohertzLib-tp-red.png" alt="Logo"/>
</div>

<span class="sidebar-brand-text">zerohertzLib v1.1.8 documentation</span>
<span class="sidebar-brand-text">zerohertzLib v1.1.9 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 @@ -628,7 +628,7 @@ <h3>Chore Branch</h3>
</div>
</div><script src="_static/jquery.js?v=5d32c60e"></script>
<script src="_static/_sphinx_javascript_frameworks_compat.js?v=2cd50e6c"></script>
<script src="_static/documentation_options.js?v=24a4a141"></script>
<script src="_static/documentation_options.js?v=80dc2558"></script>
<script src="_static/doctools.js?v=9bcbadda"></script>
<script src="_static/sphinx_highlight.js?v=dc90522c"></script>
<script src="_static/scripts/furo.js?v=5fa4622c"></script>
Expand Down
54 changes: 26 additions & 28 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 8.1.3 and Furo 2024.08.06 --><title>Index - zerohertzLib v1.1.8 documentation</title>
<!-- Generated with Sphinx 8.1.3 and Furo 2024.08.06 --><title>Index - zerohertzLib v1.1.9 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=354aac6f" />
<link rel="stylesheet" type="text/css" href="_static/copybutton.css?v=76b2166b" />
Expand Down Expand Up @@ -186,7 +186,7 @@
</label>
</div>
<div class="header-center">
<a href="index.html"><div class="brand">zerohertzLib v1.1.8 documentation</div></a>
<a href="index.html"><div class="brand">zerohertzLib v1.1.9 documentation</div></a>
</div>
<div class="header-right">
<div class="theme-toggle-container theme-toggle-header">
Expand All @@ -213,7 +213,7 @@
<img class="sidebar-logo" src="_static/zerohertzLib-tp-red.png" alt="Logo"/>
</div>

<span class="sidebar-brand-text">zerohertzLib v1.1.8 documentation</span>
<span class="sidebar-brand-text">zerohertzLib v1.1.9 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 @@ -658,8 +658,6 @@ <h2>D</h2>
<li><a href="zerohertzLib.plot.html#zerohertzLib.plot.hist.params.data">(zerohertzLib.plot.hist parameter)</a>
</li>
<li><a href="zerohertzLib.plot.html#zerohertzLib.plot.pie.params.data">(zerohertzLib.plot.pie parameter)</a>
</li>
<li><a href="zerohertzLib.plot.html#zerohertzLib.plot.scatter.params.data">(zerohertzLib.plot.scatter parameter)</a>
</li>
<li><a href="zerohertzLib.plot.html#zerohertzLib.plot.table.params.data">(zerohertzLib.plot.table parameter)</a>
</li>
Expand Down Expand Up @@ -704,10 +702,10 @@ <h2>D</h2>
</ul></li>
<li><a href="zerohertzLib.algorithm.html#zerohertzLib.algorithm.dfs">dfs() (in module zerohertzLib.algorithm)</a>
</li>
</ul></td>
<td style="width: 33%; vertical-align: top;"><ul>
<li><a href="zerohertzLib.algorithm.html#zerohertzLib.algorithm.dijkstra">dijkstra() (in module zerohertzLib.algorithm)</a>
</li>
</ul></td>
<td style="width: 33%; vertical-align: top;"><ul>
<li><a href="zerohertzLib.plot.html#zerohertzLib.plot.barh.params.dim">dim (zerohertzLib.plot.barh parameter)</a>

<ul>
Expand Down Expand Up @@ -1050,6 +1048,8 @@ <h2>I</h2>
<li><a href="zerohertzLib.vision.html#zerohertzLib.vision.vert.params.imgs">(zerohertzLib.vision.vert parameter)</a>
</li>
</ul></li>
<li><a href="zerohertzLib.plot.html#zerohertzLib.plot.subplot.params.index">index (zerohertzLib.plot.subplot parameter)</a>
</li>
<li><a href="zerohertzLib.quant.html#zerohertzLib.quant.QuantSlackBot.index">index() (zerohertzLib.quant.QuantSlackBot method)</a>
</li>
<li><a href="zerohertzLib.vision.html#zerohertzLib.vision.evaluation.params.inf_classes">inf_classes (zerohertzLib.vision.evaluation parameter)</a>
Expand Down Expand Up @@ -1391,6 +1391,8 @@ <h2>N</h2>
<li><a href="zerohertzLib.plot.html#zerohertzLib.plot.scatter.params.ncol">(zerohertzLib.plot.scatter parameter)</a>
</li>
</ul></li>
<li><a href="zerohertzLib.plot.html#zerohertzLib.plot.subplot.params.ncols">ncols (zerohertzLib.plot.subplot parameter)</a>
</li>
<li><a href="zerohertzLib.algorithm.html#zerohertzLib.algorithm.DisjointSet.find.params.node">node (zerohertzLib.algorithm.DisjointSet.find parameter)</a>
</li>
<li><a href="zerohertzLib.algorithm.html#zerohertzLib.algorithm.DisjointSet.union.params.node1">node1 (zerohertzLib.algorithm.DisjointSet.union parameter)</a>
Expand All @@ -1409,6 +1411,8 @@ <h2>N</h2>
<li><a href="zerohertzLib.algorithm.html#zerohertzLib.algorithm.DisjointSetSize.union.params.node2">(zerohertzLib.algorithm.DisjointSetSize.union parameter)</a>
</li>
</ul></li>
<li><a href="zerohertzLib.plot.html#zerohertzLib.plot.subplot.params.nrows">nrows (zerohertzLib.plot.subplot parameter)</a>
</li>
<li><a href="zerohertzLib.quant.html#zerohertzLib.quant.bollinger_bands.params.num_std_dev">num_std_dev (zerohertzLib.quant.bollinger_bands parameter)</a>
</li>
</ul></td>
Expand Down Expand Up @@ -1685,22 +1689,6 @@ <h2>R</h2>
<h2>S</h2>
<table style="width: 100%" class="indextable genindextable"><tr>
<td style="width: 33%; vertical-align: top;"><ul>
<li><a href="zerohertzLib.plot.html#zerohertzLib.plot.barh.params.save">save (zerohertzLib.plot.barh parameter)</a>

<ul>
<li><a href="zerohertzLib.plot.html#zerohertzLib.plot.barv.params.save">(zerohertzLib.plot.barv parameter)</a>
</li>
<li><a href="zerohertzLib.plot.html#zerohertzLib.plot.candle.params.save">(zerohertzLib.plot.candle parameter)</a>
</li>
<li><a href="zerohertzLib.plot.html#zerohertzLib.plot.hist.params.save">(zerohertzLib.plot.hist parameter)</a>
</li>
<li><a href="zerohertzLib.plot.html#zerohertzLib.plot.pie.params.save">(zerohertzLib.plot.pie parameter)</a>
</li>
<li><a href="zerohertzLib.plot.html#zerohertzLib.plot.plot.params.save">(zerohertzLib.plot.plot parameter)</a>
</li>
<li><a href="zerohertzLib.plot.html#zerohertzLib.plot.scatter.params.save">(zerohertzLib.plot.scatter parameter)</a>
</li>
</ul></li>
<li><a href="zerohertzLib.plot.html#zerohertzLib.plot.savefig">savefig() (in module zerohertzLib.plot)</a>
</li>
<li><a href="zerohertzLib.plot.html#zerohertzLib.plot.scatter">scatter() (in module zerohertzLib.plot)</a>
Expand Down Expand Up @@ -1757,8 +1745,6 @@ <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>
<li><a href="zerohertzLib.logging.html#zerohertzLib.logging.SlackBotHandler">SlackBotHandler (class in zerohertzLib.logging)</a>
Expand All @@ -1767,6 +1753,8 @@ <h2>S</h2>
</li>
<li><a href="zerohertzLib.logging.html#zerohertzLib.logging.SlackWebhookHandler">SlackWebhookHandler (class in zerohertzLib.logging)</a>
</li>
</ul></td>
<td style="width: 33%; vertical-align: top;"><ul>
<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>
Expand Down Expand Up @@ -1814,6 +1802,8 @@ <h2>S</h2>
<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>
<li><a href="zerohertzLib.plot.html#zerohertzLib.plot.subplot">subplot() (in module zerohertzLib.plot)</a>
</li>
<li><a href="zerohertzLib.mlops.html#zerohertzLib.mlops.TritonClientK8s.params.svc_name">svc_name (zerohertzLib.mlops.TritonClientK8s parameter)</a>
</li>
Expand Down Expand Up @@ -2120,7 +2110,11 @@ <h2>X</h2>
<table style="width: 100%" class="indextable genindextable"><tr>
<td style="width: 33%; vertical-align: top;"><ul>
<li><a href="zerohertzLib.plot.html#zerohertzLib.plot.plot.params.xdata">xdata (zerohertzLib.plot.plot parameter)</a>

<ul>
<li><a href="zerohertzLib.plot.html#zerohertzLib.plot.scatter.params.xdata">(zerohertzLib.plot.scatter parameter)</a>
</li>
</ul></li>
<li><a href="zerohertzLib.plot.html#zerohertzLib.plot.barh.params.xlab">xlab (zerohertzLib.plot.barh parameter)</a>

<ul>
Expand Down Expand Up @@ -2160,7 +2154,11 @@ <h2>Y</h2>
<table style="width: 100%" class="indextable genindextable"><tr>
<td style="width: 33%; vertical-align: top;"><ul>
<li><a href="zerohertzLib.plot.html#zerohertzLib.plot.plot.params.ydata">ydata (zerohertzLib.plot.plot parameter)</a>

<ul>
<li><a href="zerohertzLib.plot.html#zerohertzLib.plot.scatter.params.ydata">(zerohertzLib.plot.scatter parameter)</a>
</li>
</ul></li>
<li><a href="zerohertzLib.plot.html#zerohertzLib.plot.barh.params.ylab">ylab (zerohertzLib.plot.barh parameter)</a>

<ul>
Expand All @@ -2173,6 +2171,8 @@ <h2>Y</h2>
<li><a href="zerohertzLib.plot.html#zerohertzLib.plot.scatter.params.ylab">(zerohertzLib.plot.scatter parameter)</a>
</li>
</ul></li>
</ul></td>
<td style="width: 33%; vertical-align: top;"><ul>
<li><a href="zerohertzLib.plot.html#zerohertzLib.plot.barh.params.ylim">ylim (zerohertzLib.plot.barh parameter)</a>

<ul>
Expand All @@ -2185,8 +2185,6 @@ <h2>Y</h2>
<li><a href="zerohertzLib.plot.html#zerohertzLib.plot.scatter.params.ylim">(zerohertzLib.plot.scatter parameter)</a>
</li>
</ul></li>
</ul></td>
<td style="width: 33%; vertical-align: top;"><ul>
<li><a href="zerohertzLib.vision.html#zerohertzLib.vision.CocoLoader.yolo">yolo() (zerohertzLib.vision.CocoLoader method)</a>

<ul>
Expand Down Expand Up @@ -2309,7 +2307,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 src="_static/documentation_options.js?v=24a4a141"></script>
<script src="_static/documentation_options.js?v=80dc2558"></script>
<script src="_static/doctools.js?v=9bcbadda"></script>
<script src="_static/sphinx_highlight.js?v=dc90522c"></script>
<script src="_static/scripts/furo.js?v=5fa4622c"></script>
Expand Down
Loading
Loading