Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 22 additions & 0 deletions CITATION.cff
Original file line number Diff line number Diff line change
@@ -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