- Added rotation curve hinting to the Units class. This speeds up the case of constant H.
- Parallelized the C++ backend with OpenMP
- Added a `rich` progress bar to the `Simulation` `propagate` method.
- Added more involved tests.
- Added `from_horizons` instantiator for the SpaceRock class.
- Changed a bug in the Observer class that was sometimes comparing the length of a string rather than an array.
- Fixed a bug in [varpi, node, arg] relations for retrograde orbits.
- Large speedup to Observer class internal list comprehension by turning a `Quantity` into a `float`
- Renamed `SpaceRock.writeto` to `SpaceRock.write_to`.
- Added a compression kwarg to `SpaceRock.write_to`.