Citing splinebox#

If you use SplineBox in the context of scientific publication, please cite it as follows.

BibTeX:

@misc{splinebox,
  author = {Aymanns, Florian and Andò, Edward and Uhlmann, Virginie},
  title = {{S}pline{B}ox},
  url = {https://pypi.org/project/splinebox/},
  doi = {10.5281/zenodo.13358354},
  note = {{V}ersion V.V.Vb1},
  year = 2024,
}

Note: You will need to fill in the version number yourself. If you are unsure what version you are using, you can find out by running:

import splinebox
print(splinbox.__version__)