Skip to content

Commit a908781

Browse files
committed
Merge branch 'master' into mbaran/fix-show-repr
# Conflicts: # Changelog.md
2 parents cf0d2d0 + e34397f commit a908781

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
@@ -8,6 +8,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
88

99
## [0.6.0] unreleased
1010

11+
### Changed
12+
1113
This is a breaking release in order to move a few parts to a unified naming and since weæ
1214
discontinue the `JuMP` extension. It will at some point return as a separate package, see (#532)
1315
for the last of the discussions around that.
@@ -18,12 +20,14 @@ for the last of the discussions around that.
1820
* Unified all `show` methods and their human readable analoga `status_summary` throughout the package (#569)
1921
* Fixed some text descriptions of a few stopping criteria.
2022
* unify naming of fields, `debugDictionary` of the debug state is now called `debug_dictionary`
21-
* the `NesterovRule` now also stores an. `AbstractRetractionMethod` instead of implicitly always using the default one.
23+
* the `NesterovRule` now also stores an actual `AbstractRetractionMethod` instead of implicitly always using the default one.
2224

2325
### Changes
2426

2527
* `NonlinearLeastSquaresObjective` is now called `ManifoldNonlinearLeastSquaresObjective` (#569).
2628
* Improved formatting of the references in the Readme.md (#586)
29+
* Bump compat for RecursiveArrayTools.jl to include version 4
30+
* deactivate CompatHelper Action and solely use dependabot
2731

2832
## [0.5.34] March 3, 2026
2933

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)