-
Notifications
You must be signed in to change notification settings - Fork 27
Release 020 #64
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
Release 020 #64
Changes from all commits
Commits
Show all changes
11 commits
Select commit
Hold shift + click to select a range
781bb8e
update to py3.10 thru 3.14
cdeline 8fdf16e
switch to pyproject.toml
cdeline 2bba4df
Add pytests for agripv. Fix #61
cdeline 8e7e1e2
add whatsnew. adopt Copilot code review suggestions.
cdeline c771bd3
update sphinx and whatsnew
cdeline af3bd41
Try to include py3.8 in test matrix...
cdeline e3e2bf9
remove py3.8 from test matrix
cdeline a829da7
iStopIso bugfix. Fixes #53.
cdeline 31ed05a
Update to allow NSRDB PSM4 .csv files to be read in. Fixes #55
cdeline 87e00fc
update whatsnew
cdeline 41ca9bc
add pytest 30 minute PSM4 weather file
cdeline File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Some comments aren't visible on the classic Files Changed page.
There are no files selected for viewing
This file contains hidden or 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 hidden or 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
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains hidden or 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 hidden or 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 hidden or 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
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file contains hidden or 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 was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains hidden or 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 |
|---|---|---|
| @@ -1,12 +1,13 @@ | ||
| .. _whatsnew: | ||
|
|
||
| ************ | ||
| What's New | ||
| ************ | ||
|
|
||
| These are new features and improvements of note in each release. | ||
|
|
||
| .. include:: whatsnew/v1.8.rst | ||
|
|
||
|
|
||
|
|
||
| .. _whatsnew: | ||
|
|
||
| ************ | ||
| What's New | ||
| ************ | ||
|
|
||
| These are new features and improvements of note in each release. | ||
|
|
||
| .. include:: whatsnew/v020.rst | ||
| .. include:: whatsnew/v1.8.rst | ||
|
|
||
|
|
||
|
|
This file was deleted.
Oops, something went wrong.
Binary file not shown.
Binary file not shown.
This file was deleted.
Oops, something went wrong.
This file contains hidden or 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,28 @@ | ||
| .. _whatsnew_020: | ||
|
|
||
| v0.2.0 (June 22, 2026) | ||
| ====================== | ||
|
|
||
| Enhancements | ||
| ~~~~~~~~~~~~ | ||
| * Python version support updated: Py3.10 through Py3.14. Prior versions may still work but are untested. (:pull:`64`) | ||
| * NSRDB PSM4 files can now be loaded with bifacialvf.readInputTMY() (:issue:`55`) | ||
|
|
||
| Bug fixes | ||
| ~~~~~~~~~ | ||
| * With ``agriPV==True``, output file now prints as space separated array and reads back in as np.array object. Values rounded to 4 significant digits. (:pull:`64`) | ||
| * Azimuth=270 logic error fixed with tracking systems (:issue:`61`) | ||
| * iStopIso > 180 limit error fixed. (:issue:`53`) | ||
|
|
||
| Documentation | ||
| ~~~~~~~~~~~~~~ | ||
| * Improved pytests. (:pull:`64`) | ||
| * Updated to pyproject.toml setup file. (:pull:`64`) | ||
|
|
||
|
|
||
| Contributors | ||
| ~~~~~~~~~~~~ | ||
| * Silvana Ovaitt (:ghuser:`shirubana`) | ||
| * Chris Deline (:ghuser:`cdeline`) | ||
| * Mark Mikofski (:ghuser:`mikofski`) | ||
| * Kevin Anderson (:ghuser:`kandersolar`) |
This file contains hidden or 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 was deleted.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.