Skip to content

Commit

Permalink
updated ford docs and fpm manifest file
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobwilliams committed Jan 6, 2024
1 parent deea5d7 commit 8a4e171
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 20 deletions.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
![bspline-fortran](/media/bspline-fortran.png)
![bspline-fortran](media/bspline-fortran.png)
============

Multidimensional B-Spline Interpolation of Data on a Regular Grid.
Expand Down Expand Up @@ -190,8 +190,13 @@ The latest API documentation can be found [here](https://jacobwilliams.github.io

The bspline-fortran source code and related files and documentation are distributed under a permissive free software [license](https://github.com/jacobwilliams/bspline-fortran/blob/master/LICENSE) (BSD-style).

### Keywords

* Bspline, spline, interpolation, data fitting, multivariate interpolation, multidimensional interpolation, integration

## See also

* This library includes the public domain DBSPLIN and DTENSBS code from the [NIST Core Math Library](http://www.nist.gov/itl/math/mcsd-software.cfm) (CMLIB).
* [SPLPAK](https://github.com/jacobwilliams/splpak) Multidimensional least-squares cubic spline fitting
* [FINTERP](https://github.com/jacobwilliams/finterp) Multidimensional Linear Interpolation with Modern Fortran
* [PCHIP](https://github.com/jacobwilliams/PCHIP) Piecewise Cubic Hermite Interpolation.
Expand Down
19 changes: 2 additions & 17 deletions ford.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@ src_dir: ./src
output_dir: ./doc
media_dir: ./media
project_github: https://github.com/jacobwilliams/bspline-fortran
summary: ![BSPLINE-FORTRAN](|media|/bspline-fortran.png)<br>
BSPLINE-FORTRAN -- Multidimensional B-Spline Interpolation of Data on a Regular Grid
summary: BSPLINE-FORTRAN -- Multidimensional B-Spline Interpolation of Data on a Regular Grid
author: Jacob Williams
github: https://github.com/jacobwilliams
predocmark_alt: >
Expand All @@ -17,18 +16,4 @@ source: true
graph: true
extra_mods: pyplot_module:https://github.com/jacobwilliams/pyplot-fortran

### Brief description

The library provides subroutines for 1D-6D interpolation using B-splines. The code is written in modern Fortran (i.e., Fortran 2003+).

### License

The bspline-fortran source code and related files and documentation are distributed under a permissive free software [license](https://github.com/jacobwilliams/bspline-fortran/blob/master/LICENSE) (BSD-style).

### See also

* This library includes the public domain DBSPLIN and DTENSBS code from the [NIST Core Math Library](http://www.nist.gov/itl/math/mcsd-software.cfm) (CMLIB).

### Keywords

* Bspline, spline, interpolation, data fitting, multivariate interpolation, multidimensional interpolation, integration
{!README.md!}
4 changes: 2 additions & 2 deletions fpm.toml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
name = "bspline-fortran"
version = "7.0.0"
version = "7.4.0"
author = "Jacob Williams"
maintainer = "Jacob Williams"
copyright = "Copyright (c) 2015-2022, Jacob Williams"
copyright = "Copyright (c) 2015-2024, Jacob Williams"
license = "BSD"
description = "Multidimensional B-Spline Interpolation of Data on a Regular Grid"
homepage = "https://github.com/jacobwilliams/bspline-fortran"
Expand Down

0 comments on commit 8a4e171

Please sign in to comment.