diff --git a/LICENSE b/LICENSE index dec18a74..0a5c177e 100644 --- a/LICENSE +++ b/LICENSE @@ -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 diff --git a/docs/conf.py b/docs/conf.py index c92953ac..b26cc69d 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -19,7 +19,7 @@ # -- Project information ----------------------------------------------------- project = 'PVAnalytics' -copyright = '2020, pvlib' +copyright = '2020-2022, pvlib' author = 'pvlib' diff --git a/docs/index.rst b/docs/index.rst index 911b1469..3951824a 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -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 `_. +`permissive license `_. The source code for PVAnalytics is hosted on `github `_. diff --git a/docs/whatsnew/0.1.3.rst b/docs/whatsnew/0.1.3.rst index 25bc55f1..58414231 100644 --- a/docs/whatsnew/0.1.3.rst +++ b/docs/whatsnew/0.1.3.rst @@ -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`): @@ -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`) \ No newline at end of file +* Cliff Hansen (:ghuser:`cwhanse`) +* Josh Peterson (:ghuser:`PetersonUOregon`) +* Adam R. Jensen (:ghuser:`adamrjensen`) +* Will Holmgren (:ghuser:`wholmgren`) +* Kevin Anderson (:ghuser:`kanderso-nrel`) diff --git a/docs/whatsnew/0.1.4.rst b/docs/whatsnew/0.1.4.rst new file mode 100644 index 00000000..e953d19d --- /dev/null +++ b/docs/whatsnew/0.1.4.rst @@ -0,0 +1,23 @@ +.. _whatsnew_014: + +0.1.4 (TBD) +------------------------- + +Enhancements +~~~~~~~~~~~~ + +Bug Fixes +~~~~~~~~~ + + +Requirements +~~~~~~~~~~~~ + + +Documentation +~~~~~~~~~~~~~ + + +Contributors +~~~~~~~~~~~~ + diff --git a/docs/whatsnew/index.rst b/docs/whatsnew/index.rst index 2d6271f0..78558a49 100644 --- a/docs/whatsnew/index.rst +++ b/docs/whatsnew/index.rst @@ -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