Skip to content

Commit

Permalink
What's new cleanup for v0.2.0-alpha.1 (#182)
Browse files Browse the repository at this point in the history
* move whatsnew to 0.2.0, cleanup

* deploy on v-tags instead of github releases
  • Loading branch information
kandersolar authored Jan 20, 2023
1 parent abfd56f commit 369deda
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 8 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/pythonpublish.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
name: Upload to PyPi
on:
release:
types: [published]
push:
tags:
- "v*"

jobs:
deploy:
Expand Down
16 changes: 11 additions & 5 deletions docs/whatsnew/0.1.4.rst → docs/whatsnew/0.2.0.rst
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
.. _whatsnew_014:
.. _whatsnew_020:

0.1.4 (TBD)
-------------------------
0.2.0 (anticipated March 2023)
------------------------------

Enhancements
~~~~~~~~~~~~
Breaking Changes
~~~~~~~~~~~~~~~~
* Updated function :py:func:`~pvanalytics.system.infer_orientation_fit_pvwatts`
to more closely align with the PVWatts v5 methodology. This includes incorporating
relative airmass and extraterrestrial irradiance into the Perez total irradiance model,
Expand All @@ -13,6 +13,10 @@ Enhancements
during least squares optimization. (:issue:`147`, :pull:`180`)


Enhancements
~~~~~~~~~~~~


Bug Fixes
~~~~~~~~~
* ``pvanalytics.__version__`` now correctly reports the version string instead
Expand All @@ -32,3 +36,5 @@ Documentation
Contributors
~~~~~~~~~~~~
* Kirsten Perry (:ghuser:`kperrynrel`)
* Kevin Anderson (:ghuser:`kanderso-nrel`)
* Cliff Hansen (:ghuser:`cwhanse`)
2 changes: 1 addition & 1 deletion docs/whatsnew/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ These are the bug-fixes, new features, and improvements for each release.
.. toctree::
:maxdepth: 2

0.1.4
0.2.0
0.1.3
0.1.2
0.1.1
Expand Down

0 comments on commit 369deda

Please sign in to comment.