Skip to content

v0.4.65

Compare
Choose a tag to compare
@github-actions github-actions released this 13 Jun 15:11
· 15 commits to master since this release
befce29

Manopt v0.4.65

Diff since v0.4.64

Changed

  • refactor stopping criteria to not store a sc.reason internally, but instead only
    generate the reason (and hence allocate a string) when actually asked for a reason.

Merged pull requests:

  • CompatHelper: bump compat for DocumenterInterLinks to 1 for package docs, (keep existing compat) (#394) (@github-actions[bot])
  • Refactor get_reason (#395) (@kellertuer)

Closed issues:

  • Built-in stopping criterions allocate new error strings on each check, even when not required (#389)