Pysunrunner

Latest version: v4.5.3

Safety actively analyzes 685670 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

42.0

1. The files have now been modified to support Python version >3.6.
The version for Python 2.7.x has now become obsolete will not be supported hence forth.

2. The datareader now treats each of the reader and associated functionality as a different class, this results in slight
change of the syntax with regard to import of pload module.
Example : To read say data.0030.dbl, we have to do.

import pyPLUTO.pload as pp
D = pp.pload(30)

instead of in the older version

import pyPLUTO as pp
D = pp.pload(30)

3. The Reader also has support to read particle files that are generated using the
newly developed Hybrid Eulerian Lagrangian Framework.

Links

Releases

Has known vulnerabilities

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.