Skip to content

Commit abf071a

Browse files
committed
remove unneeded numpy import in iotools/tmy
* update what's new to explain that tmy3 dataframe now has original Date and Time columns used to parse the indices
1 parent 4856552 commit abf071a

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

docs/sphinx/source/whatsnew/v0.7.2.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
33
v0.7.2 (Month day, year)
44
-------------------------
55

6+
Enhancements
7+
~~~~~~~~~~~~
8+
* TMY3 dataframe returned by :py:func:`~pvlib.iotools.read_tmy3` now contains
9+
the original ``Date (MM/DD/YYYY)`` and ``Time (HH:MM)`` columns that the
10+
indices were parsed from (:pull:`866`)
11+
612
Bug fixes
713
~~~~~~~~~
814
* Fix :py:func:`~pvlib.iotools.read_tmy3` parsing when February contains

pvlib/iotools/tmy.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
import io
77
import re
88
from urllib.request import urlopen, Request
9-
import numpy as np
109
import pandas as pd
1110

1211

0 commit comments

Comments
 (0)