Skip to content

v0.2.5: bug fixes and compatibility with Base

Compare
Choose a tag to compare
@kleinschmidt kleinschmidt released this 21 May 17:50
· 131 commits to master since this release
d4ae815
  • StatsBase.stderr is now StatsBase.stderror (#59, JuliaStats/StatsBase.jl#368) to avoid conflicts with Base.stderr (renamed from STDERR)
  • Bugfix in error message for Formula (@matthieugomez #56)
  • Fix missing StatsBase coefnames method for DataFrameStatisticalModel and DataFrameRegressionModel