-
Notifications
You must be signed in to change notification settings - Fork 50
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #69 from kaklise/master
Replaced the use of Excel files with CSV files and other minor updates
- Loading branch information
Showing
23 changed files
with
567 additions
and
54 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,7 +12,6 @@ dependencies: | |
- pvlib | ||
- plotly | ||
- ephem | ||
- xlrd | ||
- sqlalchemy | ||
- pip: | ||
- coveralls |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,7 +12,6 @@ dependencies: | |
- pvlib | ||
- plotly | ||
- ephem | ||
- xlrd | ||
- sqlalchemy | ||
- pip: | ||
- coveralls |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,7 +12,6 @@ dependencies: | |
- pvlib | ||
- plotly | ||
- ephem | ||
- xlrd | ||
- sqlalchemy | ||
- pip: | ||
- coveralls |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
.. _whatsnew_020: | ||
|
||
v0.2.0 (master) | ||
-------------------------- | ||
|
||
* Replaced the use of Excel files in examples/tests with CSV files. The Excel files were causing test failures. | ||
* Added `min_failures` to the streaming outlier test | ||
* Replaced mutable default arguments with None | ||
* Removed pecos logo from monitoring reports | ||
* Added timestamp to logger | ||
* Updated documentation and tests | ||
|
Oops, something went wrong.