Skip to content

Commit 039006a

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent f867830 commit 039006a

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

HISTORY.txt

+3-3
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@ v1.10.1 (Expected around 2024-11-01)
33

44
- Propagate general plotting keywords in Potential.plot/plotPotentials.
55

6-
- Added the generalized particle-spray model as galpy.df.basestreamspraydf with two
6+
- Added the generalized particle-spray model as galpy.df.basestreamspraydf with two
77
subclasses: chen24spraydf and fadal15spraydf. Enabled integrating orbits of stream
8-
particles with the progenitor's potential. Deprecating the old particle-spray
9-
model galpy.df.streamspraydf.
8+
particles with the progenitor's potential. Deprecating the old particle-spray
9+
model galpy.df.streamspraydf.
1010

1111
v1.10.0 (2024-07-07)
1212
====================

doc/source/reference/streamspraydf.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ The particle-spray stream DF
1010
:members: __init__
1111

1212
.. autoclass:: galpy.df.fardal15spraydf
13-
:members: __init__
13+
:members: __init__

doc/source/streamdf.rst

+3-3
Original file line numberDiff line numberDiff line change
@@ -516,16 +516,16 @@ Particle-spray modeling of streams with ``fardal15spraydf``
516516
for generating tidal streams. ``chen24spraydf`` follows the method by
517517
`Chen et al. (2024)
518518
<https://ui.adsabs.harvard.edu/abs/2024arXiv240801496C/abstract>`__.
519-
``fardal15spraydf`` roughly follows the
519+
``fardal15spraydf`` roughly follows the
520520
parametrization of `Fardal et al. (2015)
521521
<https://ui.adsabs.harvard.edu/abs/2015MNRAS.452..301F/abstract>`__. Full
522522
details on the ``galpy`` implementation are given in `Qian et al. (2022)
523523
<https://ui.adsabs.harvard.edu/abs/2022MNRAS.511.2339Q/abstract>`__. Here,
524524
we give a simple example of the ``fardal15spraydf`` method.
525525

526526
.. note::
527-
``fardal15spraydf`` was previously known as ``streamspraydf`` before
528-
version ``v1.10.1``. While the old name is still supported for backward
527+
``fardal15spraydf`` was previously known as ``streamspraydf`` before
528+
version ``v1.10.1``. While the old name is still supported for backward
529529
compatibility, it is recommended to use the new name ``fardal15spraydf``.
530530

531531
Like in the ``streamdf`` example above, we use the same orbit, potential, and

0 commit comments

Comments
 (0)