Releases: caiyunapp/cyeva
Releases · caiyunapp/cyeva
v0.2.3
Full Changelog: v0.2.2...v0.2.3
v0.2.2
Fix version metadata.
Full Changelog: v0.2.1...v0.2.2
v0.2.1
Fix project metadata.
Full Changelog: 0.2.0...v0.2.1
0.2.0
What's Changed
- use uv by @ringsaturn in #53
- test: use codspeed for continues benchmark by @ringsaturn in #54
Full Changelog: 0.1.0.beta.12...0.2.0
0.1.0.beta.12
What's Changed
Full Changelog: https://github.com/caiyunapp/cyeva/commits/0.1.0.beta.12
0.1.0.beta.11
What's Changed
- fix & style: tests case mistakes and reformat. by @Clarmy in #41
- fix: #33 by @Clarmy in #42
- tests: add test perf by @Clarmy in #43
- Update PyPI Publish by @ringsaturn in #45
Full Changelog: 0.1.0.beta.10...0.1.0.beta.11
0.1.0.beta.10
Fix
- #36
- pint warnings
- typo
0.1.0.beta.9
add some calc_threshold* method to Compare object
0.1.0.beta.8
Features
- calc_mbe: mean bias error
- calc_threshold_hit_ratio
Fix
- drop_nan: The problem that if input as list, the result is unexpect.
Tests
- add test for:
- calc_mae
- calc_mbe
- calc_threshold_hit_ratio
- calc_threshold_false_alarm_ratio
- calc_threshold_ts
- calc_linregress
0.1.0.beta.7
fix: wind direction identification incorrect problem.