Skip to content

Commit 874e4c2

Browse files
committed
Update change log
1 parent c334465 commit 874e4c2

1 file changed

Lines changed: 10 additions & 5 deletions

File tree

CHANGES.rst

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@ sbpy.dynamics
1010
- Plot syndynes and synchrones with the new ``plot()`` methods on
1111
`sbpy.dynamics.syndynes.Syndyne`, `sbpy.dynamics.syndynes.Syndynes`,
1212
`sbpy.dynamics.syndynes.Synchrone`, and `sbpy.dynamics.syndynes.Synchrones`.
13-
[#...]
13+
[#434]
1414

1515
- New `sbpy.dynamics.syndynes.SourceOrbit` class to encapsulate a collection of
16-
points along an object's orbit. [#...]
16+
points along an object's orbit. [#434]
1717

1818

1919
API Changes
@@ -27,11 +27,16 @@ sbpy.dynamics
2727
will return a single `sbpy.dynamics.syndynes.Syndyne` or
2828
`sbpy.dynamics.syndynes.Synchrone`. Indexing with a tuple or slice, e.g.,
2929
``syndynes[:2]`` will return `sbpy.dynamics.syndynes.Syndynes` or
30-
`sbpy.dynamics.syndynes.Synchrones`. Previously a list was returned. [#...]
30+
`sbpy.dynamics.syndynes.Synchrones`. Previously a list was returned. [#434]
3131

3232
- `sbpy.dynamics.syndynes.SynGenerator.source_orbit` now returns a
3333
`sbpy.dynamics.syndynes.SourceOrbit` object. Previously the states and
34-
projected coordinates were returned as separate objects. [#...]
34+
projected coordinates were returned as separate objects. [#434]
35+
36+
- Converting `sbpy.dynamics.syndynes.Syndynes` and
37+
`sbpy.dynamics.syndynes.Synchrones` to ``Ephem`` objects no longer include the
38+
``SkyCoord`` column "coords", but all the data (RA, Dec, etc.) should still be
39+
present as separate columns. [#434]
3540

3641

3742
Bug Fixes
@@ -40,7 +45,7 @@ Bug Fixes
4045
sbpy.dynamics
4146
^^^^^^^^^^^^^
4247

43-
- Added missing `sbpy.dynamics.state.State.to_ephem`. [#...]
48+
- Added missing `sbpy.dynamics.state.State.to_ephem`. [#434]
4449

4550

4651
v0.6.0 (2025-12-02)

0 commit comments

Comments
 (0)