Skip to content

Releases: jobovy/wendy

Release 0.2

22 Apr 02:48
Compare
Choose a tag to compare

This is the second release of wendy, a one-dimensional N-body code. Changes from the previous v0.1 version are:

  • Added different options for performing the necessary sort in the approximate version of the algorithm: mergesort, quicksort, timsort, as well as a parallel mergesort (which is, however, not very efficient).

  • Added option to add an arbitrary external force F(x,t) to the approximate version of the algorithm.

  • Added an example of using wendy to generate a phase-space spiral similar to that observed by Gaia, through a simple perturbation of the Galactic disk (examples/GaiaPhaseSpaceSpiral.ipynb).

First release

12 Jun 02:55
Compare
Choose a tag to compare

First release, contains exact and approximate 1D N-body solver.