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-Remainingheader object was not available in the returned API data and thus caused an error.
nasapy 0.2.6 release
sentryfunction now returns a summary object whenreturn_df=Trueand adesorspkparameter are not specified.
nasapy 0.2.5 release
sentryfunction now returns results as expected when not returning a pandas DataFrame.
nasapy 0.2.4 release
- Adds
exoplanetfunction for providing access to NASA's Exoplanet Archive.
nasapy 0.2.3 release
- Fixes bug in
nhatsfunction whenreturn_dfparameter is set toTrue.
nasapy 0.2.2 release
-
An optional
return_dfparameter 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.fireballsclose_approachnhatssentryscout
-
General bug fixes
- The
sentryfunction should now operate correctly when passing adesorspkparameter.
- The
nasapy 0.2.1 release
- Added
sentryfunction that wraps the CNEOS Sentry System API for providing Near-Earth Object impact risk assessment data.
First version of nasapy released!
Initial release.