Skip to content

Releases: ml-unito/PartitionedLS.jl

v1.0.11

14 Apr 10:09
Compare
Choose a tag to compare

PartitionedLS v1.0.11

Diff since v1.0.10

v1.0.10

14 Apr 09:13
Compare
Choose a tag to compare

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)

1.0.7

13 Apr 06:52
Compare
Choose a tag to compare

Full Changelog: v1.0.4...1.0.7

v1.0.4

13 Apr 06:28
ef2496a
Compare
Choose a tag to compare

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

12 Apr 11:13
ef2496a
Compare
Choose a tag to compare

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

  • @ablaom made their first contribution in #3

Full Changelog: 1.0.1...1.0.4

1.0.1

05 Apr 12:28
Compare
Choose a tag to compare

Adds support for the MLJ interface

Full Changelog: 0.9.5...1.0.1

First version submitted to the general registry

01 Apr 07:05
Compare
Choose a tag to compare

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.