|
1 | | -# tidyhydro 0.1.1 |
2 | | - |
3 | | -## New features |
4 | | - |
5 | | -- Added support for modified Kling-Gupta Efficiency (`kge2012`), aka $KGE'$ ([#8](https://github.com/atsyplenkov/tidyhydro/issues/8)) |
6 | | -- Added vignettes and website ([#14](https://github.com/atsyplenkov/tidyhydro/issues/14)) |
7 | | - |
8 | | -## Bug fixes |
9 | | - |
10 | | -- Improved documenation by switching from `\url` to `\doi` |
11 | | -- Removed unicode characters α, β |
12 | | - |
13 | | -## Miscellaneous |
14 | | -- Created website with vignettes (https://atsyplenkov.github.io/tidyhydro) |
15 | | - |
16 | | -# tidyhydro 0.1.0 |
17 | | - |
18 | | -## New features |
19 | | - |
20 | | -- Added Kling-Gupta Efficiency (`kge`). |
21 | | -- Added Mean Squared Error (`mse`). |
22 | | -- Added example dataset (`avacha`) with observed and modelled daily water discharge measurements in cubic meters per second ([#6](https://github.com/atsyplenkov/tidyhydro/issues/6)). |
23 | | - |
24 | | -## Bug fixes |
25 | | - |
26 | | -- `nse` with `na_rm = TRUE` flag and missing values present in both simulated and observed time series now returns the same results as `hydroGOF::NSE()`. Previously, it did not skip missing values in the observed time series. |
27 | | - |
28 | | -## Miscellaneous |
29 | | - |
30 | | -- Introduced parameter testing via `quickcheck` ([#3](https://github.com/atsyplenkov/tidyhydro/issues/3)). Estimated metrics are now validated against their implementations in the `hydroGOF` package. |
31 | | -- Removed unnecessary dependencies ([#2](https://github.com/atsyplenkov/tidyhydro/issues/2)). |
32 | | -- Updated documentation with equations and references. |
33 | | - |
34 | | -# tidyhydro 0.0.4 |
35 | | - |
36 | | -## New features |
37 | | - |
38 | | -- Added Standard Factorial Error (`sfe`). |
39 | | - |
40 | | -# tidyhydro 0.0.3 |
41 | | - |
42 | | -## New features |
43 | | - |
44 | | -- Added PRediction Error Sum of Squares (`press`). |
| 1 | +# tidyhydro (development version) |
| 2 | + |
| 3 | +# tidyhydro 0.1.1 |
| 4 | + |
| 5 | +## New features |
| 6 | + |
| 7 | +- Added support for modified Kling-Gupta Efficiency (`kge2012`), aka $KGE'$ ([#8](https://github.com/atsyplenkov/tidyhydro/issues/8)) |
| 8 | +- Added vignettes and website ([#14](https://github.com/atsyplenkov/tidyhydro/issues/14)) |
| 9 | + |
| 10 | +## Bug fixes |
| 11 | + |
| 12 | +- Improved documenation by switching from `\url` to `\doi` |
| 13 | +- Removed unicode characters α, β |
| 14 | + |
| 15 | +## Miscellaneous |
| 16 | +- Created website with vignettes (https://atsyplenkov.github.io/tidyhydro) |
| 17 | + |
| 18 | +# tidyhydro 0.1.0 |
| 19 | + |
| 20 | +## New features |
| 21 | + |
| 22 | +- Added Kling-Gupta Efficiency (`kge`). |
| 23 | +- Added Mean Squared Error (`mse`). |
| 24 | +- Added example dataset (`avacha`) with observed and modelled daily water discharge measurements in cubic meters per second ([#6](https://github.com/atsyplenkov/tidyhydro/issues/6)). |
| 25 | + |
| 26 | +## Bug fixes |
| 27 | + |
| 28 | +- `nse` with `na_rm = TRUE` flag and missing values present in both simulated and observed time series now returns the same results as `hydroGOF::NSE()`. Previously, it did not skip missing values in the observed time series. |
| 29 | + |
| 30 | +## Miscellaneous |
| 31 | + |
| 32 | +- Introduced parameter testing via `quickcheck` ([#3](https://github.com/atsyplenkov/tidyhydro/issues/3)). Estimated metrics are now validated against their implementations in the `hydroGOF` package. |
| 33 | +- Removed unnecessary dependencies ([#2](https://github.com/atsyplenkov/tidyhydro/issues/2)). |
| 34 | +- Updated documentation with equations and references. |
| 35 | + |
| 36 | +# tidyhydro 0.0.4 |
| 37 | + |
| 38 | +## New features |
| 39 | + |
| 40 | +- Added Standard Factorial Error (`sfe`). |
| 41 | + |
| 42 | +# tidyhydro 0.0.3 |
| 43 | + |
| 44 | +## New features |
| 45 | + |
| 46 | +- Added PRediction Error Sum of Squares (`press`). |
0 commit comments