Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 27ebea0

Browse files
authoredDec 16, 2024··
Remove the geodesic regression tutorial. (#430)
* Remove the geodesic regression tutorial. * add changelog entry. * Remove menu entry.
1 parent 2aa8f62 commit 27ebea0

File tree

5 files changed

+7
-1053
lines changed

5 files changed

+7
-1053
lines changed
 

‎Changelog.md‎

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ All notable Changes to the Julia package `Manopt.jl` will be documented in this
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [0.5.5] unreleased
9+
10+
### Removed
11+
12+
* The geodesic regression example, first because it is not correct, second because it should become part of ManoptExamples.jl once it is correct.
13+
814
## [0.5.4] - December 11, 2024
915

1016
### Added

‎docs/make.jl‎

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,6 @@ tutorials_menu =
4545
"Implement a solver" => "tutorials/ImplementASolver.md",
4646
"Optimize on your own manifold" => "tutorials/ImplementOwnManifold.md",
4747
"Do constrained optimization" => "tutorials/ConstrainedOptimization.md",
48-
"Do geodesic regression" => "tutorials/GeodesicRegression.md",
4948
]
5049
# Check whether all tutorials are rendered, issue a warning if not (and quarto if not set)
5150
all_tutorials_exist = true

‎docs/src/tutorials/GeodesicRegression.md‎

Lines changed: 0 additions & 520 deletions
This file was deleted.

‎src/documentation_glossary.jl‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ _tex(args...; kwargs...) = glossary(:LaTeX, args...; kwargs...)
9999
define!(:Math, :distance, raw"\mathrm{d}")
100100
define!(:Math, :M, (; M="M") -> _math(:Manifold, :symbol; M=M))
101101
define!(:Math, :Manifold, :symbol, (; M="M") -> _tex(:Cal, M))
102-
define!(:Math, :Manifold, :descrption, "the Riemannian manifold")
102+
define!(:Math, :Manifold, :description, "the Riemannian manifold")
103103
define!(:Math, :Iterate, (; p="p", k="k") -> "$(p)^{($(k))}")
104104
define!(
105105
:Math,

‎tutorials/GeodesicRegression.qmd‎

Lines changed: 0 additions & 531 deletions
This file was deleted.

0 commit comments

Comments
 (0)
Please sign in to comment.