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.
Time-dependent functions of spin-weighted spherical harmonics on future null infinity
Python/numba code for manipulating time-dependent functions of spin-weighted spherical harmonics on future null infinity
If you use this code for academic work (I can't actually imagine any other use for it), please cite the latest version that you used in your publication. The DOI is:
Also please cite the papers for/by which it was produced:
Bibtex entries for these articles can be found here. It might also be nice of you to provide a link directly to this source code.
Note that installation is not possible on Windows due to missing FFTW support.
Installation is as simple as
conda install -c conda-forge scri
or
python -m pip install scri
If the latter command complains about permissions, you're probably using your
operating system's version of python
, which can cause serious conflicts with
essential OS functions. To avoid these issues,
install conda/mamba.
This will create a separate copy of python inside your home directory (avoiding
issues with permissions) which you can update independently of your OS.
Then, in python, you can check to make sure installation worked with
import scri
w = scri.WaveformModes()
Note that scri can take a few seconds to import the first time as it compiles
some code automatically. Here, w
is an object to contain time and waveform
data, as well as various related pieces of information -- though it is trivial
in this case, because we haven't given it any data. For more information, see
the docstrings of scri
, scri.WaveformModes
, etc.
Tutorials and automatically generated API documentation are available on Read the Docs: scri.
Every change to this code is recompiled automatically, bundled into a
conda
package, and made available for download from
anaconda.org.
The work of creating this code was supported in part by the Sherman Fairchild Foundation and by NSF Grants No. PHY-1306125 and AST-1333129.
FAQs
Time-dependent functions of spin-weighted spherical harmonics on future null infinity
We found that scri demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer 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.