diff --git a/docs/assets/monitoring/storage.png b/docs/assets/monitoring/storage.png index de49da3c..af8484a9 100644 Binary files a/docs/assets/monitoring/storage.png and b/docs/assets/monitoring/storage.png differ diff --git a/docs/assets/plot/candle.png b/docs/assets/plot/candle.png index 3fb53d66..01eb3769 100644 Binary files a/docs/assets/plot/candle.png and b/docs/assets/plot/candle.png differ diff --git a/docs/assets/plot/hist.png b/docs/assets/plot/hist.png index 3b2a6076..db91826f 100644 Binary files a/docs/assets/plot/hist.png and b/docs/assets/plot/hist.png differ diff --git a/docs/assets/plot/pie.png b/docs/assets/plot/pie.png index a49de84a..f8a53e8f 100644 Binary files a/docs/assets/plot/pie.png and b/docs/assets/plot/pie.png differ diff --git a/docs/assets/plot/plot.1.png b/docs/assets/plot/plot.1.png index 64896970..868b4ce9 100644 Binary files a/docs/assets/plot/plot.1.png and b/docs/assets/plot/plot.1.png differ diff --git a/docs/assets/plot/plot.2.png b/docs/assets/plot/plot.2.png index 030b324b..8caf6353 100644 Binary files a/docs/assets/plot/plot.2.png and b/docs/assets/plot/plot.2.png differ diff --git a/docs/assets/plot/scatter.png b/docs/assets/plot/scatter.png index ef0ad3d9..b44a354e 100644 Binary files a/docs/assets/plot/scatter.png and b/docs/assets/plot/scatter.png differ diff --git a/docs/assets/quant/bollinger_bands.png b/docs/assets/quant/bollinger_bands.png index eb444e3b..c677643a 100644 Binary files a/docs/assets/quant/bollinger_bands.png and b/docs/assets/quant/bollinger_bands.png differ diff --git a/docs/assets/quant/macd.png b/docs/assets/quant/macd.png index eb636fde..068f3895 100644 Binary files a/docs/assets/quant/macd.png and b/docs/assets/quant/macd.png differ diff --git a/docs/assets/quant/momentum.png b/docs/assets/quant/momentum.png index bf0e489a..c1a7c512 100644 Binary files a/docs/assets/quant/momentum.png and b/docs/assets/quant/momentum.png differ diff --git a/docs/assets/quant/moving_average.png b/docs/assets/quant/moving_average.png index d6483374..da80d251 100644 Binary files a/docs/assets/quant/moving_average.png and b/docs/assets/quant/moving_average.png differ diff --git a/docs/assets/quant/rsi.png b/docs/assets/quant/rsi.png index 3f2071da..2eca25b2 100644 Binary files a/docs/assets/quant/rsi.png and b/docs/assets/quant/rsi.png differ diff --git a/docs/assets/vision/grid.png b/docs/assets/vision/grid.png index 9c0b6b28..48ae790e 100644 Binary files a/docs/assets/vision/grid.png and b/docs/assets/vision/grid.png differ diff --git a/docs/assets/vision/mask.png b/docs/assets/vision/mask.png index 3a3095cf..814afc99 100644 Binary files a/docs/assets/vision/mask.png and b/docs/assets/vision/mask.png differ diff --git a/docs/assets/vision/vert.png b/docs/assets/vision/vert.png index ce8de28a..9c674f3f 100644 Binary files a/docs/assets/vision/vert.png and b/docs/assets/vision/vert.png differ diff --git a/docs/release/v1.2.md b/docs/release/v1.2.md index 295d6d87..22bfb06e 100644 --- a/docs/release/v1.2.md +++ b/docs/release/v1.2.md @@ -1,5 +1,27 @@ # v1.2 +## v1.2.8 + +

[v1.2.8] Release (#393)

+ +!!! tip "Release Date" + 2026/02/08 + +

+fix +release +feat/quant +

+ + +

Features

+ +- `quant` + - `Quant` class의 `top` parameter의 관련 logic 누락 수정 + - `QuantBot` class 구동 시 진행 상황 update 기능 개발 + - `QuantBot` class의 message format 변경 (`>` → `#`) + - `QuantBot` class 구동 완료 시 연산 시간 log에 대해 유효숫자 제한 (`sign=2`) + ## v1.2.7

[v1.2.7] Release (#391)

diff --git a/zerohertzLib/__init__.py b/zerohertzLib/__init__.py index 943b590b..6cda932c 100644 --- a/zerohertzLib/__init__.py +++ b/zerohertzLib/__init__.py @@ -29,4 +29,4 @@ print("=" * 100) __all__ = ["algorithm", "monitoring", "plot", "util", "api", "mlops", "quant", "vision"] -__version__ = "v1.2.7" +__version__ = "v1.2.8"