File tree Expand file tree Collapse file tree 3 files changed +28
-2
lines changed
Expand file tree Collapse file tree 3 files changed +28
-2
lines changed Original file line number Diff line number Diff line change 11Release Notes
22=============
33
4+ 0.5.2 - 2025-11-11
5+ ------------------
6+
7+ Changed
8+ ^^^^^^^
9+ - Updates version number in pyproject.toml and init files
10+ - No changes in functionality from ``0.5.1dev10 ``
11+
12+
13+ 0.5.1dev10 - 2025-11-10
14+ -----------------------
15+
16+ Changed
17+ ^^^^^^^
18+ - Rename SignatureMetrics to Signatures
19+ - Updates Spearman correlation to handle repeating values
20+
21+ Added
22+ ^^^^^
23+ - Flow Duration Curve Slope
24+ - VariabilityRatio
25+ - Epsilon to handle division by zero
26+ - BelowPercentileEventDetection metric
27+ - Bootstrapping for signatures
28+
29+
4300.5.0 - 2025-08-27
531-------------------
632
Original file line number Diff line number Diff line change 11[tool .poetry ]
22name = " teehr"
3- version = " 0.5.1dev10 "
3+ version = " 0.5.2 "
44description = " Tools for Exploratory Evaluation in Hydrologic Research"
55authors = [
66 " RTI International" ,
Original file line number Diff line number Diff line change 11"""Initialize the TEEHR package."""
22import warnings
33
4- __version__ = "0.5.1dev10 "
4+ __version__ = "0.5.2 "
55
66with warnings .catch_warnings ():
77 warnings .simplefilter ("ignore" , UserWarning )
You can’t perform that action at this time.
0 commit comments