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