Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[v1.1.9] Release (PyPI deployment failed) #348

Merged
merged 22 commits into from
Dec 26, 2024
Merged

[v1.1.9] Release (PyPI deployment failed) #348

merged 22 commits into from
Dec 26, 2024

Conversation

Zerohertz
Copy link
Owner

@Zerohertz Zerohertz commented Dec 26, 2024

Features

  • plot
    • plot
      • 여러 x축에 대한 기능 추가 (list & dict)
      • Singleton pattern으로 구현된 LINESTYLE, MARKER 추가
    • scatter
      • plot과 동일한 data type을 입력받도록 수정
      • Singleton pattern으로 구현된 MARKER 추가
    • figure 함수가 matplotlib.figure.Figure를 return 하도록 수정
    • matplotlibsubplot 함수 추가
    • candle, table을 제외한 모든 plot 계열 함수에 대해 auto save 기능 추가 (save 입력 삭제)
  • monitoring, quant, vision
    • 각종 함수에서 사용하는 plotscatter 함수의 변경에 따른 refactoring

Chore

  • PyTest 실행 시 api 함수들에서 HTTP 429 Too Many Requests 오류를 방지하기 위해 TIME_SLEEP 범위 확대

@Zerohertz Zerohertz self-assigned this Dec 26, 2024
@Zerohertz Zerohertz added docs Sphinx documents feat/monitoring zerohertzLib.monitoring feat/plot zerohertzLib.plot feat/quant feat/vision zerohertzLib.vision fix Something isn't working release dev-* -> master style Code styles labels Dec 26, 2024
Copy link

codecov bot commented Dec 26, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 91.91%. Comparing base (4869f57) to head (845de6f).

✅ All tests successful. No failed tests found.

@@            Coverage Diff             @@
##           master     #348      +/-   ##
==========================================
- Coverage   92.00%   91.91%   -0.09%     
==========================================
  Files          44       45       +1     
  Lines        2750     2782      +32     
==========================================
+ Hits         2530     2557      +27     
- Misses        220      225       +5     
Flag Coverage Δ
python3.10 91.91% <100.00%> (?)
python3.11 91.91% <100.00%> (-0.09%) ⬇️
python3.12 91.91% <100.00%> (?)
python3.13 91.91% <100.00%> (?)
python3.8 91.86% <100.00%> (?)
python3.9 91.86% <100.00%> (?)

Flags with carried forward coverage won't be shown. Click here to find out more.

Components Coverage Δ
algorithm 98.52% <ø> (ø)
api 95.13% <ø> (+0.54%) ⬆️
logging 90.16% <ø> (ø)
monitoring 96.49% <ø> (ø)
plot 82.60% <100.00%> (+0.48%) ⬆️
quant 90.60% <100.00%> (-0.55%) ⬇️
util 95.81% <ø> (ø)
vision 93.15% <100.00%> (+0.03%) ⬆️
Files with missing lines Coverage Δ
zerohertzLib/monitoring/cpu.py 90.90% <ø> (ø)
zerohertzLib/plot/__init__.py 100.00% <100.00%> (ø)
zerohertzLib/plot/bar_chart.py 70.18% <100.00%> (+0.18%) ⬆️
zerohertzLib/plot/config.py 100.00% <100.00%> (ø)
zerohertzLib/plot/pie.py 72.00% <100.00%> (+1.16%) ⬆️
zerohertzLib/plot/plot.py 89.18% <100.00%> (-3.12%) ⬇️
zerohertzLib/plot/scatter.py 100.00% <100.00%> (+4.00%) ⬆️
zerohertzLib/plot/util.py 88.37% <100.00%> (+2.65%) ⬆️
zerohertzLib/quant/quant.py 85.51% <100.00%> (-0.40%) ⬇️
zerohertzLib/vision/eval.py 98.70% <100.00%> (+0.04%) ⬆️

... and 2 files with indirect coverage changes


Continue to review full report in Codecov by Sentry.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 4869f57...845de6f. Read the comment docs.

[Docs] Build by Sphinx for GitHub Pages
@Zerohertz Zerohertz merged commit 4d7964e into master Dec 26, 2024
11 checks passed
@Zerohertz Zerohertz deleted the dev-v1.1.9 branch December 26, 2024 13:02
@Zerohertz Zerohertz changed the title [v1.1.9] Release [v1.1.9] Release (PyPI deployment failed) Dec 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
docs Sphinx documents feat/monitoring zerohertzLib.monitoring feat/plot zerohertzLib.plot feat/quant feat/vision zerohertzLib.vision fix Something isn't working release dev-* -> master style Code styles
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant