From cfee283dc91df60fb92b9b6d8e9881eae5a380bd Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 11 Aug 2021 01:05:41 +0000 Subject: [PATCH 1/6] CompatHelper: add new compat entry for "RecursiveArrayTools" at version "2" --- Project.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Project.toml b/Project.toml index 62462c4..29f9b80 100644 --- a/Project.toml +++ b/Project.toml @@ -17,6 +17,7 @@ SciMLBase = "0bca4576-84f4-4d90-8ffe-ffa030f20462" DoubleFloats = ">= 0.9.2" Manifolds = "0.6" ManifoldsBase = "0.12" +RecursiveArrayTools = "2" SciMLBase = "1.0" julia = "1.0" From d6260036feae33ff3471be8256de84eba485433b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 11 Aug 2021 01:05:44 +0000 Subject: [PATCH 2/6] CompatHelper: add new compat entry for "DiffEqBase" at version "6" --- Project.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Project.toml b/Project.toml index 62462c4..3406f84 100644 --- a/Project.toml +++ b/Project.toml @@ -14,6 +14,7 @@ RecursiveArrayTools = "731186ca-8d62-57ce-b412-fbd966d074cd" SciMLBase = "0bca4576-84f4-4d90-8ffe-ffa030f20462" [compat] +DiffEqBase = "6" DoubleFloats = ">= 0.9.2" Manifolds = "0.6" ManifoldsBase = "0.12" From ffd1b726aefc502171dc973551e3266ea62e710b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 11 Aug 2021 01:05:47 +0000 Subject: [PATCH 3/6] CompatHelper: add new compat entry for "OrdinaryDiffEq" at version "5" --- Project.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Project.toml b/Project.toml index 62462c4..9f52a69 100644 --- a/Project.toml +++ b/Project.toml @@ -17,6 +17,7 @@ SciMLBase = "0bca4576-84f4-4d90-8ffe-ffa030f20462" DoubleFloats = ">= 0.9.2" Manifolds = "0.6" ManifoldsBase = "0.12" +OrdinaryDiffEq = "5" SciMLBase = "1.0" julia = "1.0" From f00c41ede6a3efaff63ba67b1d31bfd894b46d3b Mon Sep 17 00:00:00 2001 From: Ronny Bergmann Date: Wed, 11 Aug 2021 06:09:54 +0200 Subject: [PATCH 4/6] Update Readme.me master -> main in badges. --- Readme.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Readme.md b/Readme.md index 1f4d84e..6c89a7c 100644 --- a/Readme.md +++ b/Readme.md @@ -3,8 +3,8 @@ [![](https://img.shields.io/badge/docs-stable-blue.svg)](https://juliamanifolds.github.io/ManifoldDiffEq.jl/stable/) [![](https://img.shields.io/badge/docs-dev-blue.svg)](https://juliamanifolds.github.io/ManifoldDiffEq.jl/latest/) [![Code Style: Blue](https://img.shields.io/badge/code%20style-blue-4495d1.svg)](https://github.com/invenia/BlueStyle) -[![CI](https://github.com/JuliaManifolds/ManifoldDiffEq.jl/workflows/CI/badge.svg)](https://github.com/JuliaManifolds/ManifoldDiffEq.jl/actions?query=workflow%3ACI+branch%3Amaster) -[![codecov.io](http://codecov.io/github/JuliaManifolds/ManifoldDiffEq.jl/coverage.svg?branch=master)](https://codecov.io/gh/JuliaManifolds/ManifoldDiffEq.jl/) +[![CI](https://github.com/JuliaManifolds/ManifoldDiffEq.jl/workflows/CI/badge.svg)](https://github.com/JuliaManifolds/ManifoldDiffEq.jl/actions?query=workflow%3ACI+branch%3Amain) +[![codecov.io](http://codecov.io/github/JuliaManifolds/ManifoldDiffEq.jl/coverage.svg?branch=main)](https://codecov.io/gh/JuliaManifolds/ManifoldDiffEq.jl/) The package __ManifoldDiffEq.jl__ provides solvers for differential equations on Riemannian manifolds using the interfaces of [`ManifoldsBase.jl`](https://github.com/JuliaManifolds/ManifoldsBase.jl) From 1d4ad6832d8220a675b83a60c89d3461c887d998 Mon Sep 17 00:00:00 2001 From: Ronny Bergmann Date: Wed, 11 Aug 2021 06:22:56 +0200 Subject: [PATCH 5/6] Set branch for latest (dev) in documenter to main. --- docs/make.jl | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/docs/make.jl b/docs/make.jl index fa1e96a..739509b 100644 --- a/docs/make.jl +++ b/docs/make.jl @@ -15,4 +15,8 @@ makedocs( "Examples" => "examples.md", ], ) -deploydocs(repo = "github.com/JuliaManifolds/ManifoldDiffEq.jl.git", push_preview = true) +deploydocs( + repo = "github.com/JuliaManifolds/ManifoldDiffEq.jl.git", + push_preview = true, + devbranch = "main", +) From b3b8fb12d34f3f818aa9954cbf39bf63db8f13eb Mon Sep 17 00:00:00 2001 From: Mateusz Baran Date: Wed, 11 Aug 2021 10:18:58 +0200 Subject: [PATCH 6/6] Update Readme.md --- Readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Readme.md b/Readme.md index 6c89a7c..d1c4452 100644 --- a/Readme.md +++ b/Readme.md @@ -1,7 +1,7 @@ # ManifoldDiffEq.jl [![](https://img.shields.io/badge/docs-stable-blue.svg)](https://juliamanifolds.github.io/ManifoldDiffEq.jl/stable/) -[![](https://img.shields.io/badge/docs-dev-blue.svg)](https://juliamanifolds.github.io/ManifoldDiffEq.jl/latest/) +[![](https://img.shields.io/badge/docs-dev-blue.svg)](https://juliamanifolds.github.io/ManifoldDiffEq.jl/dev/) [![Code Style: Blue](https://img.shields.io/badge/code%20style-blue-4495d1.svg)](https://github.com/invenia/BlueStyle) [![CI](https://github.com/JuliaManifolds/ManifoldDiffEq.jl/workflows/CI/badge.svg)](https://github.com/JuliaManifolds/ManifoldDiffEq.jl/actions?query=workflow%3ACI+branch%3Amain) [![codecov.io](http://codecov.io/github/JuliaManifolds/ManifoldDiffEq.jl/coverage.svg?branch=main)](https://codecov.io/gh/JuliaManifolds/ManifoldDiffEq.jl/)