Releases: JuliaManifolds/Manopt.jl
Releases · JuliaManifolds/Manopt.jl
v0.4.24
Manopt v0.4.24
Merged pull requests:
v0.4.23
Manopt v0.4.23
Closed issues:
- Splitting stochastic gradient descent objective (#249)
Merged pull requests:
- 🎓Extend the Count and Cache Tutorial to also cover exchanging interims results. (#258) (@kellertuer)
- Allow the stochastic cost to be a vector of costs. (#259) (@kellertuer)
v0.4.22
Manopt v0.4.22
Merged pull requests:
- Typos in CountAndCache.md (#251) (@DanielVandH)
- Fix minor docs issues (#253) (@mateuszbaran)
- We can run Quarto on CI. (#254) (@kellertuer)
- Start a Tutorial how to implement a Solver. (#255) (@kellertuer)
- Switch to
ArrayPartition
(#256) (@mateuszbaran)
v0.4.21
Manopt v0.4.21
Closed issues:
Merged pull requests:
- Count and Cache Objectives. (#244) (@kellertuer)
v0.4.20
Manopt v0.4.20
Closed issues:
- check_gradient always fails (#245)
Merged pull requests:
- Change defaults for checking vectors/linearity/symmetry in check_ functions (#247) (@kellertuer)
v0.4.19
Manopt v0.4.19
Closed issues:
- Stabilize types in
AugmentedLagrangianMethodState
(#242)
Merged pull requests:
- Add customizable subsolver to trust_regions (#241) (@mateuszbaran)
- Make both ALM and EPM state type stable. (#243) (@kellertuer)
v0.4.18
v0.4.17
Manopt v0.4.17
Closed issues:
- High-lever interfaces starting with
solvername(M, obj, ...)
(#223) - Implement a
fill(p)
prequel for every solver, wherep
might be a number. (#235)
Merged pull requests:
- Nicer Interfaces for
::Number
Manifolds and Objectives (#236) (@kellertuer)
v0.4.16
v0.4.15
Manopt v0.4.15
Merged pull requests:
- Introduce the approximate Hessian as a default in trust regions. (#237) (@kellertuer)