Version History¶
Version 0.2.7¶
- Calling the
techport()method without a project ID now returns data as expected. Thank you to user Burzlurker for pointing this out and providing a fix! - Implemented a fix for when the
X-RateLimit-Remainingheader object was not available in the returned API data and thus caused an error.
Version 0.2.6¶
sentryfunction now returns a summary object whenreturn_df=Trueand adesorspkparameter are not specified.
Version 0.2.5¶
sentryfunction now returns results as expected when not returning a pandas DataFrame.
Version 0.2.4¶
- Adds
exoplanetfunction for providing access to NASA’s Exoplanet Archive.
Version 0.2.3¶
- Fixes bug in
nhatsfunction whenreturn_dfparameter is set toTrue.
Version 0.2.2¶
- 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.
Version 0.2.1¶
- Added sentry function that wraps the CNEOS Sentry System API for providing Near-Earth Object impact risk assessment data.
Version 0.2.0¶
Initial release.