Ecosyste.ms: Timeline
Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.
RHammond2 created a branch on RHammond2/WAVES
enhancement/floris-upgrade - Offshore Wind Farm Lifecycle Estimation
RHammond2 pushed 180 commits to main RHammond2/floris
- Add documentation for the release process (#727) a4768d0
- Raise documentation and examples errors in CI (#736) * Remove unused modules in `floris.tools` * Fix broken impor... 1a2e868
- Fix errors in notebooks for online documentation (#721) * Update floris_101.ipynb * Fix more code cells ------... bc4fd28
- Support relative paths in YAML configuration files (#739) * account for using the method from a system call * add... 34a7e0c
- Use compatible-release specifier for dependency versions (#748) * switch to compatible version * missing equals ... e1dd6b7
- Fix path dependency in `convert_to_path` test (#749) * fix third-case to be correct with new conversion logic * T... 599f226
- Improve attrs usage in simulation package (#750) * Use attrs class for low-level classes * Add missing attribute ... 52b8a5f
- Bug fix: Enable mulit-dimensional turbines for turbine interactions (#754) * fix third-case to be correct with new c... 6f2256d
- Fix the turbine.power function unit test (#755) * fix the test_power function * Correct input to not include grid... b6de318
- Grid-class tidying (#751) * Rename grid unit test to reflect TurbineGrid focus * Rename grid diameter array In... 94357ca
- Update velocity average function e604f40
- Support 4 dimensional data arrays in Turbine and Farm classes (#60) * Make changes such that test_ct passes in 4d ... caffa01
- Swap wind direction and speed constants in tests c82e5f8
- Replace mutable default attributes with immutable types (#759) * replace default=[] in farm.py * fix default np a... 64ae678
- Swap wind direction and speed in Grids b766e15
- Swap FlowField wind speeds and directions cece44a
- Support 4D arrays in sequential solver a2211c3
- Update Jensen regression tests for 4D arrays 2379672
- Add 4D array inputs to conftest 7fa0192
- Update GCH components and reg tests 0ad51e0
- and 160 more ...
RHammond2 pushed 174 commits to develop RHammond2/floris
- Update velocity average function e604f40
- Support 4 dimensional data arrays in Turbine and Farm classes (#60) * Make changes such that test_ct passes in 4d ... caffa01
- Swap wind direction and speed constants in tests c82e5f8
- Swap wind direction and speed in Grids b766e15
- Swap FlowField wind speeds and directions cece44a
- Support 4D arrays in sequential solver a2211c3
- Update Jensen regression tests for 4D arrays 2379672
- Add 4D array inputs to conftest 7fa0192
- Update GCH components and reg tests 0ad51e0
- Convert EmG model to 4d structure (#62) * update reg_tandem to mimic Jensen. * Partway through solve; commiting t... 3a1bf65
- Add utility to build turbine yaml from absolute power, thrust curves (#729) * Structure of file built out. * Main... da61128
- Clean up and align Turbine and TurbineMultiDim class architectures (#762) * Clean up docstrings and comments * Up... bbcb8c3
- Add capability to sample and plot velocity profiles (#699) * Moved from other branch * Preparing inputs in Floris... ebdf9a1
- Merge branch 'develop' into 4d # Conflicts: # floris/simulation/flow_field.py # tests/turbine_unit_test.py d2e5763
- Fix a couple of broken tests 01251dd
- Fix broken regression tests fe7fa64
- Update FlorisInterface and subset of examples (#61) * initial commit * first pass edit of 01 example * ruff fo... f35326e
- Update visualization methods and examples e570543
- Fix isort and ruff formatting 9f4f5d1
- Bug fix for error checking wind rose frequency 3471efe
- and 154 more ...
RHammond2 pushed 1 commit to develop NREL/WAVES
- enhancement: energy_loss update (#11) * energy_loss update * fix line lengths, typos, typing, and add input. * en... 641d4aa
RHammond2 pushed 1 commit to develop RHammond2/GreenHEART
- Add `pre-commit` workflow for automated linting and formatting (#57) * create pre-commit workflow * run isort and b... 36d49ab
RHammond2 pushed 1 commit to develop NREL/GreenHEART
- Add `pre-commit` workflow for automated linting and formatting (#57) * create pre-commit workflow * run isort and b... 36d49ab
RHammond2 closed a pull request on NREL/GreenHEART
Add `pre-commit` workflow for automated linting and formatting
<!-- 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 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 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 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 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