From a2a4f5a74dee1b5bc9114290345779eb7b93c907 Mon Sep 17 00:00:00 2001 From: Mateusz Baran Date: Wed, 27 Nov 2024 22:48:50 +0100 Subject: [PATCH] ManifoldDiff v0.4 compat (#425) --- Changelog.md | 6 ++++-- Project.toml | 4 ++-- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/Changelog.md b/Changelog.md index daccc650ce..6c8357fd9d 100644 --- a/Changelog.md +++ b/Changelog.md @@ -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 diff --git a/Project.toml b/Project.toml index fefe1a65c7..097ffd2e67 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "Manopt" uuid = "0fc0a36d-df90-57f3-8f93-d78a9fc72bb5" authors = ["Ronny Bergmann "] -version = "0.5.3" +version = "0.5.4" [deps] ColorSchemes = "35d6a980-a343-548e-a6ea-1d62b119f2f4" @@ -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"