From 9560bc3de8f23ba1719703ae0efa7d46b96c86d9 Mon Sep 17 00:00:00 2001 From: michael-petersen Date: Wed, 28 Feb 2024 13:09:56 +0000 Subject: [PATCH] update documentation branch --- .github/workflows/benchmark.yml | 30 ------------------------------ README.md | 1 - 2 files changed, 31 deletions(-) delete mode 100644 .github/workflows/benchmark.yml diff --git a/.github/workflows/benchmark.yml b/.github/workflows/benchmark.yml deleted file mode 100644 index f4491c5..0000000 --- a/.github/workflows/benchmark.yml +++ /dev/null @@ -1,30 +0,0 @@ - -name: Benchmark -on: - -jobs: - Benchmark: - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v4 - - uses: julia-actions/setup-julia@v1 - with: - version: 1.7.2 - arch: x64 - - name: instantiate environment - run: | - pwd - julia --project=fht -e ' - using Pkg - Pkg.add("BenchmarkTools") - Pkg.add("ArgParse") - Pkg.add(url="https://github.com/michael-petersen/OrbitalElements.jl.git") - Pkg.add(url="https://github.com/michael-petersen/FiniteHilbertTransform.jl.git")' - ls - julia --project=fht -e ' - using Pkg - Pkg.develop(PackageSpec(path="/home/runner/work/FiniteHilbertTransform.jl/FiniteHilbertTransform.jl"))' - - name: benchmark - run: | - julia --project=fht examples/run_basetests.jl - julia --project=fht examples/run_plasma.jl diff --git a/README.md b/README.md index 3655888..8390c15 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,6 @@ # FiniteHilbertTransform.jl -[![Test Builds](https://github.com/JuliaStellarDynamics/FiniteHilbertTransform.jl/actions/workflows/benchmark.yml/badge.svg)](https://github.com/JuliaStellarDynamics/FiniteHilbertTransform.jl/actions/workflows/benchmark.yml) [![image](https://github.com/JuliaStellarDynamics/FiniteHilbertTransform.jl/actions/workflows/documentation.yml/badge.svg?branch=documentation)](https://juliastellardynamics.github.io/FiniteHilbertTransform.jl/) **FiniteHilbertTransform.jl** is a Julia package designed to compute the finite version of the Hilbert transformations. This toolbox is inspired by Tricomi's work on the finite Hilbert transform from 1957. In the context of gravitational dynamics, the finite Hilbert transform may be used as a scheme for analytic continuation to the lower half of the complex plane. See [Fouvry & Prunet (2022)](https://ui.adsabs.harvard.edu/abs/2022MNRAS.509.2443F/abstract), or [Petersen et al. (2024)](https://ui.adsabs.harvard.edu/abs/2023arXiv231110630P/abstract) for details.