* Added TRACE integrator. See Lu, Hernandez & Rein (2024) for details on this implementation.
4.3.2
* No longer clipping particles and orbits in visualization. * Added a scale to visualization. Hide by pressing `t`. * Option to take a screenshow manually in png (WebGL) or tga (OpenGL) format by pressing `e`. * Improved `plane` visualization mode. Now supporting hyperbolic orbits. * Fixed a memory leak in `reb_simulation_copy`.
4.3.1
* Added new `plane` visualization mode for orbits. Press `w` to toggle through available orbit visualization modes. * Added python interface for screenshot API. * Fixed an issue where no python exception was raised when a particle was added outside a simulation box. * Renamed `past_N` to breadcrumbs in visualization module.
4.3.0
* Take screenshots of WebGL based visualizations using the `reb_simulation_output_screenshot()` function. You need to connect one web browser to the simulation in order to take screenshots. * Improved synchronization of visualization and simulation on Windows with mutex. * Fixes an issue that might lead to NaN values when less than the maximum number of planets are used in WHFast512.
4.2.2
* Set path to local REBOUND installation when installing in editable mode