Skip to content

Commit

Permalink
Finalize v0.9.0 (#1301)
Browse files Browse the repository at this point in the history
  • Loading branch information
kandersolar authored Sep 1, 2021
1 parent 2dff28a commit 518cc35
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
11 changes: 9 additions & 2 deletions docs/sphinx/source/whatsnew/v0.9.0.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
.. _whatsnew_0900:

v0.9.0 (MONTH DAY YEAR)
-----------------------
v0.9.0 (September 1, 2021)
--------------------------

Breaking changes
~~~~~~~~~~~~~~~~
Expand Down Expand Up @@ -254,3 +254,10 @@ Contributors
* Chas Schweizer (:ghuser:`cpr-chas`)
* Yoann Louvet (:ghuser:`YoannUniKS`)
* Brandon Carpenter (:ghuser:`hashstat`)
* :ghuser:`kahemker`
* :ghuser:`zhammond147`
* :ghuser:`PeterGrant`
* :ghuser:`rockstaedt`
* :ghuser:`MichaelHopwood`
* :ghuser:`EricDuminil`
* :ghuser:`FeiYao-Edinburgh`
2 changes: 1 addition & 1 deletion pvlib/tests/iotools/test_epw.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ def test_read_epw():
@pytest.mark.remote_data
@pytest.mark.flaky(reruns=RERUNS, reruns_delay=RERUNS_DELAY)
def test_read_epw_remote():
url = 'https://energyplus.net/weather-download/europe_wmo_region_6/NLD//NLD_Amsterdam.062400_IWEC/NLD_Amsterdam.062400_IWEC.epw'
url = 'https://energyplus-weather.s3.amazonaws.com/europe_wmo_region_6/NLD/NLD_Amsterdam.062400_IWEC/NLD_Amsterdam.062400_IWEC.epw'
epw.read_epw(url)


Expand Down

0 comments on commit 518cc35

Please sign in to comment.