Skip to content

Commit

Permalink
Prepare 0.16.3.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
Shimuuar committed Jan 21, 2025
1 parent 0c16d2f commit 4a8c8da
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 3 deletions.
15 changes: 13 additions & 2 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,17 @@
## Changes in NEXT_VERSIONS
## Changes in 0.16.3.0

* Computation of `rSquare` has special case for case when data variation is 0.
* `S.Sample.correlation`, `S.Sample.covariance`,
`S.Correlation.pearson` do not allocate temporary arrays.

* Variants of correlation which take two vectors as input are added:
`S.Sample.correlation2`, `S.Sample.covariance2`, `S.Correlation.pearson2`,
`S.Correlation.spearman2`.

* Contexts for `S.Function.indexed`, `S.Correlation.spearman`, `S.pairedTTest`,
`S.Sample.correlation`, `S.Sample.covariance`, reduced.

* Computation of `rSquare` in linear regression has special case for case when
data variation is 0.

* Doctests added.

Expand Down
2 changes: 1 addition & 1 deletion statistics.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ cabal-version: 3.0
build-type: Simple

name: statistics
version: 0.16.2.1
version: 0.16.3.0
synopsis: A library of statistical types, data, and functions
description:
This library provides a number of common functions and types useful
Expand Down

0 comments on commit 4a8c8da

Please sign in to comment.