Skip to content

Commit

Permalink
v0.1.3 release (#177)
Browse files Browse the repository at this point in the history
* master->main update

* whatsnew cleanup

* create blank 0.1.4 whatsnew

* release date += 1

* other contributors

* copyright years
  • Loading branch information
kandersolar authored Dec 16, 2022
1 parent b212fff commit 492c295
Show file tree
Hide file tree
Showing 6 changed files with 47 additions and 25 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2020 pvlib
Copyright (c) 2020-2022 pvlib

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
# -- Project information -----------------------------------------------------

project = 'PVAnalytics'
copyright = '2020, pvlib'
copyright = '2020-2022, pvlib'
author = 'pvlib'


Expand Down
2 changes: 1 addition & 1 deletion docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ system-level data. It can be used as a standalone analysis package
and as a data cleaning "front end" for other PV analysis packages.

PVAnalytics is free and open source under a
`permissive license <https://github.com/pvlib/pvanalytics/blob/master/LICENSE>`_.
`permissive license <https://github.com/pvlib/pvanalytics/blob/main/LICENSE>`_.
The source code for PVAnalytics is hosted on `github
<https://github.com/pvlib/pvanalytics>`_.

Expand Down
42 changes: 20 additions & 22 deletions docs/whatsnew/0.1.3.rst
Original file line number Diff line number Diff line change
@@ -1,24 +1,18 @@
.. _whatsnew_013:

0.1.3 (TBD)
0.1.3 (December 16, 2022)
-------------------------

Enhancements
~~~~~~~~~~~~
* Added function ``pvanalytics.quality.irradiance.calculate_component_sum_series`` for calculating the component sum values of GHI, DHI, and DNI, and performing nighttime corrections (:issue:`157`, :pull:`163`)
* Updated the :py:func:`~pvanalytics.gaps.stale_values_round` function with pandas functionality, leading to the same results with a 300X speedup. (:issue:`156`, :pull:`158`)

Bug Fixes
~~~~~~~~~


Requirements
~~~~~~~~~~~~

* Added function :py:func:`~pvanalytics.quality.irradiance.calculate_component_sum_series`
for calculating the component sum values of GHI, DHI, and DNI, and performing nighttime
corrections (:issue:`157`, :pull:`163`)
* Updated the :py:func:`~pvanalytics.quality.gaps.stale_values_round` function with pandas
functionality, leading to the same results with a 300X speedup. (:issue:`156`, :pull:`158`)

Documentation
~~~~~~~~~~~~~

Added new gallery example pages:

* ``pvanalytics.metrics`` (:issue:`133`, :pull:`153`):
Expand All @@ -33,23 +27,27 @@ Added new gallery example pages:
* :py:func:`~pvanalytics.quality.weather.wind_limits`
* :py:func:`~pvanalytics.quality.weather.module_temperature_check`

* ``pvanalytics.quality.irradiance`` (:issue:`157`, :pull:`163`)

* :py:func:`~pvanalytics.quality.irradiance.calculate_component_sum_series`

* ``pvanalytics.system`` (:issue:`133`, :pull:`146`):

* :py:func:`~pvanalytics.system.infer_orientation_fit_pvwatts`
* :py:func:`~pvanalytics.system.is_tracking_envelope`

* ``pvanalytics.quality.irradiance.calculate_component_sum_series``(:issue:`157`, :pull:`163`)
Updated the docstrings associated with the pdc0 and pac fields in :py:func:`~pvanalytics.metrics.performance_ratio_nrel`
to make them clearer (:issue:`152`, :pull:`162`).

Restructured the example gallery by separating the examples into categories
and adding README's (:issue:`154`, :pull:`155`).
Revised the pull request template (:issue:`159`, :pull:`160`).
* Clarified parameter descriptions for ``pdc0`` and ``pac`` in
:py:func:`~pvanalytics.metrics.performance_ratio_nrel` (:issue:`152`, :pull:`162`).
* Restructured the example gallery by separating the examples into categories
and adding README's (:issue:`154`, :pull:`155`).
* Revised the pull request template (:issue:`159`, :pull:`160`).

Contributors
~~~~~~~~~~~~
* Kirsten Perry (:ghuser:`kperrynrel`)
* Cliff Hansen (:ghuser:`cwhanse`)
* Cliff Hansen (:ghuser:`cwhanse`)
* Josh Peterson (:ghuser:`PetersonUOregon`)
* Adam R. Jensen (:ghuser:`adamrjensen`)
* Will Holmgren (:ghuser:`wholmgren`)
* Kevin Anderson (:ghuser:`kanderso-nrel`)
23 changes: 23 additions & 0 deletions docs/whatsnew/0.1.4.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
.. _whatsnew_014:

0.1.4 (TBD)
-------------------------

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

Bug Fixes
~~~~~~~~~


Requirements
~~~~~~~~~~~~


Documentation
~~~~~~~~~~~~~


Contributors
~~~~~~~~~~~~

1 change: 1 addition & 0 deletions docs/whatsnew/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ These are the bug-fixes, new features, and improvements for each release.
.. toctree::
:maxdepth: 2

0.1.3
0.1.2
0.1.1
0.1.0

0 comments on commit 492c295

Please sign in to comment.