Skip to content
Merged
Show file tree
Hide file tree
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
25 changes: 25 additions & 0 deletions CITATION.cff
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
cff-version: 1.2.0
message: "Please cite the following works when using this software."
type: software
title: "hist"
abstract: "Hist is an analyst-friendly front-end for boost-histogram, designed for Python 3.7+."
authors:
- family-names: "Schreiner"
given-names: "Henry"
orcid: "https://orcid.org/0000-0002-7833-783X"
affiliation: "Princeton University"
- family-names: "Liu"
given-names: "Shuo"
affiliation: "Columbia University in the City of New York"
Comment on lines +10 to +13
Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@LovelyBuggies can you please confirm that this information is correct? Also, do you have an ORCID?

- family-names: "Goel"
given-names: "Aman"
orcid: "https://orcid.org/0000-0003-3567-2096"
affiliation: "University of Delhi"
doi: 10.5281/zenodo.4057112
Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is the version agnostic Zenodo DOI https://doi.org/10.5281/zenodo.4057112

repository-code: "https://github.com/scikit-hep/hist"
url: "https://hist.readthedocs.io/"
keywords:
- python
- histogram
- scikit-hep
license: "BSD-3-Clause"
1 change: 1 addition & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
include LICENSE pyproject.toml README.md setup.py setup.cfg
exclude CITATION.cff
recursive-include tests *.py *.png
recursive-include src *.py
recursive-include src *.pyi
Expand Down