Ecosyste.ms: Timeline

Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.

NREL/HOPP

RHammond2 opened an issue on NREL/HOPP
Fix GitHub Pages Build and Deploy
<!-- Thank you for taking the time to report a bug. If you aren't certain whether an issue is a bug, please first open a Discussion. Before submitting, please reread your description to ensure t...
RHammond2 pushed 2 commits to develop NREL/HOPP
  • v3.1.1 Release (#411) <!-- IMPORTANT NOTES Is this pull request ready to be merged? - Do the existing tests pass an... c8adece
  • Fix typo in gh_pages.yml (#412) 099f8a3

View on GitHub

RHammond2 pushed 1 commit to main NREL/HOPP
  • Fix typo in gh_pages.yml (#412) 099f8a3

View on GitHub

RHammond2 closed a pull request on NREL/HOPP
Fix typo in gh_pages.yml
<!-- IMPORTANT NOTES 1. Use GH flavored markdown when writing your description: https://docs.github.com/en/get-started/writing-on-github/getting-started-with-writing-and-formatting-on-githu...
RHammond2 opened a pull request on NREL/HOPP
Fix typo in gh_pages.yml
<!-- IMPORTANT NOTES 1. Use GH flavored markdown when writing your description: https://docs.github.com/en/get-started/writing-on-github/getting-started-with-writing-and-formatting-on-githu...
RHammond2 created a branch on NREL/HOPP

patch/gh_pages

RHammond2 published a release on NREL/HOPP
v3.1.1 Release
- Enhanced PV plant functionality: added tilting solar panel support, improved system design handling, and refined tilt angle calculations. - Integrated ProFAST into the custom financial model for...
RHammond2 created a tag on NREL/HOPP

v3.1.1

RHammond2 closed an issue on NREL/HOPP
HOPP vs GreenHEART pip dependencies errors / incompatibilities for documentation packages
# HOPP vs GreenHEART pip dependencies errors / incompatibilities for documentation packages Ran into pip dependency errors when attempting to install HOPP 3.1 from source with GreenHEART v0.1.1 ...
RHammond2 closed an issue on NREL/HOPP
HOPP vs GreenHEART pip dependencies errors / incompatibilities for documentation packages
# HOPP vs GreenHEART pip dependencies errors / incompatibilities for documentation packages Ran into pip dependency errors when attempting to install HOPP 3.1 from source with GreenHEART v0.1.1 ...
RHammond2 closed an issue on NREL/HOPP
Change CI to use miniconda
We expect our users to install HOPP through a conda env. We should test our code in CI using a conda env also. This would allow for easier debugging, such as providing a way to reliably reproduce C...
RHammond2 pushed 11 commits to main NREL/HOPP
  • Update README.md 3e7dedc
  • remove extraneous imports (#382) Co-authored-by: John Jasa <[email protected]> 84db768
  • Feature/profast fin model (#355) * add lcoe calculations to the custom financial model using profast * fix loggin... 9b856a8
  • update bug report, feature request, and PR templates (#403) Co-authored-by: John Jasa <[email protected]> 9c65e59
  • Documentation: Replace Sphinx Build with Jupyter Book (#400) * add jupyter book dependencies and fix shapely minimum... 6d094d2
  • Feature: PV Tilt Angle (#405) * updated pv plant to allow for tilting solar panel and taking in a pysam design dicti... 1714de3
  • GREET Data Hotfix (#408) * LCA hotfix: corrected iron ore mining and pelletizing emissions intensity values and unit... 6210157
  • bump version and update release notes 4fccdeb
  • Merge branch 'main' into develop 60311ff
  • Merge branch 'develop' of https://github.com/NREL/HOPP into develop db802dc
  • v3.1.1 Release (#411) <!-- IMPORTANT NOTES Is this pull request ready to be merged? - Do the existing tests pass an... c8adece

View on GitHub

RHammond2 closed a pull request on NREL/HOPP
v3.1.1 Release
<!-- 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...
RHammond2 pushed 2 commits to develop NREL/HOPP
  • bump version and update release notes 4fccdeb
  • Merge branch 'develop' of https://github.com/NREL/HOPP into develop db802dc

View on GitHub

RHammond2 pushed 3 commits to develop NREL/HOPP
  • Merge pull request #396 from NREL/develop Merge develop into main for v3.1 e472e8f
  • Updated python workflows fe4c23b
  • Merge branch 'main' into develop 60311ff

View on GitHub

RHammond2 opened a pull request on NREL/HOPP
v3.1.1 Release
<!-- 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...
jaredthomas68 opened an issue on NREL/HOPP
Bug report: providing production om value returns negative costs when using the custom financial model
<!-- IMPORTANT NOTES Thank you for taking the time to report a bug. If you aren't certain whether an issue is a bug, please first open a Discussion. Before submitting, please reread your desc...
johnjasa pushed 1 commit to develop NREL/HOPP
  • GREET Data Hotfix (#408) * LCA hotfix: corrected iron ore mining and pelletizing emissions intensity values and unit... 6210157

View on GitHub

johnjasa closed a pull request on NREL/HOPP
GREET Data Hotfix
Hotfix to correct values and units for iron ore mining and pelletizing emission intensities based on feedback from ANL. ## Related issue https://github.com/NREL/HOPP/pull/380 ## Impacted are...
johnjasa created a review on a pull request on NREL/HOPP

View on GitHub

dakotaramos created a comment on a pull request on NREL/HOPP
@RHammond2 @johnjasa just pushed the update to the fastkml version in pyproject.toml

View on GitHub

johnjasa opened an issue on NREL/HOPP
Migrate to FastKML v1.0 Compatibility
### Migrate to FastKML v1.0 Compatibility #### Summary FastKML's `v1.0` release introduced a breaking change where `features` is now a property instead of a callable. This breaks existing funct...
RHammond2 created a review on a pull request on NREL/HOPP
Aside from the `fastkml` issue in my comment this all looks good to me.

View on GitHub

RHammond2 created a comment on a pull request on NREL/HOPP
> Thanks for this, @dakotaramos! The changes you've made look good. The failing CI appears unrelated to your changes. @RHammond2, could you please take a look and see if a package update or similar...

View on GitHub

johnjasa created a comment on a pull request on NREL/HOPP
Thanks for this, @dakotaramos! The changes you've made look good. The failing CI appears unrelated to your changes. @RHammond2, could you please take a look and see if a package update or similar ...

View on GitHub

dakotaramos opened a pull request on NREL/HOPP
GREET Data Hotfix
Hotfix to correct values and units for iron ore mining and pelletizing emission intensities based on feedback from ANL. ## Related issue https://github.com/NREL/HOPP/pull/380 ## Impacted are...
jaredthomas68 opened an issue on NREL/HOPP
Bug report: examples using the default financial model are broken due to financial updates.
<!-- IMPORTANT NOTES Thank you for taking the time to report a bug. If you aren't certain whether an issue is a bug, please first open a Discussion. Before submitting, please reread your desc...
johnjasa pushed 1 commit to develop NREL/HOPP
  • Feature: PV Tilt Angle (#405) * updated pv plant to allow for tilting solar panel and taking in a pysam design dicti... 1714de3

View on GitHub

johnjasa closed a pull request on NREL/HOPP
Feature: PV Tilt Angle
<!-- 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...
jaredthomas68 created a review on a pull request on NREL/HOPP
We need to follow up with #406 still, but let's go ahead and pull this in.

View on GitHub

Load more