-
Notifications
You must be signed in to change notification settings - Fork 1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* 0.9.4 whatsnew cleanup * add blank 0.9.5 template * change maintainer email from will's UA to pvlib-admin * fix sphinx build warning
- Loading branch information
1 parent
8006813
commit 26de2f0
Showing
4 changed files
with
60 additions
and
23 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
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,38 @@ | ||
.. _whatsnew_0950: | ||
|
||
|
||
v0.9.5 (anticipated March 2023) | ||
------------------------------- | ||
|
||
|
||
Deprecations | ||
~~~~~~~~~~~~ | ||
|
||
|
||
Enhancements | ||
~~~~~~~~~~~~ | ||
|
||
|
||
Bug fixes | ||
~~~~~~~~~ | ||
|
||
|
||
Testing | ||
~~~~~~~ | ||
|
||
|
||
Documentation | ||
~~~~~~~~~~~~~ | ||
|
||
|
||
Benchmarking | ||
~~~~~~~~~~~~~ | ||
|
||
|
||
Requirements | ||
~~~~~~~~~~~~ | ||
|
||
|
||
Contributors | ||
~~~~~~~~~~~~ | ||
|
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 |
---|---|---|
|
@@ -31,7 +31,7 @@ | |
DISTNAME = 'pvlib' | ||
LICENSE = 'BSD 3-Clause' | ||
AUTHOR = 'pvlib python Developers' | ||
MAINTAINER_EMAIL = '[email protected]' | ||
MAINTAINER_EMAIL = '[email protected]' | ||
URL = 'https://github.com/pvlib/pvlib-python' | ||
|
||
INSTALL_REQUIRES = ['numpy >= 1.16.0', | ||
|