Skip to content

Releases: JuliaStats/StatsAPI.jl

v1.8.0

01 Dec 09:01
ee9906d

Choose a tag to compare

StatsAPI v1.8.0

Diff since v1.7.1

Merged pull requests:

  • Bump actions/checkout from 4 to 5 (#34) (@dependabot[bot])
  • Declare StatsAPI functionality as public on Julia >= 1.11 (#35) (@devmotion)

v1.7.1

29 May 03:15
aa8f3fb

Choose a tag to compare

StatsAPI v1.7.1

Diff since v1.7.0

Merged pull requests:

v1.7.0

06 Sep 21:34
20b38e1

Choose a tag to compare

StatsAPI v1.7.0

Diff since v1.6.0

Merged pull requests:

v1.6.0

28 Mar 17:14
64d7d28

Choose a tag to compare

StatsAPI v1.6.0

Diff since v1.5.0

Merged pull requests:

v1.5.0

03 Aug 22:19
14e0ba7

Choose a tag to compare

StatsAPI v1.5.0

Diff since v1.4.0

Merged pull requests:

  • Add linearpredictor and linearpredictor! (#19) (@ararslan)

v1.4.0

06 Jun 21:40
e42a88a

Choose a tag to compare

StatsAPI v1.4.0

Diff since v1.3.0

Merged pull requests:

  • Adjust definition of null model when there is no intercept (#14) (@nalimilan)
  • Add offset to get the offset term from a model (#15) (@ararslan)

v1.3.0

22 Apr 11:53
dfacfa6

Choose a tag to compare

StatsAPI v1.3.0

Diff since v1.2.2

Merged pull requests:

  • Add reconstruct method to the regression model (#12) (@wildart)

v1.2.2

11 Apr 20:46
8c21ed6

Choose a tag to compare

StatsAPI v1.2.2

Diff since v1.2.1

Merged pull requests:

  • Add tests for statistical models (#11) (@nalimilan)
  • Attach r2 and adjr2 docstrings to methods rather than functions (#13) (@nalimilan)

v1.2.1

15 Feb 22:09
3b899d9

Choose a tag to compare

StatsAPI v1.2.1

Diff since v1.2.0

Merged pull requests:

v1.2.0

23 Dec 15:58
00ce15f

Choose a tag to compare

StatsAPI v1.2.0

Diff since v1.1.0

Merged pull requests:

  • Move r2 and adjr2 implementations from StatsBase (#7) (@nalimilan)