* Added tides\_spin for dynamical tides and spin evolution (Lu et al. 2023)
3.9.0
* Added new high order symplectic integrators from Wisdom et al. (1996) and Laskar & Robutel (2001). The implementation of these integrators are discussed in Rein, Tamayo & Brown (2019). * Implemented new bit-wise comparison functions for simulations. Python syntax is simply sim1==sim2. * Fixed a bug in IAS15 which prevented a restarted simulation to reproduce the original simulation exactly.
3.8.3
* Improves and fixes various issues related to variational equations and MEGNO.
3.8.2
* Fixes a bug which resulted in duplicate snapshots in Simulationarchives when restarting simulations.
3.8.1
* Syntax change on the python side to create a simulation from a binary file or Simulationarchive:
* The hybrid integrator MERCURIUS has been completely rewritten. It can now much more easily be used in simulations where physical collisions occur. There are no more hidden particle arrays in the background, meaning adding and removing particles can occur in the same way as for other integrators. It also works reliably with any additional forces. * The old hybrid integrator HERMES has been removed. MERCURIUS should always be equal or better in performance and accuracy.