Skip to content

Commit

Permalink
Remove the geodesic regression tutorial. (#430)
Browse files Browse the repository at this point in the history
* Remove the geodesic regression tutorial.
* add changelog entry.
* Remove menu entry.
  • Loading branch information
kellertuer authored Dec 16, 2024
1 parent 2aa8f62 commit 27ebea0
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 1,053 deletions.
6 changes: 6 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@ All notable Changes to the Julia package `Manopt.jl` will be documented in this
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [0.5.5] unreleased

### Removed

* The geodesic regression example, first because it is not correct, second because it should become part of ManoptExamples.jl once it is correct.

## [0.5.4] - December 11, 2024

### Added
Expand Down
1 change: 0 additions & 1 deletion docs/make.jl
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@ tutorials_menu =
"Implement a solver" => "tutorials/ImplementASolver.md",
"Optimize on your own manifold" => "tutorials/ImplementOwnManifold.md",
"Do constrained optimization" => "tutorials/ConstrainedOptimization.md",
"Do geodesic regression" => "tutorials/GeodesicRegression.md",
]
# Check whether all tutorials are rendered, issue a warning if not (and quarto if not set)
all_tutorials_exist = true
Expand Down
Loading

0 comments on commit 27ebea0

Please sign in to comment.