Skip to content

Commit

Permalink
ManifoldDiff v0.4 compat
Browse files Browse the repository at this point in the history
  • Loading branch information
mateuszbaran committed Nov 27, 2024
1 parent 9d316ec commit 78cdb4c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
6 changes: 4 additions & 2 deletions Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,13 @@ All notable Changes to the Julia package `Manopt.jl` will be documented in this
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.5.4] - unreleased
## [0.5.4] - November 27, 2024

### Added
* An automated detection whether the tutorials are present

* An automated detection whether the tutorials are present
if not an also no quarto run is done, an automated `--exlcude-tutorials` option is added.
* Support for ManifoldDiff 0.4

## [0.5.3] – October 18, 2024

Expand Down
4 changes: 2 additions & 2 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "Manopt"
uuid = "0fc0a36d-df90-57f3-8f93-d78a9fc72bb5"
authors = ["Ronny Bergmann <[email protected]>"]
version = "0.5.3"
version = "0.5.4"

[deps]
ColorSchemes = "35d6a980-a343-548e-a6ea-1d62b119f2f4"
Expand Down Expand Up @@ -50,7 +50,7 @@ JuMP = "1.15"
LRUCache = "1.4"
LineSearches = "7.2.0"
LinearAlgebra = "1.6"
ManifoldDiff = "0.3.8"
ManifoldDiff = "0.3.8, 0.4"
Manifolds = "0.9.11, 0.10"
ManifoldsBase = "0.15.18"
ManoptExamples = "0.1.10"
Expand Down

0 comments on commit 78cdb4c

Please sign in to comment.