ProximalOperators.jl Versions Save

Proximal operators for nonsmooth optimization in Julia

v0.16.1

6 months ago

ProximalOperators v0.16.1

Diff since v0.16.0

Merged pull requests:

  • Add Aqua to tests, fix issues (#144) (@lostella)
  • Fix broken badge in README.md (#145) (@lostella)
  • Update Documenter version (#146) (@lostella)
  • Fix undefined identifier in IndZero (#147) (@lostella)
  • Update Project.toml to include stdlib versions (#148) (@lostella)

v0.16.0

8 months ago

v0.15.3

1 year ago

ProximalOperators v0.15.3

Diff since v0.15.2

Merged pull requests:

  • Fix type issues (#141) (@lostella)
  • Improve array indexing (#142) (@lostella)

v0.15.2

2 years ago

ProximalOperators v0.15.2

Diff since v0.15.1

Closed issues:

  • Lightweight “base” package with core definitions (#131)
  • SqrNormL2 expects λ to be positive (#139)

Merged pull requests:

  • Fix: allow weights in SqrNormL2 to be zero (#140) (@lostella)

v0.15.1

2 years ago

ProximalOperators v0.15.1

Diff since v0.15.0

Merged pull requests:

  • CompatHelper: bump compat for OSQP to 0.8, (keep existing compat) (#138) (@github-actions[bot])

v0.15.0

2 years ago

ProximalOperators v0.15.0

Diff since v0.14.2

Merged pull requests:

  • Add NormL1plusL2 (#133) (@fabian-sp)
  • Fixes to IndHyperslab, bump Julia version to 1 and 1.6 in workflows (#135) (@lostella)
  • CompatHelper: bump compat for "OSQP" to "0.7" (#136) (@github-actions[bot])
  • Introducing ProximalCore, cleaning up code (#137) (@lostella)

v0.14.2

2 years ago

ProximalOperators v0.14.2

Diff since v0.14.1

Merged pull requests:

  • Cosmetic fixes to TotalVariation1D (#130) (@lostella)
  • Fix type for LeastSquares gradient (#134) (@lostella)

v0.14.1

2 years ago

ProximalOperators v0.14.1

Diff since v0.14.0

Closed issues:

  • TV norm prox (#124)

Merged pull requests:

  • Update docs and test workflows (#123) (@lostella)
  • Add benchmarks for IndExpPrimal, IndSimplex, IndBallL1, bump Julia to 1.6 (#126) (@lostella)
  • Refactor test script for optimality conditions, cosmetic changes (#127) (@lostella)
  • Add 1D-Total variation prox (#128) (@fabian-sp)
  • Implement more efficient projection on simplex and L1 ball (#129) (@lostella)

v0.14.0

3 years ago

ProximalOperators v0.14.0

Diff since v0.13.0

Merged pull requests:

  • Fix unbound args for Julia 1.6 (#122) (@lostella)

v0.13.0

3 years ago

ProximalOperators v0.13.0

Diff since v0.12.0

Closed issues:

  • Return types should agree with inputs? (#74)

Merged pull requests:

  • Making function value types the same as input eltype (#89) (@lostella)
  • use separate workflow for julia nightly (#116) (@lostella)
  • CompatHelper: bump compat for "IterativeSolvers" to "0.9" (#120) (@github-actions[bot])