Skip to content

Commit 492c295

Browse files
authored
v0.1.3 release (#177)
* master->main update * whatsnew cleanup * create blank 0.1.4 whatsnew * release date += 1 * other contributors * copyright years
1 parent b212fff commit 492c295

File tree

6 files changed

+47
-25
lines changed

6 files changed

+47
-25
lines changed

LICENSE

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2020 pvlib
3+
Copyright (c) 2020-2022 pvlib
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

docs/conf.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
# -- Project information -----------------------------------------------------
2020

2121
project = 'PVAnalytics'
22-
copyright = '2020, pvlib'
22+
copyright = '2020-2022, pvlib'
2323
author = 'pvlib'
2424

2525

docs/index.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ system-level data. It can be used as a standalone analysis package
1313
and as a data cleaning "front end" for other PV analysis packages.
1414

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

docs/whatsnew/0.1.3.rst

+20-22
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,18 @@
11
.. _whatsnew_013:
22

3-
0.1.3 (TBD)
3+
0.1.3 (December 16, 2022)
44
-------------------------
55

66
Enhancements
77
~~~~~~~~~~~~
8-
* 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`)
9-
* 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`)
10-
11-
Bug Fixes
12-
~~~~~~~~~
13-
14-
15-
Requirements
16-
~~~~~~~~~~~~
17-
8+
* Added function :py:func:`~pvanalytics.quality.irradiance.calculate_component_sum_series`
9+
for calculating the component sum values of GHI, DHI, and DNI, and performing nighttime
10+
corrections (:issue:`157`, :pull:`163`)
11+
* Updated the :py:func:`~pvanalytics.quality.gaps.stale_values_round` function with pandas
12+
functionality, leading to the same results with a 300X speedup. (:issue:`156`, :pull:`158`)
1813

1914
Documentation
2015
~~~~~~~~~~~~~
21-
2216
Added new gallery example pages:
2317

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

30+
* ``pvanalytics.quality.irradiance`` (:issue:`157`, :pull:`163`)
31+
32+
* :py:func:`~pvanalytics.quality.irradiance.calculate_component_sum_series`
33+
3634
* ``pvanalytics.system`` (:issue:`133`, :pull:`146`):
3735

3836
* :py:func:`~pvanalytics.system.infer_orientation_fit_pvwatts`
3937
* :py:func:`~pvanalytics.system.is_tracking_envelope`
4038

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

46-
Restructured the example gallery by separating the examples into categories
47-
and adding README's (:issue:`154`, :pull:`155`).
48-
49-
Revised the pull request template (:issue:`159`, :pull:`160`).
40+
* Clarified parameter descriptions for ``pdc0`` and ``pac`` in
41+
:py:func:`~pvanalytics.metrics.performance_ratio_nrel` (:issue:`152`, :pull:`162`).
42+
* Restructured the example gallery by separating the examples into categories
43+
and adding README's (:issue:`154`, :pull:`155`).
44+
* Revised the pull request template (:issue:`159`, :pull:`160`).
5045

5146
Contributors
5247
~~~~~~~~~~~~
53-
5448
* Kirsten Perry (:ghuser:`kperrynrel`)
55-
* Cliff Hansen (:ghuser:`cwhanse`)
49+
* Cliff Hansen (:ghuser:`cwhanse`)
50+
* Josh Peterson (:ghuser:`PetersonUOregon`)
51+
* Adam R. Jensen (:ghuser:`adamrjensen`)
52+
* Will Holmgren (:ghuser:`wholmgren`)
53+
* Kevin Anderson (:ghuser:`kanderso-nrel`)

docs/whatsnew/0.1.4.rst

+23
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
.. _whatsnew_014:
2+
3+
0.1.4 (TBD)
4+
-------------------------
5+
6+
Enhancements
7+
~~~~~~~~~~~~
8+
9+
Bug Fixes
10+
~~~~~~~~~
11+
12+
13+
Requirements
14+
~~~~~~~~~~~~
15+
16+
17+
Documentation
18+
~~~~~~~~~~~~~
19+
20+
21+
Contributors
22+
~~~~~~~~~~~~
23+

docs/whatsnew/index.rst

+1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ These are the bug-fixes, new features, and improvements for each release.
77
.. toctree::
88
:maxdepth: 2
99

10+
0.1.3
1011
0.1.2
1112
0.1.1
1213
0.1.0

0 commit comments

Comments
 (0)