8000 Update cams links by AdamRJensen · Pull Request #1529 · pvlib/pvlib-python · GitHub
[go: up one dir, main page]

Skip to content

Update cams links #1529

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 4 commits into from
Aug 18, 2022
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Merge branch 'master' into update_cams_documetation
  • Loading branch information
AdamRJensen authored Aug 16, 2022
commit 1643fea211f5f4e582fa728ca95da788ed1cd9db
8 changes: 8 additions & 0 deletions docs/sphinx/source/whatsnew/v0.9.2.rst
8A24
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,14 @@ Bug fixes
where passing localized timezones with large UTC offsets could return
rise/set/transit times for the wrong day in recent versions of ``ephem``
(:issue:`1449`, :pull:`1448`)
* :py:func:`pvlib.iotools.read_tmy3` is now able to accept midnight
timestamps as either 24:00 (which is the standard) as well as 00:00.
Previously 00:00 timestamps would incorrectly be moved one day forward.
(:pull:`1494`)
* :py:func:`pvlib.iotools.get_psm3` now raises a deprecation warning if
the `leap_day` parameter is not specified in a single-year request.
Starting in pvlib 0.11.0 `leap_day` will default to True instead of False.
(:issue:`1481`, :pull:`1511`)

Testing
~~~~~~~
Expand Down
You are viewing a condensed version of this merge commit. You can view the full changes here.
0