diff --git a/CITATION.cff b/CITATION.cff new file mode 100644 index 0000000..65206e6 --- /dev/null +++ b/CITATION.cff @@ -0,0 +1,28 @@ +cff-version: 1.2.0 +title: dspeed +doi: FILLME +date-released: 2024-01-01 +url: https://github.com/github-linguist/linguist +message: "If you use this software, please cite it as below." +authors: + - family-names: Pertoldi + given-names: Luigi + orcid: https://orcid.org/0000-0002-0467-2571 + - family-names: Detwiler + given-names: Jason + orcid: https://orcid.org/0000-0002-9050-4610 + - family-names: Borden + given-names: Sam + orcid: https://orcid.org/0009-0003-2539-4333 + - family-names: Watkins + given-names: Samuel L. + orcid: https://orcid.org/0000-0003-0649-1923 + - family-names: Nave + given-names: Christian + email: cjn613@uw.edu + - family-names: Browning + given-names: James + orcid: https://orcid.org/0009-0001-4914-0595 + - family-names: Mathew + given-names: Tim + email: tmathew@uoregon.edu diff --git a/pyproject.toml b/pyproject.toml index 3a97f12..72d8e86 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -13,7 +13,7 @@ write_to = "src/daq2lh5/_version.py" minversion = "6.0" addopts = ["-ra", "--showlocals", "--strict-markers", "--strict-config"] xfail_strict = true -filterwarnings = "error" +filterwarnings = ["error", 'ignore:\nPyarrow:DeprecationWarning'] log_cli_level = "info" testpaths = "tests"