Skip to content

Releases: beacon-biosignals/StandardizedPredictors.jl

v1.0.1

02 May 18:19
447e4a1
Compare
Choose a tag to compare

StandardizedPredictors v1.0.1

Diff since v1.0.0

Merged pull requests:

  • add Aqua to tests (#29) (@palday)
  • CompatHelper: bump compat for StatsBase to 0.34, (keep existing compat) (#30) (@github-actions[bot])

v1.0.0

10 Apr 19:00
d61a770
Compare
Choose a tag to compare

StandardizedPredictors v1.0.0

Diff since v0.1.5

Merged pull requests:

v0.1.5

05 Apr 15:07
7b38f38
Compare
Choose a tag to compare

StandardizedPredictors v0.1.5

Diff since v0.1.4

Closed issues:

  • Order of standardizing transformation and evaluation of function (#22)

Merged pull requests:

v0.1.4

12 Jan 22:23
8f52f69
Compare
Choose a tag to compare

StandardizedPredictors v0.1.4

Diff since v0.1.3

Closed issues:

  • Allow Center(::Function), Scale(::Function), ZScore(::Function, ::Function) in schema hints/contrasts (#19)

Merged pull requests:

  • update YASG Enforcer to keep semantic linebreaks (#20) (@palday)
  • Support Center(::Function), Scale(::Function), ZScore(;center::Function, scale::Function) (#21) (@palday)

v0.1.3

06 Oct 19:30
de5ef95
Compare
Choose a tag to compare

StandardizedPredictors v0.1.3

Diff since v0.1.2

Merged pull requests:

v0.1.2

03 Jul 03:33
8c6bb43
Compare
Choose a tag to compare

StandardizedPredictors v0.1.2

Diff since v0.1.1

Closed issues:

  • initial release tracking (#5)
  • Bikeshed center term printing (#7)

Merged pull requests:

v0.1.1

12 May 18:21
ff4425f
Compare
Choose a tag to compare

StandardizedPredictors v0.1.1

Diff since v0.1.0

Closed issues:

  • Docs aren't deploying (#12)

Merged pull requests:

v0.1.0

05 Jan 18:13
8d3122f
Compare
Choose a tag to compare

StandardizedPredictors v0.1.0

Merged pull requests:

  • CompatHelper: add new compat entry for "StatsModels" at version "0.6" (#2) (@github-actions[bot])
  • CompatHelper: add new compat entry for "StatsBase" at version "0.33" (#3) (@github-actions[bot])
  • docs (#6) (@kleinschmidt)
  • don't make failing doctests fail the build (#8) (@kleinschmidt)
  • fix up printing for CenteredTerm (#9) (@kleinschmidt)
  • flesh out and test support for non-continuous terms (e.g., categorical) (#10) (@kleinschmidt)