Skip to content

Commit 6a18b31

Browse files
committed
Update CITATION.cff for CFF 1.20, v0.16.0
1 parent 39da5d6 commit 6a18b31

File tree

1 file changed

+31
-13
lines changed

1 file changed

+31
-13
lines changed

CITATION.cff

Lines changed: 31 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,32 @@
1-
cff-version: 1.1.0
2-
message: "If you use this software, please cite it as below."
1+
# This CITATION.cff file was generated with cffinit.
2+
# Visit https://bit.ly/cffinit to generate yours today!
3+
4+
cff-version: 1.2.0
5+
title: Interpolations.jl
6+
message: 'If you use this software, please cite it as below.'
7+
type: software
38
authors:
4-
- family-names: "Kittisopikul"
5-
given-names: "Mark"
6-
orcid: "https://orcid.org/0000-0002-9558-6248"
7-
- family-names: "Holy"
8-
given-names: "Timothy E."
9-
orcid: "https://orcid.org/0000-0002-2429-1071"
10-
- family-names: "Aschan"
11-
given-names: "Tomas"
12-
title: JuliaMath/Interpolations.jl: v0.14.7
13-
version: v0.14.7
14-
date-released: 2022-12-10
9+
- family-names: Kittisopikul
10+
given-names: Mark
11+
orcid: 'https://orcid.org/0000-0002-9558-6248'
12+
- family-names: Holy
13+
given-names: Timothy E.
14+
orcid: 'https://orcid.org/0000-0002-2429-1071'
15+
- family-names: Aschan
16+
given-names: Tomas
17+
identifiers:
18+
- type: doi
19+
value: 10.5281/zenodo.593143
20+
description: DOI for all versions of Interpolations.jl
21+
repository-code: 'https://github.com/JuliaMath/Interpolations.jl'
22+
url: 'https://juliamath.github.io/Interpolations.jl/stable/'
23+
abstract: >-
24+
Fast, continuous interpolation of discrete datasets in
25+
Julia
26+
keywords:
27+
- interpolation
28+
- julia
29+
- splines
30+
license: MIT
31+
version: 0.16.0
32+
date-released: '2025-05-14'

0 commit comments

Comments
 (0)