File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed
docs/sphinx/source/whatsnew Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -40,6 +40,9 @@ Other changes
40
40
* Adding logging calls, removing print calls.
41
41
* Improved PEP8 compliance.
42
42
* Added ``/pvlib/data`` for lookup tables, test, and tutorial data.
43
+ * Limited the scope of ``clearsky.py``'s ``scipy`` dependency.
44
+ ``clearsky.ineichen`` will work without ``scipy`` so long as
45
+ the Linke Turbidity is supplied as a keyword argument. (:issue:`13`)
43
46
44
47
45
48
Documentation
@@ -55,7 +58,7 @@ Documentation
55
58
Testing
56
59
~~~~~~~
57
60
58
- * Tests are cleaner and more thorough. They are still no where near complete.
61
+ * Tests are cleaner and more thorough. They are still nowhere near complete.
59
62
* Using Coveralls to measure test coverage.
60
63
* Using TravisCI for automated testing.
61
64
* Using ``nosetests`` for more concise test code.
You can’t perform that action at this time.
0 commit comments