Skip to content

Commit e34397f

Browse files
authored
Combine compat bump into one PR (#593)
* Combine compat bump into one PR This closes #588, #589, #590, #591, $592 * Fix a typo. * use the new slightly more verbose author information as a test.
1 parent 670468f commit e34397f

6 files changed

Lines changed: 10 additions & 31 deletions

File tree

.github/workflows/CompatHelper.yml

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

Changelog.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,13 @@ The file was started with Version `0.4`.
66
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
77
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
88

9-
## [0.5.35] unreleased
9+
## [0.5.35] April 3, 2026
10+
11+
### Changed
1012

1113
* Improved formatting of the references in the Readme.md (#586)
14+
* Bump compat for RecursiveArrayTools.jl to include version 4
15+
* deactivate CompatHelper Action and solely use dependabot
1216

1317
## [0.5.34] March 3, 2026
1418

Project.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "Manopt"
22
uuid = "0fc0a36d-df90-57f3-8f93-d78a9fc72bb5"
33
version = "0.5.34"
4-
authors = ["Ronny Bergmann <manopt@ronnybergmann.net>"]
4+
authors = [{family-names = "Bergmann", given-names = "Ronny", alias = "kellertuer", city = "Trondheim", affiliation = "Norwegian University of Science and Technology", country = "NO", email = "manopt@ronnybergmann.net", orcid = "https://orcid.org/0000-0001-8342-7218", website = "https://ronnybergmann.net"}]
55

66
[workspace]
77
projects = ["test", "docs", "tutorials"]
@@ -61,7 +61,7 @@ Preferences = "1.4"
6161
Printf = "1.10"
6262
QuadraticModels = "0.9"
6363
Random = "1.10"
64-
RecursiveArrayTools = "2, 3"
64+
RecursiveArrayTools = "2, 3, 4"
6565
RipQP = "0.6.4, 0.7"
6666
SparseArrays = "1.10"
6767
Statistics = "1.10"

docs/Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,5 +46,5 @@ ManifoldsBase = "2"
4646
Manopt = "0.5"
4747
Plots = "1"
4848
QuadraticModels = "0.9.6"
49-
RecursiveArrayTools = "2, 3"
49+
RecursiveArrayTools = "2, 3, 4"
5050
RipQP = "0.6.4, 0.7"

test/Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ Manopt = "0.5.28"
3535
Plots = "1.30"
3636
QuadraticModels = "0.9"
3737
Random = "1.10"
38-
RecursiveArrayTools = "2, 3"
38+
RecursiveArrayTools = "2, 3, 4"
3939
RipQP = "0.6.4, 0.7"
4040
Test = "1.10"
4141
julia = "1.10"

tutorials/Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,4 @@ Manifolds = "0.11"
2929
ManifoldsBase = "2"
3030
Manopt = "0.5"
3131
Plots = "1.38"
32-
RecursiveArrayTools = "2, 3"
32+
RecursiveArrayTools = "2, 3, 4"

0 commit comments

Comments
 (0)