Skip to content

Commit 2479e35

Browse files
authored
Merge branch 'development' into fix_issue_#377
2 parents ec47839 + 58b00e1 commit 2479e35

File tree

3 files changed

+53
-6
lines changed

3 files changed

+53
-6
lines changed

CITATION.cff

Lines changed: 46 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,46 @@
1+
cff-version: 1.2.0
2+
message: "If you use this software, please cite it as below."
3+
authors:
4+
- family-names: "Deceglie"
5+
given-names: "Michael G."
6+
orcid: "https://orcid.org/0000-0001-7063-9676"
7+
- family-names: "Anderson"
8+
given-names: "Kevin"
9+
- family-names: "Shinn"
10+
given-names: "Adam"
11+
- family-names: "Ambarish"
12+
given-names: "Nag"
13+
- family-names: "Mikofski"
14+
given-names: "Mark"
15+
orcid: "https://orcid.org/0000-0001-8001-8582"
16+
- family-names: "Springer"
17+
given-names: "Martin"
18+
orcid: "https://orcid.org/0000-0001-6803-108X"
19+
- family-names: "Yan"
20+
given-names: "Jiyang"
21+
- family-names: "Perry"
22+
given-names: "Kirsten"
23+
- family-names: "Villamar"
24+
given-names: "Sandra"
25+
- family-names: "Vining"
26+
given-names: "Will"
27+
- family-names: "Kimball"
28+
given-names: "Gregory M."
29+
orcid: "https://orcid.org/0000-0003-1075-1417"
30+
- family-names: "Ruth"
31+
given-names: "Daniel"
32+
- family-names: "Moyer"
33+
given-names: "Noah"
34+
- family-names: "Nguyen"
35+
given-names: "Quyen"
36+
- family-names: "Jordan"
37+
given-names: "Dirk"
38+
orcid: "https://orcid.org/0000-0002-2183-7489"
39+
- family-names: "Muller"
40+
given-names: "Matthew"
41+
- family-names: "Deline"
42+
given-names: "Chris"
43+
orcid: "https://orcid.org/0000-0002-9867-8930"
44+
title: "RdTools"
45+
doi: 10.5281/zenodo.1210316
46+
url: "https://github.com/NREL/rdtools"

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ RdTools is an open-source library to support reproducible technical analysis of
1313
time series data from photovoltaic energy systems. The library aims to provide
1414
best practice analysis routines along with the building blocks for users to
1515
tailor their own analyses. Current applications include the evaluation of PV
16-
production over several years to obtain rates of performance degradation and
16+
production over several years to obtain rates of performance degradation and
1717
soiling loss. RdTools can handle both high frequency (hourly or better) or low
1818
frequency (daily, weekly, etc.) datasets. Best results are obtained with higher
1919
frequency data.
@@ -34,10 +34,10 @@ RdTools currently is tested on Python 3.9+.
3434
To cite RdTools, please use the following along with the version number
3535
and the specific DOI coresponding to that version from [Zenodo](https://doi.org/10.5281/zenodo.1210316):
3636

37-
- Michael G. Deceglie, Ambarish Nag, Adam Shinn, Gregory Kimball,
38-
Daniel Ruth, Dirk Jordan, Jiyang Yan, Kevin Anderson, Kirsten Perry,
39-
Mark Mikofski, Matthew Muller, Will Vining, and Chris Deline,
40-
RdTools, version {insert version}, Computer Software,
37+
- Michael G. Deceglie, Kevin Anderson, Adam Shinn, Ambarish Nag, Mark Mikofski,
38+
Martin Springer, Jiyang Yan, Kirsten Perry, Sandra Villamar, Will Vining,
39+
Gregory Kimball, Daniel Ruth, Noah Moyer, Quyen Nguyen, Dirk Jordan,
40+
Matthew Muller, and Chris Deline, RdTools, version {insert version}, Computer Software,
4141
https://github.com/NREL/rdtools. DOI:{insert DOI}
4242

4343
The underlying workflow of RdTools has been published in several places.

docs/sphinx/source/changelog/pending.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,5 @@ Enhancements
1010

1111
Bug fixes
1212
---------
13-
* Set marker linewidth to zero in :py:func:`~rdtools.plotting.degradation_summary_plots` (:pull:`433`)
13+
* Set marker linewidth to zero in :py:func:`~rdtools.plotting.degradation_summary_plots` (:pull:`433`)
14+

0 commit comments

Comments
 (0)