Skip to content

Commit

Permalink
Merge pull request #123 from Zerohertz/dev-v0.4.6
Browse files Browse the repository at this point in the history
[v0.4.6] Release
  • Loading branch information
Zerohertz authored Nov 28, 2023
2 parents 6e274b0 + bb096e7 commit 472785e
Show file tree
Hide file tree
Showing 39 changed files with 1,147 additions and 188 deletions.
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: 9dbcd26ce066399c923c31e4d7cc9057
config: 04dfdc2e8325dad9b461955f2243dc14
tags: 645f666f9bcd5a90fca523b33c5a78b7
40 changes: 40 additions & 0 deletions docs/_sources/release/v0.4.md.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,45 @@
# v0.4

## v0.4.6

<h3>[v0.4.6] Release (<a href=https://github.com/Zerohertz/zerohertzLib/pull/123>#123</a>)</h3>

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

2023/11/28
```

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


<h4>Features</h4>

+ `algorithm`
+ Binary search를 위한 `bisect_right`, `bisect_left` 함수 추가
+ `api`
+ OpenAI API 호출 시 prompt를 사용할 수 있도록 update
+ Slack Webhook 및 Bot을 사용할 수 있는 class `SlackWebhook`, `SlackBot` 추가
+ `logging`
+ `Logger` class가 Slack을 이용할 수 있도록 update
+ `util`
+ 지정한 경로 내 존재하는 file들의 확장자를 탐색하는 `find_ext` 함수 개발
+ `vision`
+ `text` 함수 사용 시 `font_size`를 지정할 수 있도록 update
+ Label Studio로 annotation된 JSON data를 YOLO 및 LabelMe format으로 변환하는 함수 `labelstudio2yolo`, `labelstudio2labelme` 개발

<h4>Docs</h4>

+ 대소문자 표기법 수정

## v0.4.5

<h3>[v0.4.5] Release (<a href=https://github.com/Zerohertz/zerohertzLib/pull/121>#121</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,6 +1,6 @@
var DOCUMENTATION_OPTIONS = {
URL_ROOT: document.getElementById("documentation_options").getAttribute('data-url_root'),
VERSION: 'v0.4.5',
VERSION: 'v0.4.6',
LANGUAGE: 'en',
COLLAPSE_INDEX: false,
BUILDER: 'html',
Expand Down
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 v0.4.5 Documents" />
<meta property="og:site_name" content="Zerohertz's Library v0.4.6 Documents" />
<meta property="og:description" content="Jenkins:,, Stage, Condition,,, 1. Setup, ⭕ [* Push],, 2. Merge From Docs, ⭕ [* Push] “Merge pull request*/docs” ⭕ [* Push] “Merge pull request*[Docs] Build by Sphinx for GitHub Pages”,, 3. 1. Lint,..." />
<meta property="og:image" content="https://zerohertz.github.io/zerohertzLib/_static/og.png" />
<meta property="og:image:alt" content="Zerohertz's Library v0.4.5 Documents" />
<meta property="og:image:alt" content="Zerohertz's Library v0.4.6 Documents" />
<meta name="description" content="Jenkins:,, Stage, Condition,,, 1. Setup, ⭕ [* Push],, 2. Merge From Docs, ⭕ [* Push] “Merge pull request*/docs” ⭕ [* Push] “Merge pull request*[Docs] Build by Sphinx for GitHub Pages”,, 3. 1. Lint,..." />
<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 7.1.2 and Furo 2023.09.10 -->
<title>CI/CD Pipelines - zerohertzLib v0.4.5 documentation</title>
<title>CI/CD Pipelines - zerohertzLib v0.4.6 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=135e06be" />
<link rel="stylesheet" type="text/css" href="_static/copybutton.css?v=76b2166b" />
Expand Down Expand Up @@ -156,7 +156,7 @@
</label>
</div>
<div class="header-center">
<a href="index.html"><div class="brand">zerohertzLib v0.4.5 documentation</div></a>
<a href="index.html"><div class="brand">zerohertzLib v0.4.6 documentation</div></a>
</div>
<div class="header-right">
<div class="theme-toggle-container theme-toggle-header">
Expand All @@ -182,7 +182,7 @@
<img class="sidebar-logo" src="_static/logo.png" alt="Logo"/>
</div>

<span class="sidebar-brand-text">zerohertzLib v0.4.5 documentation</span>
<span class="sidebar-brand-text">zerohertzLib v0.4.6 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 @@ -503,7 +503,7 @@ <h3>Sphinx Documentation Deployment<a class="headerlink" href="#sphinx-documenta
</div>
</div><script src="_static/jquery.js?v=5d32c60e"></script>
<script src="_static/_sphinx_javascript_frameworks_compat.js?v=2cd50e6c"></script>
<script data-url_root="./" id="documentation_options" src="_static/documentation_options.js?v=b79ae5be"></script>
<script data-url_root="./" id="documentation_options" src="_static/documentation_options.js?v=80626fd4"></script>
<script src="_static/doctools.js?v=888ff710"></script>
<script src="_static/sphinx_highlight.js?v=4825356b"></script>
<script src="_static/scripts/furo.js?v=32e29ea5"></script>
Expand Down
Loading

0 comments on commit 472785e

Please sign in to comment.