Skip to content

Releases: JuliaStats/StatsAPI.jl

v1.8.0

Choose a tag to compare

@github-actions github-actions released this 01 Dec 09:01
ee9906d

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

Choose a tag to compare

@github-actions github-actions released this 29 May 03:15
aa8f3fb

StatsAPI v1.7.1

Diff since v1.7.0

Merged pull requests:

v1.7.0

Choose a tag to compare

@github-actions github-actions released this 06 Sep 21:34
20b38e1

StatsAPI v1.7.0

Diff since v1.6.0

Merged pull requests:

v1.6.0

Choose a tag to compare

@github-actions github-actions released this 28 Mar 17:14
64d7d28

StatsAPI v1.6.0

Diff since v1.5.0

Merged pull requests:

v1.5.0

Choose a tag to compare

@github-actions github-actions released this 03 Aug 22:19
14e0ba7

StatsAPI v1.5.0

Diff since v1.4.0

Merged pull requests:

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

v1.4.0

Choose a tag to compare

@github-actions github-actions released this 06 Jun 21:40
e42a88a

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

Choose a tag to compare

@github-actions github-actions released this 22 Apr 11:53
dfacfa6

StatsAPI v1.3.0

Diff since v1.2.2

Merged pull requests:

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

v1.2.2

Choose a tag to compare

@github-actions github-actions released this 11 Apr 20:46
8c21ed6

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

Choose a tag to compare

@github-actions github-actions released this 15 Feb 22:09
3b899d9

StatsAPI v1.2.1

Diff since v1.2.0

Merged pull requests:

v1.2.0

Choose a tag to compare

@github-actions github-actions released this 23 Dec 15:58
00ce15f

StatsAPI v1.2.0

Diff since v1.1.0

Merged pull requests:

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