mirror of
https://github.com/cosinekitty/astronomy.git
synced 2026-03-30 12:23:58 -04:00
The generated code for the Pluto state table in Python now uses a class `_pstate` for better type checking. It also makes the code easier to understand. Moved class _TerseVector higher in the source file to reduce the need for quoted forward type declarations.