azogue / psychrochart

A Python 3 library to make psychrometric charts and overlay information on them.
MIT License
99 stars 26 forks source link

📦️ Remove `scipy` dependency #59

Closed azogue closed 2 months ago

azogue commented 2 months ago

Follow up #58, this time removing scipy dependency, as it was an overkill for the usages here.

Changes
github-actions[bot] commented 2 months ago

☂️ Python Coverage

current status: ✅

Overall Coverage

Lines Covered Coverage Threshold Status
1330 1330 100% 0% 🟢

New Files

No new covered files...

Modified Files

File Coverage Status
psychrochart/chartdata.py 100% 🟢
psychrochart/plot_logic.py 100% 🟢
psychrochart/process_logic.py 100% 🟢
psychrochart/util.py 100% 🟢
TOTAL 100% 🟢

updated for commit: 24e15d1 by action🐍