From 244fb2e4ad464aec729ef1ddb1a3f6f4375b183c Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Wed, 26 Nov 2025 20:31:34 +0000 Subject: [PATCH 1/2] Initial plan From 240c0fdf602e833043c7dfebaef0dd4152704880 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Wed, 26 Nov 2025 20:34:43 +0000 Subject: [PATCH 2/2] Add CITATION.cff file for scientific paper citation Co-authored-by: nikdon <4712507+nikdon@users.noreply.github.com> --- CITATION.cff | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 CITATION.cff diff --git a/CITATION.cff b/CITATION.cff new file mode 100644 index 0000000..8772087 --- /dev/null +++ b/CITATION.cff @@ -0,0 +1,11 @@ +cff-version: 1.2.0 +message: "If you use this software, please cite it as below." +authors: + - family-names: "Donets" + given-names: "Nikolay" + orcid: "https://orcid.org/0009-0008-2912-6615" +title: "pyEntropy" +version: 2.0.0 +doi: "10.5281/zenodo.17727790" +date-released: "2025-07-04" +url: "https://github.com/nikdon/pyEntropy"