Releases: aschleg/nasapy
Releases · aschleg/nasapy
nasapy 0.2.7 release
- Calling the :code:
techport()
method without a project ID now returns data as expected. Thank you to
userBurzlurker <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
sentry
function now returns a summary object whenreturn_df=True
and ades
orspk
parameter are not specified.
nasapy 0.2.5 release
sentry
function now returns results as expected when not returning a pandas DataFrame.
nasapy 0.2.4 release
- Adds
exoplanet
function for providing access to NASA's Exoplanet Archive.
nasapy 0.2.3 release
- Fixes bug in
nhats
function whenreturn_df
parameter is set toTrue
.
nasapy 0.2.2 release
-
An optional
return_df
parameter has been implemented in the listed functions below. When set
asTrue
, 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 ades
orspk
parameter.
- The
nasapy 0.2.1 release
- Added
sentry
function that wraps the CNEOS Sentry System API for providing Near-Earth Object impact risk assessment data.
First version of nasapy released!
Initial release.