Skip to content

Commit cd81c71

Browse files
committed
commit fix and doc build for version 0.2.3
1 parent a4c0e57 commit cd81c71

23 files changed

+83
-4843
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
2+
# Version 0.2.3
3+
4+
- Fixes bug in `nhats` function when `return_df` parameter is set to `True`.
5+
16
# Version 0.2.2
27

38
- An optional `return_df` parameter has been implemented in the listed functions below. When set

README.md

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,14 @@ python setup.py install
3333
* [nasapy Documentation](https://nasapy.readthedocs.io/)
3434
* [Nasa's API documentation page](https://api.nasa.gov/)
3535

36+
## Requirements
37+
38+
* Python 3.4+
39+
* `requests>=2.18`
40+
* `pandas>=0.22.0`
41+
- Although not strictly required to use `nasapy`, the [pandas](https://pandas.pydata.org/) library is needed
42+
for returning results as a DataFrame.
43+
3644
## Examples and Usage
3745

3846
Although not strictly required to begin interacting with the NASA API, it is recommended to sign up
@@ -212,11 +220,6 @@ julian_date(modified=False)
212220
julian_date(year=2019)
213221
~~~
214222

215-
## Requirements
216-
217-
* Python 3.4+
218-
* `requests>=2.18`
219-
220223
## License
221224

222225
MIT
873 Bytes
Binary file not shown.

docs/build/doctrees/index.doctree

2.42 KB
Binary file not shown.
1.17 KB
Binary file not shown.

docs/build/html/.buildinfo

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# Sphinx build info version 1
22
# This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done.
3-
config: dcd4018dc8aa2025c0012393ea8eb72e
3+
config: cb14ba640c3632142bbc2ca6e8f2b912
44
tags: 645f666f9bcd5a90fca523b33c5a78b7

docs/build/html/_sources/index.rst.txt

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,16 @@ file per the following:
3131
cd nasapy
3232
python setup.py install
3333
34+
Requirements
35+
============
36+
37+
- Python 3.4+
38+
- :code:`requests>=2.18`
39+
- :code:`pandas>=0.22.0`
40+
41+
- Although not strictly required to use :code:`nasapy`, the `pandas <https://pandas.pydata.org/>`_ library is needed
42+
for returning results as a DataFrame.
43+
3444
Examples and Usage
3545
==================
3646

docs/build/html/_sources/versions.rst.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@
44
Version History
55
===============
66

7+
Version 0.2.3
8+
-------------
9+
10+
- Fixes bug in :code:`nhats` function when :code:`return_df` parameter is set to :code:`True`.
11+
712
Version 0.2.2
813
-------------
914

docs/build/html/_static/documentation_options.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
var DOCUMENTATION_OPTIONS = {
22
URL_ROOT: document.getElementById("documentation_options").getAttribute('data-url_root'),
3-
VERSION: '0.2.2',
3+
VERSION: '0.2.3',
44
LANGUAGE: 'None',
55
COLLAPSE_INDEX: false,
66
FILE_SUFFIX: '.html',

docs/build/html/api.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
<meta name="viewport" content="width=device-width, initial-scale=1.0">
1010

11-
<title>API Reference &mdash; nasapy 0.2.2 documentation</title>
11+
<title>API Reference &mdash; nasapy 0.2.3 documentation</title>
1212

1313

1414

0 commit comments

Comments
 (0)