Releases: JuliaStats/Lasso.jl
Releases · JuliaStats/Lasso.jl
v0.7.5
Lasso v0.7.5
Merged pull requests:
- Fix DomainError from log(0.0) in Julia 1.13 for Poisson/LogLink models (#95) (@AsafManela)
Closed issues:
v0.7.4
Lasso v0.7.4
Merged pull requests:
- CompatHelper: add new compat entry for Lasso at version 0.7 for package docs, (keep existing compat) (#87) (@github-actions[bot])
- CompatHelper: add new compat entry for DataFrames at version 1 for package docs, (keep existing compat) (#88) (@github-actions[bot])
- CompatHelper: bump compat for Documenter to 1 for package docs, (keep existing compat) (#89) (@github-actions[bot])
- Bump actions/checkout from 5 to 6 (#90) (@dependabot[bot])
- Bump actions/cache from 4 to 5 (#91) (@dependabot[bot])
v0.7.2
What's Changed
- Pass rng to MinCVmse and MinCV1se by @Am386DX-40 in #80
- bumped Lasso and GLM versions by @AsafManela in #81
Full Changelog: v0.7.1...v0.7.2
v0.7.3
Lasso v0.7.3
Merged pull requests:
- Pass rng to MinCVmse and MinCV1se (#80) (@Am386DX-40)
- bumped Lasso and GLM versions (#81) (@AsafManela)
- Support DSP 0.8 and bump version (#84) (@mohamed82008)
Closed issues:
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)