Skip to content

Commit

Permalink
Development (#65)
Browse files Browse the repository at this point in the history
* add release notes
  • Loading branch information
martin-springer authored Feb 9, 2024
1 parent 8154831 commit 3d61998
Show file tree
Hide file tree
Showing 3 changed files with 45 additions and 2 deletions.
26 changes: 26 additions & 0 deletions .github/pull_request_template.md
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
4 changes: 2 additions & 2 deletions docs/source/whatsnew/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@

What's New
==========
PVDegradationTools (pvdeg) change log:

pvdeg change log

.. include:: releases/v0.2.3.rst
.. include:: releases/v0.2.2.rst
.. include:: releases/v0.2.1.rst
.. include:: releases/v0.2.0.rst
Expand Down
17 changes: 17 additions & 0 deletions docs/source/whatsnew/releases/v0.2.3.rst
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`)

0 comments on commit 3d61998

Please sign in to comment.