Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2025-05-12 | 472 Bytes | |
v0.5.16 source code.tar.gz | 2025-05-12 | 1.8 MB | |
v0.5.16 source code.zip | 2025-05-12 | 1.9 MB | |
Totals: 3 Items | 3.7 MB | 1 |
Manopt v0.5.16
Fixed
- fixes a bug in the
LineSearches.jl
extension, where two (old)retract!
s were still present; they were changed toretact_fused!
.
Merged pull requests: - Inplace version of vectorize and reshape (#468) (@blegat) - Fix retracts in LineSearches extension (#471) (@kellertuer)
Closed issues: - Non-array manifold with JuMP/MOI (#274)