Skip to content

Commit 41841fe

Browse files
committed
update whatsnew
1 parent 1c3c229 commit 41841fe

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

docs/sphinx/source/whatsnew/v0.1.0.txt

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,9 @@ Other changes
4040
* Adding logging calls, removing print calls.
4141
* Improved PEP8 compliance.
4242
* 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`)
4346

4447

4548
Documentation
@@ -55,7 +58,7 @@ Documentation
5558
Testing
5659
~~~~~~~
5760

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.
5962
* Using Coveralls to measure test coverage.
6063
* Using TravisCI for automated testing.
6164
* Using ``nosetests`` for more concise test code.

0 commit comments

Comments
 (0)