Releases: JuliaStats/Lasso.jl
Releases · JuliaStats/Lasso.jl
v0.7.1
Lasso v0.7.1
Closed issues:
- matrix is not square,how to fix it? (#76)
Merged pull requests:
- Support for StatsBase v0.34 and StatsModels v0.7 (#77) (@AsafManela)
v0.7.0
Lasso v0.7.0
Closed issues:
- please tag a new release for Pkg resolver (#64)
- 0.6.3 precompilation error (#65)
- upgrades and documentation (#66)
- preferred way of saving model (#69)
- Document maximum iterations settings. (#70)
Merged pull requests:
- add triple backticks at the end of code block (#67) (@szcf-weiya)
- one more: add triple backticks at the end of code block (#68) (@szcf-weiya)
- docs: extend documentation for fit() (#72) (@jolars)
- Fix dropcollinear issue with an empty nullmodel (#73) (@AsafManela)
v0.6.3
Lasso v0.6.3
Merged pull requests:
- Update Reexport compatibility to version 1.x (#62) (@Am386DX-40)
- Bump MLBase compat and this package's version (#63) (@AsafManela)
v0.6.2
Lasso v0.6.2
Merged pull requests:
- bump DSP compat to 0.7; fix csv-to-matrix function to DataFrames 1 (#59) (@kleinschmidt)
- bumped version and updated compats (#60) (@AsafManela)
v0.6.1
Lasso v0.6.1
Closed issues:
Merged pull requests:
- switch tagbot action to on issue_comment (#57) (@AsafManela)
- Allow zero alpha if lambda is specified (#58) (@oxinabox)
v0.6.0
Lasso v0.6.0
Closed issues:
- possible test failure in upcoming Julia version 1.5 (#48)
Merged pull requests:
- Included a description of the α parameter in docstring of StatsBase.fit. (#50) (@barankarakus)
- Test using StableRNGs (#55) (@AsafManela)
v0.5.2
Lasso v0.5.2
Closed issues:
- cannot set a given lambda for fit (#15)
- PR to switch to Julia v0.6 constructions (#16)
- Intermittent Bounds Error (#42)
Merged pull requests:
- travis-ci on mac now already has gcc (#38) (@AsafManela)
- Install TagBot as a GitHub Action (#41) (@JuliaTagBot)
- Have selectmodel, segselect, and coef accept keywords (#44) (@lstagner)
- Allow passing a function to generate λ (#45) (@timholy)
- Clarify the documentation (#46) (@timholy)
- bumped version for bug fix release (#47) (@AsafManela)
v0.5.1
v0.5.1 (2020-01-01)
Closed issues:
- "matrix not square" error (#36)
Merged pull requests:
- Correct show and predict after selectmodel and remove side effects (#37) (AsafManela)
v0.5.0
v0.4.1
v0.4.1 (2019-06-25)
Merged pull requests:
- Cap StatsModels at v0.5 and require GLM v1.2 (#33) (AsafManela)