Skip to content

Commit

Permalink
Merge branch 'develop' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
vnmabus authored Jun 28, 2024
2 parents ebb361f + 59b6f60 commit 9ba66a5
Show file tree
Hide file tree
Showing 5 changed files with 45 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -110,3 +110,7 @@ preferred-citation:
name: "Foundation for Open Access Statistics"
url: "https://www.jstatsoft.org/article/view/v109i02"
volume: 109
issue: 2
start: 1
end: 37

3 changes: 3 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -92,12 +92,15 @@ Please, if you find this software useful in your work, reference it citing the f
doi = {10.18637/jss.v109.i02},
journal = {Journal of Statistical Software},
month = may,
number = {2},
pages = {1--37},
title = {{scikit-fda: A Python Package for Functional Data Analysis}},
url = {https://www.jstatsoft.org/article/view/v109i02},
volume = {109},
year = {2024}
}
You can additionally cite the software repository itself using:

.. code-block::
Expand Down
35 changes: 35 additions & 0 deletions docs/citing.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
Citing scikit-fda
=================

Please, if you find this software useful in your work, reference it citing the following paper:

.. code-block::
@article{ramos-carreno++_2024_scikit-fda,
author = {Ramos-Carreño, Carlos and Torrecilla, José L. and Carbajo Berrocal, Miguel and Marcos Manchón, Pablo and Suárez, Alberto},
doi = {10.18637/jss.v109.i02},
journal = {Journal of Statistical Software},
month = may,
number = {2},
pages = {1--37},
title = {{scikit-fda: A Python Package for Functional Data Analysis}},
url = {https://www.jstatsoft.org/article/view/v109i02},
volume = {109},
year = {2024}
}
You can additionally cite the software repository itself using:

.. code-block::
@misc{ramos-carreno++_2024_scikit-fda-repo,
author = {The scikit-fda developers},
doi = {10.5281/zenodo.3468127},
month = feb,
title = {scikit-fda: Functional Data Analysis in Python},
url = {https://github.com/GAA-UAM/scikit-fda},
year = {2024}
}
If you want to reference a particular version for reproducibility, check the version-specific DOIs available in Zenodo.
1 change: 1 addition & 0 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ Github you can find more information related to the development of the package.
:caption: More documentation

apilist
citing
Glossary <glossary>
contributors

Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,12 +37,12 @@ dependencies = [
"lazy_loader",
"matplotlib",
"multimethod>=1.5, !=1.11, != 1.11.1",
"numpy>=1.16,<2",
"numpy>=1.16, <2",
"pandas>=1.0",
"rdata",
"scikit-datasets[cran]>=0.2.2",
"scikit-learn>=0.20",
"scipy>=1.6.0",
"scipy>=1.6.0, <1.14",
"typing-extensions",
]

Expand Down

0 comments on commit 9ba66a5

Please sign in to comment.