Skip to content

Commit 4997056

Browse files
committed
a couple more 0.12.1->0.13.0 renames
1 parent ad95afa commit 4997056

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pvlib/iotools/psm3.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -361,5 +361,5 @@ def read_psm3(filename, map_variables=True):
361361
return data, metadata
362362

363363

364-
parse_psm3 = deprecated(since="0.12.1", name="parse_psm3",
364+
parse_psm3 = deprecated(since="0.13.0", name="parse_psm3",
365365
alternative="read_psm3")(read_psm3)

pvlib/iotools/sodapro.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -359,5 +359,5 @@ def read_cams(filename, integrated=False, label=None, map_variables=True):
359359
return data, metadata
360360

361361

362-
parse_cams = deprecated(since="0.12.1", name="parse_cams",
362+
parse_cams = deprecated(since="0.13.0", name="parse_cams",
363363
alternative="read_cams")(read_cams)

0 commit comments

Comments
 (0)