PyPLUTO: Difference between revisions
Jump to navigation
Jump to search
(versions, API change) |
m (this) |
||
Line 3: | Line 3: | ||
* https://github.com/bellatrics/pyPLUTO, alpha state from 2011, don't use | * https://github.com/bellatrics/pyPLUTO, alpha state from 2011, don't use | ||
* https://github.com/coolastro/pyPLUTO, version 1.0 from 2012, don't use | * https://github.com/coolastro/pyPLUTO, version 1.0 from 2012, don't use | ||
* https://gitlab.mpcdf.mpg.de/sdoetsch/pypluto, modified version 4.4, maintained until 2022 | * https://gitlab.mpcdf.mpg.de/sdoetsch/pypluto, modified version 4.4, maintained until 2022 (← use ''this'') | ||
Change in API for versions > 4.1: <code>import pyPLUTO.pload as pp</code> instead of | Change in API for versions > 4.1: <code>import pyPLUTO.pload as pp</code> instead of | ||
<code>import pyPLUTO as pp<code> | <code>import pyPLUTO as pp<code> |
Revision as of 14:31, 19 March 2024
... exists in different versions from different sources:
- https://github.com/bellatrics/pyPLUTO, alpha state from 2011, don't use
- https://github.com/coolastro/pyPLUTO, version 1.0 from 2012, don't use
- https://gitlab.mpcdf.mpg.de/sdoetsch/pypluto, modified version 4.4, maintained until 2022 (← use this)
Change in API for versions > 4.1: import pyPLUTO.pload as pp
instead of
import pyPLUTO as pp