Skip to content

Commit

Permalink
Add some recent updates to changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
jobovy committed Nov 10, 2020
1 parent 76a96f1 commit c7e3e55
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion HISTORY.txt
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,10 @@ 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).

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

- Fixed angle calculation for actionAngleIsochrone and
actionAngleSpherical for non-inclined orbits (which are tricky).

Expand All @@ -42,10 +46,12 @@ v1.7 (XXXX-XX-XX)
galpy.util.bovy_conversion to galpy.util.conversion, and
galpy.util.bovy_plot to galpy.util.plot (but old 'from galpy.util
import bovy_X' will keep working for now). Also renamed some other
interna utility modules in the same way (bovy_symplecticode,
internal utility modules in the same way (bovy_symplecticode,
bovy_quadpack, and bovy_ars; these are not kept
backwards-compatible).

- Added Python 3.9 support.

v1.6 (2020-04-24)
=================

Expand Down

0 comments on commit c7e3e55

Please sign in to comment.