Skip to content

p-winds v0.5.4-beta

Pre-release
Pre-release
Compare
Choose a tag to compare
@ladsantos ladsantos released this 10 May 13:57
· 261 commits to main since this release

p-winds is a Python implementation of Parker wind models for planetary atmospheres.

New in the 0.5.4-beta version:

  • helium.py now uses odeint() instead of solve_ivp() as default to solve the steady-state distribution of helium because it yields results 2.6 times faster. hydrogen.py still uses solve_ivp() because it is faster than odeint() in that case.