Ecosyste.ms: Timeline
Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.
johnjasa closed a pull request on NREL/HOPP
Update HOPP Examples
<!-- IMPORTANT NOTES Is this pull request ready to be merged? - Do the existing tests pass and new tests added for new code? - Is all development in a state where you are proud to share it wi...johnjasa pushed 27 commits to update_examples kbrunik/HOPP
- LCA greet related updates 44f12ec
- LCA greet related, updated documentation for input args of GREETData class, added another test for processing and sav... 14ec697
- LCA cambium related - added default cambium files, updated resource __init__, added cambium_data.py, updated pyprojec... 179a9f5
- LCA cambium related - updated test to delete test files created during pytests 0893dff
- removing unnecessary imports 875c1a2
- comment out if main statement c51b088
- Updated cambium pytests, first checks API server health before running any tests which make API calls f222ad1
- Merge branch 'develop' into hopp_lca_pr 5e0b99b
- updated values for water supply emissions intensities per discussions with Masha fff0511
- erging latest changes from branch fddc7be
- Merge branch 'develop' into hopp_lca_pr 7e32480
- Update hopp/simulation/resource_files/greet/README.md Co-authored-by: John Jasa <[email protected]> aa6f9a0
- Update hopp/simulation/technologies/resource/cambium_data.py Co-authored-by: John Jasa <[email protected]> 3edfe6e
- Update hopp/simulation/technologies/resource/greet_data.py Co-authored-by: John Jasa <[email protected]> 37bc047
- Update hopp/simulation/technologies/resource/greet_data.py Co-authored-by: John Jasa <[email protected]> 01c6743
- adding import time to cambium_data.py 547c0cf
- Merge branch 'hopp_lca_pr' of https://github.com/dakotaramos/HOPP into hopp_lca_pr pulling latest updates into branch 8656fb9
- removed unused greet file reference in greet_data.py f3dad4c
- update release info 14eabba
- Bumping min python version 612fdd5
- and 7 more ...
johnjasa pushed 5 commits to develop NREL/HOPP
johnjasa closed a pull request on NREL/HOPP
Update release info from past releases
# Update release info from past releases <!-- Be sure to title your pull request so that readers can scan through the list of PR's and understand what this one involves. It should be a few well ...johnjasa pushed 22 commits to feature/update_release_docs bayc/HOPP-1
- LCA greet related updates 44f12ec
- LCA greet related, updated documentation for input args of GREETData class, added another test for processing and sav... 14ec697
- LCA cambium related - added default cambium files, updated resource __init__, added cambium_data.py, updated pyprojec... 179a9f5
- LCA cambium related - updated test to delete test files created during pytests 0893dff
- removing unnecessary imports 875c1a2
- comment out if main statement c51b088
- Updated cambium pytests, first checks API server health before running any tests which make API calls f222ad1
- Merge branch 'develop' into hopp_lca_pr 5e0b99b
- updated values for water supply emissions intensities per discussions with Masha fff0511
- erging latest changes from branch fddc7be
- Merge branch 'develop' into hopp_lca_pr 7e32480
- Update hopp/simulation/resource_files/greet/README.md Co-authored-by: John Jasa <[email protected]> aa6f9a0
- Update hopp/simulation/technologies/resource/cambium_data.py Co-authored-by: John Jasa <[email protected]> 3edfe6e
- Update hopp/simulation/technologies/resource/greet_data.py Co-authored-by: John Jasa <[email protected]> 37bc047
- Update hopp/simulation/technologies/resource/greet_data.py Co-authored-by: John Jasa <[email protected]> 01c6743
- adding import time to cambium_data.py 547c0cf
- Merge branch 'hopp_lca_pr' of https://github.com/dakotaramos/HOPP into hopp_lca_pr pulling latest updates into branch 8656fb9
- removed unused greet file reference in greet_data.py f3dad4c
- Update hopp/simulation/technologies/resource/greet_data.py 2b7314f
- Merge branch 'develop' into hopp_lca_pr f971170
- and 2 more ...
johnjasa pushed 21 commits to develop NREL/HOPP
- LCA greet related updates 44f12ec
- LCA greet related, updated documentation for input args of GREETData class, added another test for processing and sav... 14ec697
- LCA cambium related - added default cambium files, updated resource __init__, added cambium_data.py, updated pyprojec... 179a9f5
- LCA cambium related - updated test to delete test files created during pytests 0893dff
- removing unnecessary imports 875c1a2
- comment out if main statement c51b088
- Updated cambium pytests, first checks API server health before running any tests which make API calls f222ad1
- Merge branch 'develop' into hopp_lca_pr 5e0b99b
- updated values for water supply emissions intensities per discussions with Masha fff0511
- erging latest changes from branch fddc7be
- Merge branch 'develop' into hopp_lca_pr 7e32480
- Update hopp/simulation/resource_files/greet/README.md Co-authored-by: John Jasa <[email protected]> aa6f9a0
- Update hopp/simulation/technologies/resource/cambium_data.py Co-authored-by: John Jasa <[email protected]> 3edfe6e
- Update hopp/simulation/technologies/resource/greet_data.py Co-authored-by: John Jasa <[email protected]> 37bc047
- Update hopp/simulation/technologies/resource/greet_data.py Co-authored-by: John Jasa <[email protected]> 01c6743
- adding import time to cambium_data.py 547c0cf
- Merge branch 'hopp_lca_pr' of https://github.com/dakotaramos/HOPP into hopp_lca_pr pulling latest updates into branch 8656fb9
- removed unused greet file reference in greet_data.py f3dad4c
- Update hopp/simulation/technologies/resource/greet_data.py 2b7314f
- Merge branch 'develop' into hopp_lca_pr f971170
- and 1 more ...
johnjasa closed a pull request on NREL/HOPP
Cambium API and GREET Excel Integration
Cambium and GREET integration Added: cambium_data.py: to manage the Cambium API call and parsing of data greet_data.py: to handle manipulation and extraction of data from GREET excel docs resou...johnjasa pushed 8 commits to update_examples kbrunik/HOPP
- remove unused dependencies 9252d6d
- Merge branch 'develop' into feature/remove_unused_dependencies 29ea2d6
- remove the alt_dev directory d72b147
- remove alt_dev directory from docs 3bdce56
- update index.rst to remove alt_dev d30bbea
- Merge branch 'develop' into feature/remove_unused_dependencies 7502e28
- Merge pull request #383 from bayc/feature/remove_unused_dependencies Remove unused dependencies ce8e81f
- Merge branch 'develop' into update_examples da62dff
johnjasa pushed 18 commits to develop NREL/GreenHEART
- update LICENSE copyright c5fb29c
- greenheart jupyter examples 1707a7b
- Merge remote-tracking branch 'upstream/develop' into public b01e4b1
- PEM example 0df0aaa
- added plot to electrolyzer example for lifetime performance e190fcb
- Merge remote-tracking branch 'upstream/develop' into public 7a9a6f3
- Merge pull request #1 from elenya-grant/workshop added plot to electrolyzer example for lifetime performance 481a233
- Merge remote-tracking branch 'upstream/develop' into public ae4faf7
- remove ) from imports 0772e75
- remove unsupported example 10f0784
- example README a0c7bc4
- Minor typo fixes to example 545771e
- add environment.yml 5a73903
- add conda environment specification and update readme 75a75bc
- Merge remote-tracking branch 'rob/enhancement/conda-environment' into public 596b8c7
- add missing requirement 499f4cd
- Merge remote-tracking branch 'rob/enhancement/conda-environment' into public d5a297b
- Merge pull request #30 from kbrunik/public Updating GreenHEART Examples 5991cf0
johnjasa closed a pull request on NREL/GreenHEART
Updating GreenHEART Examples
<!-- IMPORTANT NOTES the text to run it. --> # Clean up GreenHEART Examples <!-- Be sure to title your pull request so that readers can scan through the list of PR's and understand wha...johnjasa pushed 8 commits to feature/update_release_docs bayc/HOPP-1
- remove unused dependencies 9252d6d
- Merge branch 'develop' into feature/remove_unused_dependencies 29ea2d6
- remove the alt_dev directory d72b147
- remove alt_dev directory from docs 3bdce56
- update index.rst to remove alt_dev d30bbea
- Merge branch 'develop' into feature/remove_unused_dependencies 7502e28
- Merge pull request #383 from bayc/feature/remove_unused_dependencies Remove unused dependencies ce8e81f
- Merge branch 'develop' into feature/update_release_docs b2e0e60
johnjasa pushed 7 commits to develop NREL/HOPP
- remove unused dependencies 9252d6d
- Merge branch 'develop' into feature/remove_unused_dependencies 29ea2d6
- remove the alt_dev directory d72b147
- remove alt_dev directory from docs 3bdce56
- update index.rst to remove alt_dev d30bbea
- Merge branch 'develop' into feature/remove_unused_dependencies 7502e28
- Merge pull request #383 from bayc/feature/remove_unused_dependencies Remove unused dependencies ce8e81f
johnjasa closed a pull request on NREL/HOPP
Remove unused dependencies
# Remove unused dependencies <!-- Be sure to title your pull request so that readers can scan through the list of PR's and understand what this one involves. It should be a few well selected wor...johnjasa pushed 17 commits to update_examples kbrunik/HOPP
- make battery heuristic general so other generation tech besides wind and pv can be used 56a1fc0
- remove outdated dir 15e6800
- Merge pull request #378 from kbrunik/wavvy remove duplicate outdated dir 3c86578
- Merge branch 'develop' into feature/generalize-dispatch 4099b33
- add test for load following heuristic with wave 15d7d28
- Merge remote-tracking branch 'myfork/feature/generalize-dispatch' into feature/generalize-dispatch b57173e
- simplify battery_heuristic() gen sum 22d25d8
- initialize tot_gen as numpy array e58bc22
- remove extra '=' 410f97b
- Merge pull request #377 from jaredthomas68/feature/generalize-dispatch make battery heuristic general so other gener... 08e3175
- update the api url for the nsrdb 517e156
- correct naming of the test pypi workflow 644bd37
- Merge pull request #381 from bayc/feature/update_NSRDB_API_URL Update the API URL for the NSRDB e893987
- Merge pull request #384 from RHammond2/fix/action-naming Bug Fix: Correct the display name of the Test PyPI Action 15b63a5
- Remove humpday from pyproject.toml 2510f9e
- Merge pull request #386 from NREL/johnjasa-patch-1 Remove humpday from pyproject.toml 2261137
- Merge branch 'develop' into update_examples fc173b5
johnjasa pushed 5 commits to develop NREL/GreenHEART
- add initial docs template and structure 3d1c170
- update the contributing guide and put it in the site 1c39e6a
- update contributing link 0b14caf
- Merge remote-tracking branch 'origin/develop' into docs/create-jupyter-book 5227c37
- Merge pull request #20 from RHammond2/docs/create-jupyter-book Documentation: Create a base site e2301a7
johnjasa closed a pull request on NREL/GreenHEART
Documentation: Create a base site
<!-- IMPORTANT NOTES Is this pull request ready to be merged? - Do the existing tests pass and new tests added for new code? - Is all development in a state where you are proud to share it wi...johnjasa opened an issue on NREL/HOPP
Implement a different default solver than CBC
COIN's CBC solver is what we currently use for dispatch (and other?) subproblems within the models. We currently pin the version to 2.10.8 due to known issues and this code is not easily installab...johnjasa pushed 3 commits to hopp_lca_pr dakotaramos/HOPP
johnjasa pushed 1 commit to hopp_lca_pr dakotaramos/HOPP
- Update hopp/simulation/technologies/resource/greet_data.py 2b7314f
johnjasa pushed 3 commits to feature/remove_unused_dependencies bayc/HOPP-1
johnjasa pushed 1 commit to feature/update_release_docs bayc/HOPP-1
- Bumping min python version 612fdd5