Skip to content

Commit

Permalink
Note about change breaking example in Figure 4 in the galpy paper
Browse files Browse the repository at this point in the history
  • Loading branch information
jobovy committed Dec 7, 2015
1 parent 93b1e45 commit f8a1ddc
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions HISTORY.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,15 @@
v1.2 (2016-XX-XX)
==================

- Changed arguments of Potential methods that need to be implemented
for a new potential (e.g., _Rforce and _zforce) to only explicitly
mention the necessary ones and use kwargs for remaining ones (so
axisymmetric, time-independent potentials have as arguments
R,z,**kwargs; non-axisymmetric, time-independent have
R,z,phi=0.,**kwargs; etc.). This breaks the example in Figure 4 of
the galpy paper, where _Rforce and _zforce now require an additional
*kwargs.

- Added PseudoIsothermalPotential, a standard pseudo-isothermal-sphere
potential.

Expand Down

0 comments on commit f8a1ddc

Please sign in to comment.