Skip to content

Commit

Permalink
Merge pull request #65 from Zerohertz/dev-v0.2.3
Browse files Browse the repository at this point in the history
[v0.2.3] Release
  • Loading branch information
Zerohertz authored Nov 16, 2023
2 parents 97e1037 + dfd53a0 commit 97f52f9
Show file tree
Hide file tree
Showing 57 changed files with 6,690 additions and 165 deletions.
8 changes: 3 additions & 5 deletions .github/ISSUE_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
## ๋‚ด์šฉ
### Problem Definition

ISSUE์˜ ๋‚ด์šฉ์„ ์ ์–ด์ฃผ์„ธ์š”.
CONTENTS

## ์ž‘์—… ๋‚ด์šฉ
### To Do

- [ ] Todo 1

## ์ฐธ๊ณ  ์‚ฌํ•ญ
10 changes: 6 additions & 4 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
## ์ž‘์—… ๋‚ด์šฉ
### Features

resolves: #{์ด์Šˆ๋ฒˆํ˜ธ}
+ SUBMODULE_NAME
+ FEAT: CONTENTS (resolves: #ISSUE_NUMBER)
...

## ์ฐธ๊ณ  ์‚ฌํ•ญ
### Docs

PR์„ ๋ฆฌ๋ทฐํ•  ๋•Œ ์ค‘์ ์ ์œผ๋กœ ๋ฆฌ๋ทฐ๊ฐ€ ํ•„์š”ํ•˜๊ฑฐ๋‚˜ ์ฐธ๊ณ ๊ฐ€ ํ•„์š”ํ•œ ๋‚ด์šฉ์„ ์ ์–ด์ฃผ์„ธ์š”.
### Chore
1 change: 1 addition & 0 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -227,6 +227,7 @@ spec:
sh "apt update"
sh "apt install build-essential -y"
sh "pip install sphinx furo sphinxcontrib-jquery sphinxcontrib-gtagjs sphinx-favicon sphinx-copybutton sphinx-paramlinks myst-parser"
sh 'python sphinx/release_note.py --token $GIT_PASSWORD'
sh "cd sphinx && make html"
sh "rm -rf docs"
sh "mv sphinx/build/html docs"
Expand Down
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: 6f6395cbe750af901a820c532a7b36ba
config: f63872d16d44644ace77db2b399ac41d
tags: 645f666f9bcd5a90fca523b33c5a78b7
21 changes: 20 additions & 1 deletion docs/_sources/release.md.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,22 @@
# Release Notes

[To be continued...](https://github.com/Zerohertz/zerohertzLib/issues/62)
```{eval-rst}
.. toctree::
:maxdepth: 2
:caption: Contents:

release/v0.2.3
release/v0.2.2
release/v0.2.1
release/v0.2.0
release/v0.1.10
release/v0.1.9
release/v0.1.8
release/v0.1.7
release/v0.1.6
release/v0.1.5
release/v0.1.4
release/v0.1.3
release/v0.1.2
release/v0.1.1
```
50 changes: 50 additions & 0 deletions docs/_sources/release/v0.1.1.md.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,50 @@
# v0.1.1

## [v0.1.1] Release ([#1](https://github.com/Zerohertz/zerohertzLib/pull/1))

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

2023/11/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/algorithm"><img src="https://img.shields.io/badge/feat/algorithm-0759DE?style=flat-square&logo=github" alt="feat/algorithm"/></a>
<a href="https://github.com/Zerohertz/zerohertzLib/pulls?q=is:pr label:chore"><img src="https://img.shields.io/badge/chore-fef2c0?style=flat-square&logo=github" alt="chore"/></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>


### Features

+ `algorithm`
+ `bfs`, `dfs` ๊ฐœ๋ฐœ

### Docs

+ Sphinx ์ดˆ๊ธฐ ์„ค์ •

### Chore

+ Sphinx build pipeline ๊ตฌ์ถ•
## [v0.1.1] Chore Update ([#6](https://github.com/Zerohertz/zerohertzLib/pull/6))

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

2023/11/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:chore"><img src="https://img.shields.io/badge/chore-fef2c0?style=flat-square&logo=github" alt="chore"/></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>


### Chore

+ Jenkins์—์„œ Sphinx build ํ›„ ๋ณ€๊ฒฝ์‚ฌํ•ญ์ด ์กด์žฌํ•˜์ง€ ์•Š๋Š” ๊ฒƒ์— ๋Œ€ํ•œ ์˜ˆ์™ธ ์ฒ˜๋ฆฌ
+ Legacy code ์ˆ˜์ •
33 changes: 33 additions & 0 deletions docs/_sources/release/v0.1.10.md.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
# v0.1.10

## [v0.1.10] Release ([#42](https://github.com/Zerohertz/zerohertzLib/pull/42))

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

2023/11/14
```

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


### Features

+ `plot`
+ Scatter chart ์‹œ๊ฐํ™” ํ•จ์ˆ˜ `scatter` ์ถ”๊ฐ€
+ Pie chart์˜ label์— ์†Œ์ˆ˜ ์ž๋ฆฌ๊ฐ€ ์ƒ๊ธฐ๋Š” ๋ฌธ์ œ ํ•ด๊ฒฐ (resolves: [#40](https://github.com/Zerohertz/zerohertzLib/issues/40))
+ `vision`
+ `cv2` ์˜์กด์„ฑ์ด ์„ค์น˜๋˜์ง€ ์•Š์€ ๊ฒฝ์šฐ์—๋„ ์‚ฌ์šฉํ•  ์ˆ˜ ์žˆ๋„๋ก ๋ณ€๊ฒฝ
+ ์ด๋ฏธ์ง€์˜ ์ „ํ›„ ๋น„๊ต๋ฅผ ์œ„ํ•œ `before_after` ํ•จ์ˆ˜ ๊ฐœ๋ฐœ
+ ์—ฌ๋Ÿฌ ์ด๋ฏธ์ง€๋ฅผ ํ•œ๋ฒˆ์— ์š”์•ฝํ•ด ๋ณผ ์ˆ˜ ์žˆ๋Š” `grid` ํ•จ์ˆ˜ ๊ฐœ๋ฐœ (resolves: [#39](https://github.com/Zerohertz/zerohertzLib/issues/39))

### Chore

+ Issue ๋ฐ PR์˜ ํƒœ๊ทธ ์ƒ์„ฑ ์ถ”๊ฐ€ (resolves: [#41](https://github.com/Zerohertz/zerohertzLib/issues/41))
38 changes: 38 additions & 0 deletions docs/_sources/release/v0.1.2.md.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
# v0.1.2

## [v0.1.2] Chore Update ([#7](https://github.com/Zerohertz/zerohertzLib/pull/7))

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

2023/11/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:chore"><img src="https://img.shields.io/badge/chore-fef2c0?style=flat-square&logo=github" alt="chore"/></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>


### Chore

+ [Insecureํ•œ pipeline](https://www.jenkins.io/doc/book/pipeline/jenkinsfile//#string-interpolation) ์ˆ˜์ •
## [v0.1.2] Docs Update ([#8](https://github.com/Zerohertz/zerohertzLib/pull/8))

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

2023/11/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: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>


### Docs

+ `__init__.py`์˜ ๋ฒ„์ „ ์ˆ˜๋™ ์—…๋ฐ์ดํŠธ
32 changes: 32 additions & 0 deletions docs/_sources/release/v0.1.3.md.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
# v0.1.3

## [v0.1.3] Release ([#11](https://github.com/Zerohertz/zerohertzLib/pull/11))

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

2023/11/05
```

<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/algorithm"><img src="https://img.shields.io/badge/feat/algorithm-0759DE?style=flat-square&logo=github" alt="feat/algorithm"/></a>
<a href="https://github.com/Zerohertz/zerohertzLib/pulls?q=is:pr label:chore"><img src="https://img.shields.io/badge/chore-fef2c0?style=flat-square&logo=github" alt="chore"/></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>


### Features

+ `algorithm`
+ `dfs`, `bfs`์˜ ๊ตฌ์กฐ ์ˆ˜์ •
+ `SoE` ํ•จ์ˆ˜ ์ถ”๊ฐ€

### Docs

+ GitHub `README.md` update

### Chore

+ `commitMessage`๋ฅผ ์ •์˜ํ•˜๋Š” ํŒŒ์ดํ”„๋ผ์ธ ์ถ”๊ฐ€ ([#10](https://github.com/Zerohertz/zerohertzLib/issues/10))
55 changes: 55 additions & 0 deletions docs/_sources/release/v0.1.4.md.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,55 @@
# v0.1.4

## [v0.1.4] Release ([#13](https://github.com/Zerohertz/zerohertzLib/pull/13))

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

2023/11/06
```

<p align="center">
<a href="https://github.com/Zerohertz/zerohertzLib/pulls?q=is:pr label:feat/algorithm"><img src="https://img.shields.io/badge/feat/algorithm-0759DE?style=flat-square&logo=github" alt="feat/algorithm"/></a>
<a href="https://github.com/Zerohertz/zerohertzLib/pulls?q=is:pr label:feat/api"><img src="https://img.shields.io/badge/feat/api-541B9A?style=flat-square&logo=github" alt="feat/api"/></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>
</p>


### Features

+ `algorithm`
+ `import` style refactoring
+ `api`
+ OpenAI์˜ GPT-3.5๋ฅผ ์‚ฌ์šฉํ•˜๊ธฐ ์œ„ํ•œ ํ•จ์ˆ˜ `api_key`, `gpt` ์ถ”๊ฐ€
+ Discord webhook์— ๋ฉ”์‹œ์ง€๋ฅผ ์ „์†กํ•˜๋Š” `send_discord_message` ์ถ”๊ฐ€

### Docs

+ Sphinx `index.rst`์— GitHub `README.md` ๋‚ด์šฉ ์ถ”๊ฐ€
+ ๊ธฐํƒ€ ๊ตฌ์กฐ ์ˆ˜์ •
## [v0.1.4] Chore Update ([#16](https://github.com/Zerohertz/zerohertzLib/pull/16))

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

2023/11/06
```

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


### Docs

+ Issue & PR template ์ถ”๊ฐ€

### Chore

+ Sphinx ๋ฌธ์„œ build ์‹œ branch ์ด๋ฆ„์„ parsingํ•˜์—ฌ ๋ณ€๊ฒฝํ•˜๋„๋ก update (resolves: [#15](https://github.com/Zerohertz/zerohertzLib/issues/15))
27 changes: 27 additions & 0 deletions docs/_sources/release/v0.1.5.md.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
# v0.1.5

## [v0.1.5] Release ([#20](https://github.com/Zerohertz/zerohertzLib/pull/20))

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

2023/11/06
```

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


### Features

+ `plot`
+ ๊ทœ๊ฒฉํ™”๋œ ๋ฐ์ดํ„ฐ์˜ ์‹œ๊ฐํ™”๋ฅผ ์œ„ํ•œ `bar`, `hist`, `plot` ํ•จ์ˆ˜ ๊ฐœ๋ฐœ

### Chore

+ `setuptools.setuptools` URL ์ถ”๊ฐ€
33 changes: 33 additions & 0 deletions docs/_sources/release/v0.1.6.md.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
# v0.1.6

## [v0.1.6] Release ([#23](https://github.com/Zerohertz/zerohertzLib/pull/23))

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

2023/11/06
```

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


### Features

+ `plot`
+ test ์ฝ”๋“œ ์ˆ˜์ •
+ Horizontal bar chart ์ถ”๊ฐ€
+ `vision`
+ GIF ๋ณ€ํ™˜์„ ์œ„ํ•œ `img2gif`, `vid2gif` ํ•จ์ˆ˜ ์ถ”๊ฐ€ (resolves: [#22](https://github.com/Zerohertz/zerohertzLib/issues/22) )

### Chore

+ CI ๊ณผ์ •์—์„œ `cv2` ์˜์กด์„ฑ ์„ค์น˜
+ [Codacy](https://app.codacy.com/gh/Zerohertz/zerohertzLib/dashboard?utm_source=gh&utm_medium=referral&utm_content=&utm_campaign=Badge_grade) ์ถ”๊ฐ€
35 changes: 35 additions & 0 deletions docs/_sources/release/v0.1.7.md.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
# v0.1.7

## [v0.1.7] Release ([#26](https://github.com/Zerohertz/zerohertzLib/pull/26))

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

2023/11/07
```

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


### Features

+ `api`
+ `openai` ๋ชจ๋“ˆ์˜ ์—…๋ฐ์ดํŠธ๋กœ ์˜์กด์„ฑ ์—๋Ÿฌ ๋ฐœ์ƒ (resolves: [#25](https://github.com/Zerohertz/zerohertzLib/issues/25))
+ `logging`
+ `Logger` ์ถ”๊ฐ€
+ `mlops`
+ Triton Inference Server์˜ Client๋ฅผ ์†์‰ฝ๊ฒŒ ์‚ฌ์šฉํ•  ์ˆ˜ ์žˆ๋Š” class `tritonClientURL`, `tritonClientK8s` ์ถ”๊ฐ€
+ ๋ณ€์ˆ˜๋ช… ์ˆ˜์ • (resolves: [#28](https://github.com/Zerohertz/zerohertzLib/issues/28))


### Docs

+ Shphinx ์˜๋ฌธ ์„ค์ •
+ `cv2` ์˜์กด์„ฑ ๋ช…์‹œ
Loading

0 comments on commit 97f52f9

Please sign in to comment.