diff --git a/Jenkinsfile b/Jenkinsfile
index f8503dce..beccc9a9 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -141,8 +141,8 @@ spec:
def startTime = System.currentTimeMillis()
setBuildStatus("Build...", "PENDING", "$STAGE_NAME")
container("python") {
- sh "apt update"
- sh "python setup.py sdist bdist_wheel"
+ sh "pip install build"
+ sh "python -m build ."
}
def endTime = System.currentTimeMillis()
def DURATION = (endTime - startTime) / 1000
@@ -180,6 +180,7 @@ spec:
def startTime = System.currentTimeMillis()
setBuildStatus("Test...", "PENDING", "$STAGE_NAME")
container("python") {
+ sh "apt update"
sh "apt install python3-opencv -y"
sh "pip install pytest"
sh "pytest"
diff --git a/docs/.buildinfo b/docs/.buildinfo
index 745d9b94..c0b046ee 100644
--- a/docs/.buildinfo
+++ b/docs/.buildinfo
@@ -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: e4ac437710c4a757c6c84ea615d14e30
+config: fe7cf87f2137145d4f413c119cf022d3
tags: 645f666f9bcd5a90fca523b33c5a78b7
diff --git a/docs/_images/monitoring.storage.png b/docs/_images/monitoring.storage.png
index 508931f1..d7f20d6d 100644
Binary files a/docs/_images/monitoring.storage.png and b/docs/_images/monitoring.storage.png differ
diff --git a/docs/_images/plot.candle.png b/docs/_images/plot.candle.png
index 7f343b3a..d04518a7 100644
Binary files a/docs/_images/plot.candle.png and b/docs/_images/plot.candle.png differ
diff --git a/docs/_images/plot.hist.png b/docs/_images/plot.hist.png
index a7c7e576..8418a8c3 100644
Binary files a/docs/_images/plot.hist.png and b/docs/_images/plot.hist.png differ
diff --git a/docs/_images/plot.plot.1.png b/docs/_images/plot.plot.1.png
index 5c1df211..7d4bf5ed 100644
Binary files a/docs/_images/plot.plot.1.png and b/docs/_images/plot.plot.1.png differ
diff --git a/docs/_images/plot.plot.2.png b/docs/_images/plot.plot.2.png
index 9973fb94..f4235283 100644
Binary files a/docs/_images/plot.plot.2.png and b/docs/_images/plot.plot.2.png differ
diff --git a/docs/_images/plot.scatter.png b/docs/_images/plot.scatter.png
index 3f235fb6..72ca573a 100644
Binary files a/docs/_images/plot.scatter.png and b/docs/_images/plot.scatter.png differ
diff --git a/docs/_images/quant.bollinger_bands.png b/docs/_images/quant.bollinger_bands.png
index 2cba1e8c..8225348b 100644
Binary files a/docs/_images/quant.bollinger_bands.png and b/docs/_images/quant.bollinger_bands.png differ
diff --git a/docs/_images/quant.macd.png b/docs/_images/quant.macd.png
index 248b79c8..f9b7cb8e 100644
Binary files a/docs/_images/quant.macd.png and b/docs/_images/quant.macd.png differ
diff --git a/docs/_images/quant.momentum.png b/docs/_images/quant.momentum.png
index 0720c20d..d94fb35c 100644
Binary files a/docs/_images/quant.momentum.png and b/docs/_images/quant.momentum.png differ
diff --git a/docs/_images/quant.moving_average.png b/docs/_images/quant.moving_average.png
index 9d7205c6..5a7cc319 100644
Binary files a/docs/_images/quant.moving_average.png and b/docs/_images/quant.moving_average.png differ
diff --git a/docs/_images/quant.rsi.png b/docs/_images/quant.rsi.png
index a1dcfd2b..183b62ad 100644
Binary files a/docs/_images/quant.rsi.png and b/docs/_images/quant.rsi.png differ
diff --git a/docs/_images/vision.grid.png b/docs/_images/vision.grid.png
index ee8be85a..170e82bf 100644
Binary files a/docs/_images/vision.grid.png and b/docs/_images/vision.grid.png differ
diff --git a/docs/_images/vision.mask.png b/docs/_images/vision.mask.png
index aaedad63..0f0bf266 100644
Binary files a/docs/_images/vision.mask.png and b/docs/_images/vision.mask.png differ
diff --git a/docs/_images/vision.vert.png b/docs/_images/vision.vert.png
index 6a38148b..f73546a7 100644
Binary files a/docs/_images/vision.vert.png and b/docs/_images/vision.vert.png differ
diff --git a/docs/_sources/release/v1.1.md.txt b/docs/_sources/release/v1.1.md.txt
index ee03966f..63e45e8c 100644
--- a/docs/_sources/release/v1.1.md.txt
+++ b/docs/_sources/release/v1.1.md.txt
@@ -1,5 +1,34 @@
# v1.1
+## v1.1.2
+
+
[v1.1.2] Release (#305)
+
+```{admonition} Release Date
+:class: tip
+
+2024/05/31
+```
+
+
+
+
+
+
+
+
+
+Features
+
++ `mlops`
+ + Triton inference server의 제어 및 상태 조회 CLI `trictl` 개발
++ `vision`
+ + 지정된 directory 내 image들을 병합하는 CLI `vert`와 `grid` 개발
+
+Chore
+
++ Legacy packaging 제거 (`setup.py`에서 `pyproject.toml`로 변경)
++ `apt update` 위치 변경
## v1.1.1
[v1.1.1] Release (#303)
diff --git a/docs/_static/documentation_options.js b/docs/_static/documentation_options.js
index b0a2882d..c3919bf5 100644
--- a/docs/_static/documentation_options.js
+++ b/docs/_static/documentation_options.js
@@ -1,5 +1,5 @@
const DOCUMENTATION_OPTIONS = {
- VERSION: 'v1.1.1',
+ VERSION: 'v1.1.2',
LANGUAGE: 'en',
COLLAPSE_INDEX: false,
BUILDER: 'html',
diff --git a/docs/_static/examples/dynamic/monitoring.storage.png b/docs/_static/examples/dynamic/monitoring.storage.png
index 508931f1..d7f20d6d 100644
Binary files a/docs/_static/examples/dynamic/monitoring.storage.png and b/docs/_static/examples/dynamic/monitoring.storage.png differ
diff --git a/docs/_static/examples/dynamic/plot.candle.png b/docs/_static/examples/dynamic/plot.candle.png
index 7f343b3a..d04518a7 100644
Binary files a/docs/_static/examples/dynamic/plot.candle.png and b/docs/_static/examples/dynamic/plot.candle.png differ
diff --git a/docs/_static/examples/dynamic/plot.hist.png b/docs/_static/examples/dynamic/plot.hist.png
index a7c7e576..8418a8c3 100644
Binary files a/docs/_static/examples/dynamic/plot.hist.png and b/docs/_static/examples/dynamic/plot.hist.png differ
diff --git a/docs/_static/examples/dynamic/plot.plot.1.png b/docs/_static/examples/dynamic/plot.plot.1.png
index 5c1df211..7d4bf5ed 100644
Binary files a/docs/_static/examples/dynamic/plot.plot.1.png and b/docs/_static/examples/dynamic/plot.plot.1.png differ
diff --git a/docs/_static/examples/dynamic/plot.plot.2.png b/docs/_static/examples/dynamic/plot.plot.2.png
index 9973fb94..f4235283 100644
Binary files a/docs/_static/examples/dynamic/plot.plot.2.png and b/docs/_static/examples/dynamic/plot.plot.2.png differ
diff --git a/docs/_static/examples/dynamic/plot.scatter.png b/docs/_static/examples/dynamic/plot.scatter.png
index 3f235fb6..72ca573a 100644
Binary files a/docs/_static/examples/dynamic/plot.scatter.png and b/docs/_static/examples/dynamic/plot.scatter.png differ
diff --git a/docs/_static/examples/dynamic/quant.bollinger_bands.png b/docs/_static/examples/dynamic/quant.bollinger_bands.png
index 2cba1e8c..8225348b 100644
Binary files a/docs/_static/examples/dynamic/quant.bollinger_bands.png and b/docs/_static/examples/dynamic/quant.bollinger_bands.png differ
diff --git a/docs/_static/examples/dynamic/quant.macd.png b/docs/_static/examples/dynamic/quant.macd.png
index 248b79c8..f9b7cb8e 100644
Binary files a/docs/_static/examples/dynamic/quant.macd.png and b/docs/_static/examples/dynamic/quant.macd.png differ
diff --git a/docs/_static/examples/dynamic/quant.momentum.png b/docs/_static/examples/dynamic/quant.momentum.png
index 0720c20d..d94fb35c 100644
Binary files a/docs/_static/examples/dynamic/quant.momentum.png and b/docs/_static/examples/dynamic/quant.momentum.png differ
diff --git a/docs/_static/examples/dynamic/quant.moving_average.png b/docs/_static/examples/dynamic/quant.moving_average.png
index 9d7205c6..5a7cc319 100644
Binary files a/docs/_static/examples/dynamic/quant.moving_average.png and b/docs/_static/examples/dynamic/quant.moving_average.png differ
diff --git a/docs/_static/examples/dynamic/quant.rsi.png b/docs/_static/examples/dynamic/quant.rsi.png
index a1dcfd2b..183b62ad 100644
Binary files a/docs/_static/examples/dynamic/quant.rsi.png and b/docs/_static/examples/dynamic/quant.rsi.png differ
diff --git a/docs/_static/examples/dynamic/vision.grid.png b/docs/_static/examples/dynamic/vision.grid.png
index ee8be85a..170e82bf 100644
Binary files a/docs/_static/examples/dynamic/vision.grid.png and b/docs/_static/examples/dynamic/vision.grid.png differ
diff --git a/docs/_static/examples/dynamic/vision.mask.png b/docs/_static/examples/dynamic/vision.mask.png
index aaedad63..0f0bf266 100644
Binary files a/docs/_static/examples/dynamic/vision.mask.png and b/docs/_static/examples/dynamic/vision.mask.png differ
diff --git a/docs/_static/examples/dynamic/vision.vert.png b/docs/_static/examples/dynamic/vision.vert.png
index 6a38148b..f73546a7 100644
Binary files a/docs/_static/examples/dynamic/vision.vert.png and b/docs/_static/examples/dynamic/vision.vert.png differ
diff --git a/docs/cicd.html b/docs/cicd.html
index 4397594c..615edb3b 100644
--- a/docs/cicd.html
+++ b/docs/cicd.html
@@ -16,10 +16,10 @@
-
+
-
+
@@ -28,7 +28,7 @@
- CI/CD Pipelines - zerohertzLib v1.1.1 documentation
+ CI/CD Pipelines - zerohertzLib v1.1.2 documentation
@@ -212,7 +212,7 @@