AstroDynX is a modern astrodynamics library powered by JAX, designed for high-performance scientific computing, automatic differentiation, and GPU/TPU acceleration.
- JAX support: automatic differentiation, vectorization, JIT compilation
- Modern Python code style and type checking
- Continuous integration and automated testing
- Easy to extend and contribute
Warning
This project is still experimental, APIs could change between releases without notice.
You can install AstroDynX from PyPI using pip:
pip install astrodynxNote
AstroDynX is written in pure Python build with JAX, so it is compatible with any platform that supports JAX, including CPU, GPU, and TPU. By default, it installs the CPU version. If you want to use AstroDynX on GPU/TPU, follow the instructions to install the appropriate JAX backend for your hardware.
The documentation is available at Read the Docs
We welcome contributions from the community! Please see our comprehensive contribution guides:
- CONTRIBUTING.md - Complete guide for contributors
- DEVELOPER_GUIDE.md - Detailed development guidelines
- NEWCOMER_GUIDE.md - Perfect starting point for new contributors
Whether you're fixing bugs, adding features, improving documentation, or helping with testing, your contributions are valued!