-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #65 from Zerohertz/dev-v0.2.3
[v0.2.3] Release
- Loading branch information
Showing
57 changed files
with
6,690 additions
and
165 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,7 @@ | ||
## ๋ด์ฉ | ||
### Problem Definition | ||
|
||
ISSUE์ ๋ด์ฉ์ ์ ์ด์ฃผ์ธ์. | ||
CONTENTS | ||
|
||
## ์์ ๋ด์ฉ | ||
### To Do | ||
|
||
- [ ] Todo 1 | ||
|
||
## ์ฐธ๊ณ ์ฌํญ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 ์์ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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)) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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`์ ๋ฒ์ ์๋ ์ ๋ฐ์ดํธ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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)) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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)) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 ์ถ๊ฐ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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) ์ถ๊ฐ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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` ์์กด์ฑ ๋ช ์ |
Oops, something went wrong.