-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing
3 changed files
with
45 additions
and
2 deletions.
There are no files selected for viewing
This file contains 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,26 @@ | ||
## Describe your changes | ||
|
||
Please include a summary of the changes and the related issue. Please also include relevant motivation and context. List any dependencies that are required for this change. | ||
|
||
## Issue ticket number and link | ||
|
||
Fixes # (issue) | ||
|
||
## Type of change | ||
|
||
Please delete options that are not relevant. | ||
|
||
- [ ] Bug fix (non-breaking change which fixes an issue) | ||
- [ ] New feature (non-breaking change which adds functionality) | ||
- [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected) | ||
- [ ] This change requires a documentation update | ||
|
||
## Checklist before requesting a review | ||
|
||
- [ ] I have performed a self-review of my code | ||
- [ ] Code changes are covered by tests. | ||
- [ ] Code changes have been evaluated for compatibility/integration with Scenario analysis (for future PRs) | ||
- [ ] New functions added to __init__.py | ||
- [ ] API.rst is up to date, along with other sphinx docs pages | ||
- [ ] Example notebooks are rerun and differences in results scrutinized | ||
- [ ] What's new changelog has been updated in the docs |
This file contains 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 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,17 @@ | ||
v0.2.3 (2024-02-09) | ||
======================= | ||
|
||
Enhancements | ||
------------ | ||
* refactor of the standoff calculation | ||
* refactor to wind_speed height instead of wind_speed factor | ||
* updates to standoff calculation notebooks | ||
* updates to documentation | ||
* include issue and pull request templates | ||
|
||
|
||
Contributors | ||
~~~~~~~~~~~~ | ||
* Mike Kempe (:ghuser:`MDKempe`) | ||
* Tobin Ford (:ghuser:`tobin-ford`) | ||
* Martin Springer (:ghuser:`martin-springer`) |