Skip to content

Releases: aschleg/nasapy

nasapy 0.2.7 release

16 Jun 14:07
Compare
Choose a tag to compare
  • Calling the :code:techport() method without a project ID now returns data as expected. Thank you to
    user Burzlurker <https://github.com/Burzlurker>_ for pointing this out and providing a fix!
  • Implemented a fix for when the :code:X-RateLimit-Remaining header object was not available in the returned API data and thus caused an error.

nasapy 0.2.6 release

10 Jan 16:04
Compare
Choose a tag to compare
  • sentry function now returns a summary object when return_df=True and a des or spk parameter are not specified.

nasapy 0.2.5 release

05 Jan 13:19
Compare
Choose a tag to compare
  • sentry function now returns results as expected when not returning a pandas DataFrame.

nasapy 0.2.4 release

01 Jan 14:28
Compare
Choose a tag to compare

nasapy 0.2.3 release

08 Dec 15:01
Compare
Choose a tag to compare
  • Fixes bug in nhats function when return_df parameter is set to True.

nasapy 0.2.2 release

08 Dec 13:54
Compare
Choose a tag to compare
  • An optional return_df parameter has been implemented in the listed functions below. When set
    as True, the resulting JSON data will be coerced into a pandas DataFrame to allow easier and more straightforward data analysis for those interested. Please see the individual function documentation for more information and examples.

    • fireballs
    • close_approach
    • nhats
    • sentry
    • scout
  • General bug fixes

    • The sentry function should now operate correctly when passing a des or spk parameter.

nasapy 0.2.1 release

28 Nov 13:49
Compare
Choose a tag to compare
  • Added sentry function that wraps the CNEOS Sentry System API for providing Near-Earth Object impact risk assessment data.

First version of nasapy released!

28 Nov 13:15
Compare
Choose a tag to compare