_images/logo.png

hankl is a lightweight Python implementation of the FFTLog algorithm for Cosmology

https://img.shields.io/badge/License-GPLv3-blue.svg https://img.shields.io/badge/GitHub-minaskar%2Fhankl-blue https://api.travis-ci.com/minaskar/hankl.svg?branch=master&status=passed Documentation Status

Getting Started

  • See the Installation page for instruction on how to easily install hankl.
  • See the User Guide and API page for detailed User Manual and API documentation.
  • See the Examples page for a couple simple examples.

Attribution

  • Please cite arXiv:2106.06331 if you find this code useful in your research:

    @article{karamanis2021hankl,
    title={hankl: A lightweight Python implementation of the FFTLog algorithm for Cosmology},
    author={Karamanis, Minas and Beutler, Florian},
    journal={arXiv preprint arXiv:2106.06331},
    year={2021}
    }
    

Licence

Copyright 2020-now Minas Karamanis and contributors.

hankl is free software made available under the GPL-3.0 License.

Changelog

1.1.0 (17/07/20)

  • Added preprocessing and extrapolation tools.

1.0.0 (01/07/20)

  • Initial version release.

Contributions

We welcome all contributions to hankl via Pull Requests. Let us know about any issues or questions about hankl.