Research
Security News
Malicious npm Package Targets Solana Developers and Hijacks Funds
A malicious npm package targets Solana developers, rerouting funds in 2% of transactions to a hardcoded address.
|pyansys| |pypi| |GH-CI| |codecov| |MIT| |black|
.. |pyansys| image:: https://img.shields.io/badge/Py-Ansys-ffc107.svg?logo=data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAIAAACQkWg2AAABDklEQVQ4jWNgoDfg5mD8vE7q/3bpVyskbW0sMRUwofHD7Dh5OBkZGBgW7/3W2tZpa2tLQEOyOzeEsfumlK2tbVpaGj4N6jIs1lpsDAwMJ278sveMY2BgCA0NFRISwqkhyQ1q/Nyd3zg4OBgYGNjZ2ePi4rB5loGBhZnhxTLJ/9ulv26Q4uVk1NXV/f///////69du4Zdg78lx//t0v+3S88rFISInD59GqIH2esIJ8G9O2/XVwhjzpw5EAam1xkkBJn/bJX+v1365hxxuCAfH9+3b9/+////48cPuNehNsS7cDEzMTAwMMzb+Q2u4dOnT2vWrMHu9ZtzxP9vl/69RVpCkBlZ3N7enoDXBwEAAA+YYitOilMVAAAAAElFTkSuQmCC :target: https://docs.pyansys.com/ :alt: PyAnsys
.. |pypi| image:: https://img.shields.io/pypi/v/ansys-math-core.svg?logo=python&logoColor=white :target: https://pypi.org/project/ansys-math-core/
.. |codecov| image:: https://codecov.io/gh/ansys/pyansys-math/branch/main/graph/badge.svg :target: https://codecov.io/gh/ansys/pyansys-math
.. |GH-CI| image:: https://github.com/ansys/pyansys-math/actions/workflows/ci_cd.yml/badge.svg :target: https://github.com/ansys/pyansys-math/actions/workflows/ci_cd.yml
.. |MIT| image:: https://img.shields.io/badge/License-MIT-yellow.svg :target: https://opensource.org/licenses/MIT
.. |black| image:: https://img.shields.io/badge/code%20style-black-000000.svg?style=flat :target: https://github.com/psf/black :alt: black
.. |pre-commit| image:: https://results.pre-commit.ci/badge/github/ansys/pyansys-math/main.svg :target: https://results.pre-commit.ci/latest/github/ansys/pyansys-math/main :alt: pre-commit.ci status
PyAnsys Math is a Python repository holding Ansys mathematical libraries. To use them, you must have a local installation of Ansys Mechanical APDL.
For information on getting a licensed copy of Ansys Mechanical APDL, visit
the Ansys web site <https://www.ansys.com/>
_.
For users
The ``ansys.math.core`` package currently supports Python 3.10 through
Python 3.12 on Windows, Mac OS, and Linux.
Install the latest package for use with this command:
.. code::
pip install ansys-math-core
Alternatively, install the latest
`PyAnsys Math GitHub <https://github.com/ansys/pyansys-math>`_ package
with this command:
.. code::
pip install git+https://github.com/ansys/pyansys-math.git
For developers
For a local development version, install the latest package with:
.. code::
git clone https://github.com/ansys/pyansys-math.git cd pyansys-math pip install -e .
Installing the development version allows you to edit the ansys-math-core
package locally. The changes that you make are reflected in your setup
after restarting the Python kernel.
Check that you can start PyAnsys Math from Python by running this code:
.. code:: python3
import ansys.math.core.math as pymath
# Start PyAnsys Math.
mm = pymath.AnsMath()
print(mm)
If you see a response from the server, you can start using PyAnsys Math as a service.
You must have a copy of Ansys 2021 R1 or later installed locally.
.. note::
The latest versions of Ansys provide significantly better support
and features. PyAnsys Math is not supported on Ansys versions earlier than 2021 R1.
FAQs
A Python wrapper for PyAnsys Math libraries.
We found that ansys-math-core 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.
Research
Security News
A malicious npm package targets Solana developers, rerouting funds in 2% of transactions to a hardcoded address.
Security News
Research
Socket researchers have discovered malicious npm packages targeting crypto developers, stealing credentials and wallet data using spyware delivered through typosquats of popular cryptographic libraries.
Security News
Socket's package search now displays weekly downloads for npm packages, helping developers quickly assess popularity and make more informed decisions.