Releases: ml-unito/PartitionedLS.jl
Releases · ml-unito/PartitionedLS.jl
v1.0.10
PartitionedLS v1.0.10
Diff since v1.0.4
Merged pull requests:
Closed issues:
- Add TagBot and CompatHelper actions (#8)
- Typos in doc string (#9)
v1.0.4
PartitionedLS v1.0.4
Merged pull requests:
- partitioned-ls-opt-algorithm-fit (#1) (@boborbt)
- Add MLJ interface tests (#3) (@ablaom)
- Make corrections and expansions to model doc string (#7) (@ablaom)
Closed issues:
- Remove Manifest.toml (#2)
- MLJ model struct must have a default instance (#4)
- Remove MLJBase, DataFrames, as hard dependencies (#5)
- Consider more generic methods to allow float types other than Float64 (#6)
Version ready for MLJModels registering
What's Changed
- Add MLJ interface tests by @ablaom in #3
- Make corrections and expansions to model doc string by @ablaom in #7
New Contributors
Full Changelog: 1.0.1...1.0.4
First version submitted to the general registry
This version contains a substantial cleanup of the code. The original methods based on Convex have been removed. Now all methods are based on non-negative least squares solvers.