Research
Security News
Malicious npm Packages Inject SSH Backdoors via Typosquatted Libraries
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
Pythia is a library to generate numerical descriptions of particle
systems. Most methods rely heavily on freud <https://github.com/glotzerlab/freud>
_ for efficient neighbor search
and other accelerated calculations.
Pythia is available on PyPI as pythia-learn
::
$ pip install pythia-learn freud-analysis
You can install pythia from source like this::
$ git clone https://github.com/glotzerlab/pythia.git $ # now install $ cd pythia && python setup.py install --user
.. note::
If using conda or a virtualenv, the --user
argument in the pip
command above is unnecessary.
In addition to the citations referenced in the docstring of each function, we encourage users to cite the pythia project itself.
The documentation is available as standard sphinx documentation::
$ cd doc $ make html
Automatically-built documentation is available at https://pythia-learn.readthedocs.io .
In general, data types follow the hoomd-blue schema <http://hoomd-blue.readthedocs.io/en/stable/box.html>
_:
(0, 0, 0)
being the center of the boxLx
, Ly
, Lz
, xy
, xz
, and yz
elements(r, i, j, k)
elementsExample notebooks are available in the examples
directory:
Unsupervised learning <https://github.com/glotzerlab/pythia/blob/master/examples/Unsupervised%20Learning.ipynb>
_Supervised learning <https://github.com/glotzerlab/pythia/blob/master/examples/Supervised%20Learning.ipynb>
_Steinhardt and Pythia order parameter comparison (FCC and HCP) <https://github.com/glotzerlab/pythia/blob/master/examples/Steinhardt%20FCC%20HCP%20comparison.ipynb>
_FAQs
Machine learning fingerprints for particle environments
We found that pythia-learn demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 4 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.
Research
Security News
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
Security News
MITRE's 2024 CWE Top 25 highlights critical software vulnerabilities like XSS, SQL Injection, and CSRF, reflecting shifts due to a refined ranking methodology.
Security News
In this segment of the Risky Business podcast, Feross Aboukhadijeh and Patrick Gray discuss the challenges of tracking malware discovered in open source softare.