Skip to content

Commit c4949b3

Browse files
committed
Merge branch 'master' into mbaran/fix-show-repr
# Conflicts: # Changelog.md
2 parents 51b2d33 + 10911c5 commit c4949b3

3 files changed

Lines changed: 37 additions & 6 deletions

File tree

.github/workflows/documenter.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
with:
1919
version: "1.12"
2020
- name: Julia Cache
21-
uses: julia-actions/cache@v2
21+
uses: julia-actions/cache@v3
2222
- name: Cache Quarto
2323
id: cache-quarto
2424
uses: actions/cache@v5

Changelog.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
88

99
## [0.6.0] unreleased
1010

11-
This is a breaking release in order to move a few parts to a uinified naming and since weæ
11+
This is a breaking release in order to move a few parts to a unified naming and since weæ
1212
discontinue the `JuMP` extension. It will at some point return as a separate package.
1313

1414
### Fixed
@@ -21,7 +21,7 @@ discontinue the `JuMP` extension. It will at some point return as a separate pac
2121
### Changes
2222

2323
* `NonlinearLeastSquaresObjective` is now called `ManifoldNonlinearLeastSquaresObjective`.
24-
24+
* Improved formatting of the references in the Readme.md (#586)
2525

2626
## [0.5.34] March 3, 2026
2727

Readme.md

Lines changed: 34 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,15 @@ The following packages are related to `Manopt.jl`
6161

6262
If you use `Manopt.jl` in your work, please cite the following
6363

64+
> _Bergmann, R._ (2022).
65+
> **Manopt.jl: Optimization on Manifolds in Julia**,
66+
> Journal of Open Source Software, 7(70), 3866.<br/>
67+
> doi: [10.21105/joss.03866](https://doi.org/10.21105/joss.03866)
68+
69+
<details>
70+
71+
<summary><code>Bergmann:2022</code> (BibLaTeX) </summary>
72+
6473
```biblatex
6574
@article{Bergmann2022,
6675
Author = {Ronny Bergmann},
@@ -75,8 +84,17 @@ If you use `Manopt.jl` in your work, please cite the following
7584
}
7685
```
7786

87+
</details>
88+
7889
To refer to a certain version or the source code in general please cite for example
7990

91+
> _Bergmann, R._ (2026). **Manopt.jl**, Zenodo. <br/>
92+
> doi: [10.5281/zenodo.4290905](https://doi.org/10.5281/zenodo.4290905)
93+
94+
<details>
95+
96+
<summary><code>Manoptjl-zenodo-mostrecent</code> (BibLaTeX)</summary>
97+
8098
```biblatex
8199
@software{manoptjl-zenodo-mostrecent,
82100
Author = {Ronny Bergmann},
@@ -88,10 +106,22 @@ To refer to a certain version or the source code in general please cite for exam
88106
}
89107
```
90108

91-
for the most recent version or a corresponding version specific DOI, see [the list of all versions](https://zenodo.org/search?page=1&size=20&q=conceptrecid:%224290905%22&sort=-version&all_versions=True).
109+
</details>
110+
111+
for the most recent version.
112+
For a corresponding version specific DOI, see [the list of all versions](https://zenodo.org/search?page=1&size=20&q=conceptrecid:%224290905%22&sort=-version&all_versions=True).
92113

93114
If you are also using [`Manifolds.jl`](https://juliamanifolds.github.io/Manifolds.jl/stable/) please consider to cite
94115

116+
> _Axen, S. D., Baran, M., Bergmann, R., Rzecki, K._ (2023).
117+
> **Manifolds.jl: An Extensible Julia Framework for Data Analysis on Manifolds**,
118+
> ACM Transactions on Mathematical Software, Volume 49, Issue 4, Article No. 33, pages 1–23. <br>
119+
> doi: [10.1145/3618296](https://doi.org/10.1145/3618296),
120+
> arXiv: [2106.08777](https://arxiv.org/abs/2106.08777)
121+
<details>
122+
123+
<summary><code>AxenBaranBergmannRzecki:2023</code>(BibLaTeX)</summary>
124+
95125
```biblatex
96126
@article{AxenBaranBergmannRzecki:2023,
97127
AUTHOR = {Axen, Seth D. and Baran, Mateusz and Bergmann, Ronny and Rzecki, Krzysztof},
@@ -100,14 +130,15 @@ If you are also using [`Manifolds.jl`](https://juliamanifolds.github.io/Manifold
100130
JOURNAL = {ACM Transactions on Mathematical Software},
101131
MONTH = {dec},
102132
NUMBER = {4},
103-
TITLE = {Manifolds.jl: An Extensible Julia Framework for Data Analysis on Manifolds},
133+
TITLE = {Manifolds.Jl: An Extensible Julia Framework for Data Analysis on Manifolds},
104134
VOLUME = {49},
105135
YEAR = {2023}
106136
}
107137
```
108138

139+
</details>
140+
109141
as well.
110-
Note that all citations are in [BibLaTeX](https://ctan.org/pkg/biblatex) format.
111142

112143
`Manopt.jl` belongs to the Manopt family:
113144

0 commit comments

Comments
 (0)