Skip to content

Commit

Permalink
Add double-exp re-implementation to HISTORY
Browse files Browse the repository at this point in the history
  • Loading branch information
jobovy committed Jan 4, 2021
1 parent c1aa104 commit 248ea3b
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions HISTORY.txt
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,13 @@ v1.7 (XXXX-XX-XX)
method (function) to plot the surface density of a Potential
instance (of Potential instance of a list of Potential instances).

- Re-implemented the DoubleExponentialDiskPotential in a simpler and
more accurate manner, using the double-exponential formula (no
relation) for integrals of Bessel functions from Ogata 2005. The
DoubleExponentialDiskPotential is now calculated to ~machine
precision almost everywhere and there is no longer any switch to a
Keplerian behavior at large R.

- Made potentials as much as possible numerically stable at r=0 and
r=numpy.inf (i.e., they don't give NaN). Still a few missing, but
the majority of potentials are well behaved now.
Expand Down

0 comments on commit 248ea3b

Please sign in to comment.