Skip to content

Commit e6b7b8d

Browse files
committed
More thoroughly identify changes.
1 parent f29553a commit e6b7b8d

File tree

1 file changed

+17
-3
lines changed

1 file changed

+17
-3
lines changed

CHANGES.rst

Lines changed: 17 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,10 +43,23 @@ mpc
4343
^^^
4444

4545
- Parse star catalog information when querying observations database [#2957]
46+
4647
- Parse ephemeris with sky motion with three digit precision [#3026]
48+
4749
- Raise EmptyResponseError when empty ephemeris response is returned [#3026]
48-
- Deprecate ``get_raw_response`` parameter in query methods. The raw response
49-
may be retrieved from the _async() methods. [#3089]
50+
51+
- Deprecate ``get_raw_response`` parameter from ``MPC.get_observations``. The
52+
raw response may be retrieved from the _async() method. [#3089]
53+
54+
- Remove ``get_raw_response`` parameter from ``MPC.get_ephemeris`` and
55+
``MPC.get_observatory_codes`` without deprecation as the parameters were
56+
ignored and had no effect. [#3089]
57+
58+
- Fix bug in ``MPC.get_ephemeris`` that caused the ``cache`` keyword parameter
59+
to be ignored. [#3089]
60+
61+
- Remove ``comettype`` parameter from ``MPC.get_observations`` without
62+
deprecation: it was undocumented, ignored, and had no effect. [#3089]
5063

5164
linelists.cdms
5265
^^^^^^^^^^^^^^
@@ -196,7 +209,8 @@ mast
196209
mpc
197210
^^^
198211

199-
- Fix bug in ``MPC.get_ephemeris`` that caused the ``cache`` keyword parameter to be ignored. [#3089]
212+
- Rename ``MPC.get_mpc_object_endpoint`` to ``MPC._get_mpc_object_endpoint`` to
213+
indicate that it is a private method. [#3089]
200214

201215

202216
0.4.7 (2024-03-08)

0 commit comments

Comments
 (0)