Skip to content

Commit 42a1c33

Browse files
committed
Tagging 0.13
1 parent 13db251 commit 42a1c33

File tree

3 files changed

+250
-17
lines changed

3 files changed

+250
-17
lines changed

setup.py

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

1818

1919
setup(name='pysolar',
20-
version='0.12',
20+
version='0.13',
2121
description='Collection of Python libraries for simulating the irradiation of any point on earth by the sun',
2222
author='Brandon Stafford',
2323
author_email='brandon@pingswept.org',

test/.ipynb_checkpoints/validation-checkpoint.ipynb

Lines changed: 248 additions & 0 deletions
Large diffs are not rendered by default.

test/validation.ipynb

Lines changed: 1 addition & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,7 @@
44
"cell_type": "code",
55
"execution_count": 1,
66
"metadata": {},
7-
"outputs": [
8-
{
9-
"name": "stderr",
10-
"output_type": "stream",
11-
"text": [
12-
"Matplotlib is building the font cache; this may take a moment.\n"
13-
]
14-
}
15-
],
7+
"outputs": [],
168
"source": [
179
"%matplotlib inline"
1810
]
@@ -230,13 +222,6 @@
230222
"source": [
231223
"It may appear from the graph above that the latitude errors are worse in the northern hemisphere. That's not the case; we've just gathered more data from the northern hemisphere because we didn't know how to retrieve data for the southern hemisphere from the USNO website until late 2013. At some point, we'll rerun the data-gathering script with points evenly distributed in both hemispheres."
232224
]
233-
},
234-
{
235-
"cell_type": "code",
236-
"execution_count": null,
237-
"metadata": {},
238-
"outputs": [],
239-
"source": []
240225
}
241226
],
242227
"metadata": {

0 commit comments

Comments
 (0)