Security News
Research
Data Theft Repackaged: A Case Study in Malicious Wrapper Packages on npm
The Socket Research Team breaks down a malicious wrapper package that uses obfuscation to harvest credentials and exfiltrate sensitive data.
.. image:: https://github.com/steven-murray/hankel/actions/workflows/test_suite.yaml/badge.svg :target: https://github.com/steven-murray/hankel/actions/workflows/test_suite.yaml .. image:: https://codecov.io/gh/steven-murray/hankel/branch/master/graph/badge.svg?token=GQY2Glwr0U :target: https://codecov.io/gh/steven-murray/hankel .. image:: http://joss.theoj.org/papers/10.21105/joss.01397/status.svg :target: https://doi.org/10.21105/joss.01397 .. image:: https://img.shields.io/pypi/v/hankel.svg .. image:: https://img.shields.io/badge/code%20style-black-000000.svg :target: https://github.com/ambv/black
Perform simple and accurate Hankel transformations using the method of Ogata 2005.
Hankel transforms and integrals are commonplace in any area in which
Fourier Transforms are required over fields that
are radially symmetric (see
Wikipedia <https://en.wikipedia.org/wiki/Hankel_transform>
_ for a
thorough description).
They involve integrating an arbitrary function multiplied by a Bessel
function of arbitrary order (of the first kind).
Typical integration schemes often fail because of the highly
oscillatory nature of the transform. Ogata's
quadrature method used in this package provides a fast and accurate
way of performing the integration based on
locating the zeros of the Bessel function.
<https://hankel.readthedocs.io>
_Getting Started <https://hankel.readthedocs.io/en/latest/demos/getting_started.html>
_Either clone the repository and install locally (best for developer installs)::
$ git clone https://github.com/steven-murray/hankel.git
$ cd hankel/
$ pip install -U .
Or install from PyPI::
$ pip install hankel
Or install with conda::
$ conda install -c conda-forge hankel
The only dependencies are numpy <https://www.numpy.org>
,
scipy <https://www.scipy.org>
and mpmath <https://www.mpmath.org>
_.
These will be installed automatically if they are not already installed.
Dependencies required purely for development (testing and linting etc.) can be installed
via the optional extra pip install hankel[dev]
. If using conda
, they can still be
installed via pip
: pip install -r requirements_dev.txt
.
For instructions on testing hankel
or any other development- or contribution-related
issues, see the contributing guide <CONTRIBUTING.rst>
_.
If you find hankel
useful in your research, please cite
S. G. Murray and F. J. Poulin, "hankel: A Python library for performing simple and
accurate Hankel transformations", Journal of Open Source Software,
4(37), 1397, https://doi.org/10.21105/joss.01397
Also consider starring this repository!
Based on the algorithm provided in
H. Ogata, A Numerical Integration Formula Based on the Bessel
Functions, Publications of the Research Institute for Mathematical
Sciences, vol. 41, no. 4, pp. 949-970, 2005. DOI: 10.2977/prims/1145474602
Also draws inspiration from
Fast Edge-corrected Measurement of the Two-Point Correlation
Function and the Power Spectrum Szapudi, Istvan; Pan, Jun; Prunet,
Simon; Budavari, Tamas (2005) The Astrophysical Journal vol. 631 (1)
DOI: 10.1086/496971
FAQs
Hankel Transformations using method of Ogata 2005
We found that hankel demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 2 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Research
The Socket Research Team breaks down a malicious wrapper package that uses obfuscation to harvest credentials and exfiltrate sensitive data.
Research
Security News
Attackers used a malicious npm package typosquatting a popular ESLint plugin to steal sensitive data, execute commands, and exploit developer systems.
Security News
The Ultralytics' PyPI Package was compromised four times in one weekend through GitHub Actions cache poisoning and failure to rotate previously compromised API tokens.