Skip to content

Tags: caiyunapp/cyeva

Tags

0.2.0

Update changelog

v0.2.3

Update README

v0.2.2

fix version metadata

v0.2.1

bump version

0.1.0.beta.12

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
chore: bump version (#51)

0.1.0.beta.11

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update PyPI Publish (#45)

0.1.0.beta.10

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix: #36, clean pint warnings and typo (#40)

0.1.0.beta.9

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
feat: add calc_threshold* to Compare (#39)

add some calc_threshold* method to Compare object

0.1.0.beta.8

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
feat & fix: add some features (#38)

## 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

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix: wind direction identification not correct at boundary. (#35)