Skip to content
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

PySAM v4.1.0 #142

Merged
merged 61 commits into from
Feb 26, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
61 commits
Select commit Hold shift + click to select a range
c73e566
files for pysam 2.2.4
dguittet Aug 21, 2021
6c15e38
update build_manylinux.sh
dguittet Aug 21, 2021
4f7c238
Merge branch 'master' into dev
dguittet Aug 21, 2021
d1cef48
update tests and conda build
dguittet Aug 21, 2021
4118734
Merge branch 'master' into dev
dguittet Sep 28, 2021
634853e
update SAM_api files
dguittet Nov 8, 2021
494d891
closes #89 certifi certificates in fetchresource
dguittet Dec 15, 2021
c188d37
fixes #94
dguittet Dec 15, 2021
413807d
start v 2.3.0
dguittet Dec 16, 2021
2d9dd5b
Merge branch 'master' into dev
dguittet Dec 16, 2021
b025df8
fix #69
dguittet Dec 22, 2021
15ca3e2
changes from 2021.12.2 release
dguittet Dec 22, 2021
89858c8
add VersionChanges.rst
dguittet Dec 22, 2021
533def2
add version_differ.py
dguittet Dec 23, 2021
eb2b5b4
add more release info
dguittet Dec 23, 2021
8e614a9
update version_differ.py doc str
dguittet Dec 23, 2021
d89d56c
correct version_differ.py with PySSC
dguittet Dec 23, 2021
6742155
add python 3.10
dguittet Dec 24, 2021
80df6df
fix getting env variables during build and remove pandas dependency
dguittet Dec 26, 2021
225d252
fix test_ResouceTools.py
dguittet Dec 26, 2021
fd1e52d
switch to manylinux2010 for Python 3.10 support
dguittet Jan 5, 2022
7d10a6c
update pysam files
dguittet Feb 18, 2022
484e8bd
update PySAM files
dguittet Feb 18, 2022
d14ab6b
Update docs for Version 3.0.1
dguittet Mar 4, 2022
fc3320f
close #109
dguittet Mar 5, 2022
fb6072e
remove stubs package dependency
dguittet Mar 6, 2022
3879be7
removal of stubs package
dguittet Mar 6, 2022
6c2978e
Merge branch 'master' into dev
dguittet Mar 6, 2022
2762458
Apple Silicon and Intel Wheel
sjanzou Aug 30, 2022
580b5d3
Merge branch 'master' into dev
dguittet Sep 2, 2022
5a7b146
Merge branch 'dev' into AppleSiliconIntelWheel
dguittet Sep 2, 2022
f1c3726
Merge pull request #118 from NREL/AppleSiliconIntelWheel
sjanzou Sep 3, 2022
7c5373c
update files and test
dguittet Sep 13, 2022
116b2ad
Add utility rate forecast example for new stateful cmod (#119)
brtietz Sep 22, 2022
87da2a7
PySAM documentation revisions
cpaulgilman Sep 22, 2022
ce30f7e
update setup and tests
dguittet Sep 26, 2022
c67227c
Merge branch 'pysam-doc-revisions' into v3.0.2
dguittet Sep 26, 2022
ba7dfb9
update files
dguittet Sep 26, 2022
705370d
update versions.rst
dguittet Sep 26, 2022
28bb267
update rsts
dguittet Sep 26, 2022
4cb66cc
Merge branch 'v3.0.2' into dev
dguittet Sep 27, 2022
1432dcb
updates for v3.0.2
dguittet Sep 27, 2022
3d40752
merge
dguittet Sep 27, 2022
be135ea
update build_manylinux.sh
dguittet Sep 27, 2022
947f588
update comments
dguittet Oct 4, 2022
f7a7496
Modifications to PySSC to handle the conventions form ssc PR 907, plu…
brtietz Oct 26, 2022
9c19c7e
Merge pull request #125 from NREL/ssc_906
brtietz Oct 27, 2022
bf2c48e
Pysam 116 urdb version 8 (#126)
brtietz Dec 10, 2022
615c8e7
pysam v4.0.0
dguittet Dec 10, 2022
d6f43bc
update test
dguittet Dec 10, 2022
7aab060
add error check to build_win.bat
dguittet Dec 10, 2022
b2ab0fb
fix docs
dguittet Dec 10, 2022
ba59c50
Merge branch 'master' into dev
dguittet Dec 10, 2022
64ac4d7
update cmake version
dguittet Dec 10, 2022
eda96f6
Merge branch 'master' into dev
dguittet Dec 12, 2022
f82d6d9
update platform tag for manylinux2014
dguittet Dec 12, 2022
6ac91d3
Merge branch 'main' into dev
dguittet Feb 24, 2023
eeb4d44
update files
dguittet Feb 24, 2023
6c49c49
Merge branch 'dev' of https://github.com/nrel/pysam into dev
dguittet Feb 24, 2023
18ba6fd
Fix wind resource download in ResourceTools.py
cpaulgilman Feb 25, 2023
1da27b4
update build files
dguittet Feb 26, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
38 changes: 17 additions & 21 deletions Examples/BatteryStateful.ipynb

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion Examples/BatteryWithCustomDispatch.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

Additional financial models, inputs, and outputs can be found at https://nrel-pysam.readthedocs.io/en/master/modules/Battery.html

Most recently tested against PySAM 4.0.0
Most recently tested against PySAM 4.1.0

@author: brtietz
"""
Expand Down
2 changes: 1 addition & 1 deletion Examples/GenericSystemSingleOwnerExample.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"""
Created on Wed Mar 4 13:47:58 2020

Most recently tested against PySAM 4.0.0
Most recently tested against PySAM 4.1.0

@author: frohro
"""
Expand Down
2 changes: 1 addition & 1 deletion Examples/LoadToolsExample.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

"""
A usage example for LoadTools.get_monthly peaks with hourly annual data
Requires PySAM 4.0.0 or greater
Requires PySAM 4.1.0 or greater
"""
if __name__ == "__main__":
df = pd.read_csv(str(Path(__file__).parent / "sample_load.csv"), dtype=float)
Expand Down
8 changes: 4 additions & 4 deletions Examples/Marine energy examples/WaveFileReader_example.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"name": "stdout",
"output_type": "stream",
"text": [
"4.0.0\n"
"4.1.0\n"
]
}
],
Expand Down Expand Up @@ -147,7 +147,7 @@
],
"metadata": {
"kernelspec": {
"display_name": "pysam_build_3.6",
"display_name": "pysam_build_3.11",
"language": "python",
"name": "python3"
},
Expand All @@ -161,11 +161,11 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.6.13"
"version": "3.11.0"
},
"vscode": {
"interpreter": {
"hash": "9bb078d9482d46b8624f7a67f4d21bd9eb38583ce4681db84ead483490cabb74"
"hash": "bde388c9b59212dbf36b7a84237a74ca6442a58f2ad0166ebf47f299acdcc48a"
}
}
},
Expand Down
16 changes: 7 additions & 9 deletions Examples/NonAnnualSimulation.ipynb

Large diffs are not rendered by default.

10 changes: 5 additions & 5 deletions Examples/PySAMWorkshop.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"\n",
"https://sam.nrel.gov/software-development-kit-sdk/pysam.html\n",
"\n",
"Edit: Most recently tested with Version 4.0.0"
"Edit: Most recently tested with Version 4.1.0"
]
},
{
Expand Down Expand Up @@ -432,7 +432,7 @@
"name": "stdout",
"output_type": "stream",
"text": [
"4.0.0\n"
"4.1.0\n"
]
}
],
Expand Down Expand Up @@ -539,7 +539,7 @@
],
"metadata": {
"kernelspec": {
"display_name": "pysam_build_3.6",
"display_name": "pysam_build_3.11",
"language": "python",
"name": "python3"
},
Expand All @@ -553,11 +553,11 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.6.13"
"version": "3.11.0"
},
"vscode": {
"interpreter": {
"hash": "9bb078d9482d46b8624f7a67f4d21bd9eb38583ce4681db84ead483490cabb74"
"hash": "bde388c9b59212dbf36b7a84237a74ca6442a58f2ad0166ebf47f299acdcc48a"
}
}
},
Expand Down
2 changes: 1 addition & 1 deletion Examples/ResidentialPVBatteryWithCustomDispatch.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
* PV: https://nrel-pysam.readthedocs.io/en/master/modules/Pvsamv1.html
* Battery: https://nrel-pysam.readthedocs.io/en/master/modules/Battery.html

Most recently tested against PySAM 4.0.0
Most recently tested against PySAM 4.1.0

@author: brtietz
"""
Expand Down
2 changes: 1 addition & 1 deletion Examples/SAMsimPVWattsCommercialExample.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
Run the simulations.
Print the results.

Most recently tested against PySAM 4.0.0
Most recently tested against PySAM 4.1.0

@author: frohro
"""
Expand Down