File tree Expand file tree Collapse file tree 1 file changed +17
-3
lines changed Expand file tree Collapse file tree 1 file changed +17
-3
lines changed Original file line number Diff line number Diff line change 43
43
^^^
44
44
45
45
- Parse star catalog information when querying observations database [#2957]
46
+
46
47
- Parse ephemeris with sky motion with three digit precision [#3026]
48
+
47
49
- 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]
50
63
51
64
linelists.cdms
52
65
^^^^^^^^^^^^^^
196
209
mpc
197
210
^^^
198
211
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]
200
214
201
215
202
216
0.4.7 (2024-03-08)
You can’t perform that action at this time.
0 commit comments