Skip to content

Commit

Permalink
Introduce the Rayleigh Example as functors (#9)
Browse files Browse the repository at this point in the history
* Sketch Rayleigh and extends docs.
* Fix a few typos.
* Write a Rayleigh tutorial to computationally compare Euclidean and Riemannian Gradient runs.
* Add tests, bump version, update Changelog.
* Move all citations over to DocumenterCitations.jl
* Update examples/RayleighQuotient.qmd
  • Loading branch information
kellertuer authored Sep 16, 2023
1 parent a7f2165 commit b44080b
Show file tree
Hide file tree
Showing 20 changed files with 571 additions and 444 deletions.
23 changes: 22 additions & 1 deletion Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,28 @@ All notable changes to this Julia package will be documented in this file.
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.1.0] - 18/02/2023
## [0.1.1] – 16/09/2023

### Added

* Rayleigh Quotient functions added
* an example illustrating Euclidean gradient/HEssian conversion
* Add Literature with DocumenterCitations

## [0.1.2] – 13/06/2023

### Added

* Update examples to use Quarto
* Add DC examples

## [0.1.1] – 01/03/2023

### Added

* Rosenbrock function and examples

## [0.1.0] – 18/02/2023

### Added

Expand Down
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "ManoptExamples"
uuid = "5b8d5e80-5788-45cb-83d6-5e8f1484217d"
authors = ["Ronny Bergmann <[email protected]>"]
version = "0.1.2"
version = "0.1.3"

[deps]
ManifoldDiff = "af67fdf4-a580-4b9f-bbec-742ef357defd"
Expand Down
13 changes: 0 additions & 13 deletions bib/harvard1.csl

This file was deleted.

305 changes: 0 additions & 305 deletions bib/journal-of-the-royal-statistical-society.csl

This file was deleted.

Loading

2 comments on commit b44080b

@kellertuer
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JuliaRegistrator
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Registration pull request created: JuliaRegistries/General/91538

After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.

This will be done automatically if the Julia TagBot GitHub Action is installed, or can be done manually through the github interface, or via:

git tag -a v0.1.3 -m "<description of version>" b44080be8f05c8c442546cf0187513cdbdab8d45
git push origin v0.1.3

Please sign in to comment.