From c0909d59e1289d2aa0e57dedea9e383169b563b4 Mon Sep 17 00:00:00 2001 From: aarab002 <24dcs002@nith.ac.in> Date: Thu, 14 May 2026 22:16:59 +0530 Subject: [PATCH] DOCS: added CITATION.cff file --- CITATION.cff | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 CITATION.cff diff --git a/CITATION.cff b/CITATION.cff new file mode 100644 index 0000000000..0e0237c975 --- /dev/null +++ b/CITATION.cff @@ -0,0 +1,22 @@ +cff-version: 1.2.0 +title: PyTensor +message: >- + If you use this software, please cite it using the + metadata from this file. +type: software +authors: + - name: PyMC Developers + email: pymc.devs@gmail.com +repository-code: 'https://github.com/pymc-devs/pytensor' +abstract: >- + Optimizing compiler for evaluating mathematical + expressions on CPUs and GPUs. +keywords: + - pytensor + - math + - numerical + - symbolic + - numpy + - autodiff + - differentiation +license: BSD-3-Clause \ No newline at end of file