Skip to content

Commit

Permalink
Merge pull request #351 from Zerohertz/dev-v1.1.9
Browse files Browse the repository at this point in the history
[v1.1.9] Release
  • Loading branch information
Zerohertz authored Dec 26, 2024
2 parents 4d7964e + 2506cd1 commit bc7100f
Show file tree
Hide file tree
Showing 32 changed files with 74 additions and 11 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/cicd-push-master.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -195,12 +195,11 @@ jobs:

- name: Deploy to PyPI
env:
PYPI_USERNAME: ${{ secrets.GH_USERNAME }}
PYPI_TOKEN: ${{ secrets.PYPI_TOKEN }}
run: |
source venv/bin/activate
pip install twine
twine upload -u ${PYPI_USERNAME} -p ${PYPI_TOKEN} dist/*
twine upload -u __token__ -p ${PYPI_TOKEN} dist/*
- name: Slack webhook
uses: 8398a7/action-slack@v3
Expand Down
Binary file modified docs/_images/monitoring.storage.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/_images/plot.hist.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/_images/plot.plot.1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/_images/plot.plot.2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/_images/plot.scatter.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/_images/vision.grid.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/_images/vision.mask.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/_images/vision.vert.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion docs/_sources/cicd.md.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
```{admonition} Used Stacks
:class: important

GitHub Actions (Black, flake8, Pylint, Setuptools, PyTest, Sphinx)
GitHub Actions (Black, flake8, Pylint, Setuptools, PyTest, Codecov, Sphinx)
```

## Branch Rules
Expand Down
25 changes: 24 additions & 1 deletion docs/_sources/release/v1.1.md.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,30 @@

## v1.1.9

<h3>[v1.1.9] Release (<a href=https://github.com/Zerohertz/zerohertzLib/pull/348>#348</a>)</h3>
<h3>[v1.1.9] Release (<a href=https://github.com/Zerohertz/zerohertzLib/pull/351>#351</a>)</h3>

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

2024/12/26
```

<p align="center">
<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>


<h4>Chore</h4>

- PyPI 배포 실패 문제 해결 (resolves: <a href="https://github.com/Zerohertz/zerohertzLib/issues/350">#350</a>)

<h4>Docs</h4>

- CI/CD 문서 내 Codecov 추가

<h3>[v1.1.9] Release (PyPI deployment failed) (<a href=https://github.com/Zerohertz/zerohertzLib/pull/348>#348</a>)</h3>

```{admonition} Release Date
:class: tip
Expand Down
Binary file modified docs/_static/examples/dynamic/monitoring.storage.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/_static/examples/dynamic/plot.hist.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/_static/examples/dynamic/plot.plot.1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/_static/examples/dynamic/plot.plot.2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/_static/examples/dynamic/plot.scatter.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/_static/examples/dynamic/vision.grid.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/_static/examples/dynamic/vision.mask.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/_static/examples/dynamic/vision.vert.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion docs/cicd.html
Original file line number Diff line number Diff line change
Expand Up @@ -312,7 +312,7 @@
<h1>CI/CD Pipelines<a class="headerlink" href="#ci-cd-pipelines" title="Link to this heading"></a></h1>
<div class="important admonition">
<p class="admonition-title">Used Stacks</p>
<p>GitHub Actions (Black, flake8, Pylint, Setuptools, PyTest, Sphinx)</p>
<p>GitHub Actions (Black, flake8, Pylint, Setuptools, PyTest, Codecov, Sphinx)</p>
</div>
<section id="branch-rules">
<h2>Branch Rules<a class="headerlink" href="#branch-rules" title="Link to this heading"></a></h2>
Expand Down
24 changes: 21 additions & 3 deletions docs/release/v1.1.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@
<meta property="og:type" content="website" />
<meta property="og:url" content="https://zerohertz.github.io/zerohertzLib/release/v1.1.html" />
<meta property="og:site_name" content="Zerohertz's Library v1.1.9 Documents" />
<meta property="og:description" content="v1.1.9: plot- plot- 여러 x축에 대한 기능 추가 ( list& dict), Singleton pattern으로 구현된 LINESTYLE, MARKER 추가., scatter- plot 과 동일한 data type을 입력받도록 수정, Singleton pattern으로 구현된 MARKER 추가., figure 함수가 matplotlib...." />
<meta property="og:description" content="v1.1.9: PyPI 배포 실패 문제 해결 (resolves:#350). CI/CD 문서 내 Codecov 추가. plot- plot- 여러 x축에 대한 기능 추가 ( list& dict), Singleton pattern으로 구현된 LINESTYLE, MARKER 추가., scatter- plot 과 동일한 data type을 입력받도록 수정, S..." />
<meta property="og:image" content="https://zerohertz.github.io/zerohertzLib/_static/zerohertzLib-black-red-og.png" />
<meta property="og:image:alt" content="Zerohertz's Library v1.1.9 Documents" />
<meta name="description" content="v1.1.9: plot- plot- 여러 x축에 대한 기능 추가 ( list& dict), Singleton pattern으로 구현된 LINESTYLE, MARKER 추가., scatter- plot 과 동일한 data type을 입력받도록 수정, Singleton pattern으로 구현된 MARKER 추가., figure 함수가 matplotlib...." />
<meta name="description" content="v1.1.9: PyPI 배포 실패 문제 해결 (resolves:#350). CI/CD 문서 내 Codecov 추가. plot- plot- 여러 x축에 대한 기능 추가 ( list& dict), Singleton pattern으로 구현된 LINESTYLE, MARKER 추가., scatter- plot 과 동일한 data type을 입력받도록 수정, S..." />
<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">
<link href="../_static/favicon-32x32.png" sizes="32x32" rel="icon" type="image/png">
Expand Down Expand Up @@ -312,7 +312,25 @@
<h1>v1.1<a class="headerlink" href="#v1-1" title="Link to this heading"></a></h1>
<section id="v1-1-9">
<h2>v1.1.9<a class="headerlink" href="#v1-1-9" title="Link to this heading"></a></h2>
<h3>[v1.1.9] Release (<a href=https://github.com/Zerohertz/zerohertzLib/pull/348>#348</a>)</h3>
<h3>[v1.1.9] Release (<a href=https://github.com/Zerohertz/zerohertzLib/pull/351>#351</a>)</h3>
<div class="tip admonition">
<p class="admonition-title">Release Date</p>
<p>2024/12/26</p>
</div>
<p align="center">
<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>
<h4>Chore</h4>
<ul class="simple">
<li><p>PyPI 배포 실패 문제 해결 (resolves: <a href="https://github.com/Zerohertz/zerohertzLib/issues/350">#350</a>)</p></li>
</ul>
<h4>Docs</h4>
<ul class="simple">
<li><p>CI/CD 문서 내 Codecov 추가</p></li>
</ul>
<h3>[v1.1.9] Release (PyPI deployment failed) (<a href=https://github.com/Zerohertz/zerohertzLib/pull/348>#348</a>)</h3>
<div class="tip admonition">
<p class="admonition-title">Release Date</p>
<p>2024/12/26</p>
Expand Down
2 changes: 1 addition & 1 deletion docs/searchindex.js

Large diffs are not rendered by default.

Binary file modified sphinx/source/_static/examples/dynamic/monitoring.storage.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified sphinx/source/_static/examples/dynamic/plot.hist.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified sphinx/source/_static/examples/dynamic/plot.plot.1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified sphinx/source/_static/examples/dynamic/plot.plot.2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified sphinx/source/_static/examples/dynamic/plot.scatter.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified sphinx/source/_static/examples/dynamic/vision.grid.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified sphinx/source/_static/examples/dynamic/vision.mask.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified sphinx/source/_static/examples/dynamic/vision.vert.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion sphinx/source/cicd.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
```{admonition} Used Stacks
:class: important
GitHub Actions (Black, flake8, Pylint, Setuptools, PyTest, Sphinx)
GitHub Actions (Black, flake8, Pylint, Setuptools, PyTest, Codecov, Sphinx)
```

## Branch Rules
Expand Down
25 changes: 24 additions & 1 deletion sphinx/source/release/v1.1.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,30 @@

## v1.1.9

<h3>[v1.1.9] Release (<a href=https://github.com/Zerohertz/zerohertzLib/pull/348>#348</a>)</h3>
<h3>[v1.1.9] Release (<a href=https://github.com/Zerohertz/zerohertzLib/pull/351>#351</a>)</h3>

```{admonition} Release Date
:class: tip
2024/12/26
```

<p align="center">
<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>


<h4>Chore</h4>

- PyPI 배포 실패 문제 해결 (resolves: <a href="https://github.com/Zerohertz/zerohertzLib/issues/350">#350</a>)

<h4>Docs</h4>

- CI/CD 문서 내 Codecov 추가

<h3>[v1.1.9] Release (PyPI deployment failed) (<a href=https://github.com/Zerohertz/zerohertzLib/pull/348>#348</a>)</h3>

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

0 comments on commit bc7100f

Please sign in to comment.