Skip to content

Commit 4f1fc48

Browse files
authored
chore: update citation with new Arxiv preprint (#795)
1 parent d2e12ae commit 4f1fc48

3 files changed

Lines changed: 31 additions & 17 deletions

File tree

CITATION.cff

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -60,16 +60,16 @@ references:
6060
preferred-citation:
6161
type: generic
6262
authors:
63-
- family-names: "Hill"
64-
given-names: "Adrian"
65-
orcid: "https://orcid.org/0009-0009-5977-301X"
6663
- family-names: "Dalle"
6764
given-names: "Guillaume"
6865
orcid: "https://orcid.org/0000-0003-4866-1687"
69-
title: "Sparser, Better, Faster, Stronger: Efficient Automatic Differentiation for Sparse Jacobians and Hessians"
66+
- family-names: "Hill"
67+
given-names: "Adrian"
68+
orcid: "https://orcid.org/0009-0009-5977-301X"
69+
title: "A Common Interface for Automatic Differentiation"
7070
year: 2025
71-
eprint: "2501.17737"
71+
eprint: "2505.05542"
7272
archivePrefix: "arXiv"
73-
primaryClass: "cs.LG"
74-
url: "https://arxiv.org/abs/2501.17737"
75-
doi: "10.48550/arXiv.2501.17737"
73+
primaryClass: "cs.MS"
74+
url: "https://arxiv.org/abs/2505.05542"
75+
doi: "10.48550/arXiv.2505.05542"

DifferentiationInterface/CHANGELOG.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
### Changed
11+
12+
- New Arxiv preprint for citation (#795)
13+
14+
## [0.6.54] - 2025-05-11
15+
1016
### Added
1117

18+
- Dependency compat bounds for extras ([#790])
1219
- Error hints for Enzyme ([#788])
1320

1421
## [0.6.53] - 2025-05-07
@@ -17,8 +24,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1724

1825
- Allocate Enzyme shadow memory during preparation ([#782])
1926

20-
[unreleased]: https://github.com/JuliaDiff/DifferentiationInterface.jl/compare/DifferentiationInterface-v0.6.53...main
27+
[unreleased]: https://github.com/JuliaDiff/DifferentiationInterface.jl/compare/DifferentiationInterface-v0.6.54...main
28+
[0.6.54]: https://github.com/JuliaDiff/DifferentiationInterface.jl/compare/DifferentiationInterface-v0.6.53...DifferentiationInterface-v0.6.54
2129
[0.6.53]: https://github.com/JuliaDiff/DifferentiationInterface.jl/compare/DifferentiationInterface-v0.6.52...DifferentiationInterface-v0.6.53
2230

31+
[#795]: https://github.com/JuliaDiff/DifferentiationInterface.jl/pull/795
32+
[#790]: https://github.com/JuliaDiff/DifferentiationInterface.jl/pull/790
2333
[#788]: https://github.com/JuliaDiff/DifferentiationInterface.jl/pull/788
2434
[#782]: https://github.com/JuliaDiff/DifferentiationInterface.jl/pull/782

DifferentiationInterface/README.md

Lines changed: 12 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -90,18 +90,22 @@ To improve your performance by up to several orders of magnitude compared to thi
9090

9191
## Citation
9292

93-
Whenever you refer to this package or the ideas it contains, please cite our preprint [*Sparser, Better, Faster, Stronger: Efficient Automatic Differentiation for Sparse Jacobians and Hessians*](https://arxiv.org/abs/2501.17737) and DifferentiationInterface.jl's inspiration [AbstractDifferentiation.jl](https://github.com/JuliaDiff/AbstractDifferentiation.jl).
93+
Whenever you refer to this package or the ideas it contains, please cite:
94+
95+
1. our preprint [*A Common Interface for Automatic Differentiation*](https://arxiv.org/abs/2505.05542);
96+
2. our inspiration [AbstractDifferentiation.jl](https://github.com/JuliaDiff/AbstractDifferentiation.jl).
97+
9498
You can use the provided [`CITATION.cff`](https://github.com/JuliaDiff/DifferentiationInterface.jl/blob/main/CITATION.cff) file or the following BibTeX entries:
9599

96-
```bibtex
97-
@misc{hill2025sparserbetterfasterstronger,
98-
title={Sparser, Better, Faster, Stronger: Efficient Automatic Differentiation for Sparse Jacobians and Hessians},
99-
author={Adrian Hill and Guillaume Dalle},
100+
```bibtex
101+
@misc{dalle2025commoninterfaceautomaticdifferentiation,
102+
title={A Common Interface for Automatic Differentiation},
103+
author={Guillaume Dalle and Adrian Hill},
100104
year={2025},
101-
eprint={2501.17737},
105+
eprint={2505.05542},
102106
archivePrefix={arXiv},
103-
primaryClass={cs.LG},
104-
url={https://arxiv.org/abs/2501.17737},
107+
primaryClass={cs.MS},
108+
url={https://arxiv.org/abs/2505.05542},
105109
}
106110
107111
@misc{schäfer2022abstractdifferentiationjlbackendagnosticdifferentiableprogramming,

0 commit comments

Comments
 (0)