You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Renamed the following choices for the ad_matrix_solver and nad_matrix_solver options:
'BAND' → 'BANDED'
'BLOCK' → 'CYCLIC'
Removed the coriolis_method, complex_lambda and rossby options
from the &rot namelist group. This functionality is now implemented through the lambda_method and complex_lambda options of the &osc namelist group.
Terminal output now reports the id of modes found
Alternative variable sets (accessed through the variables_set option) are now directly implemented using SymPy, rather than via numerical transformations
Added new test suite calculations for tides
The code now requires a recent release (26.3.2 or later) of the MESA SDK to build
Bug fixes
Fixed documentation for the 'GAMMA' outer boundary condition choice (now 'GAMMA1' and 'GAMMA2')