Skip to content

Commit 645ca99

Browse files
authored
Release version 0.2.2 (#30)
* Update version number in setup.cfg * Squashed commit of the following: commit 936ff19 Author: Adam R. Jensen <39184289+AdamRJensen@users.noreply.github.com> Date: Sat Sep 10 23:03:23 2022 -0600 Add validation notebook (#29) * Add validation notebook and reference data csv * Update whatsnew.md * Update validation notebook * Update package dependency versions * Resolve package dependency conflic * Make references hyperlinked * Update validation table * Grammar updates to validation.ipynb * Update validation with Ioanni's inputs * Add requirements entry whatsnew * Implement suggestions from kanderso-nrel * Add date to whatsnew * Revert "Add date to whatsnew" This reverts commit fcb4e37. * Revert "Squashed commit of the following:" This reverts commit 46fbb1e. * Add date to whatsnew.md * update license link
1 parent 936ff19 commit 645ca99

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

docs/source/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Contributions to the repository, e.g., bug fixes, feature request are more than
1212

1313

1414
## License
15-
[BSD 3-clause](https://github.com/AdamRJensen/twoaxistracking/blob/main/LICENSE).
15+
[BSD 3-clause](https://github.com/pvlib/twoaxistracking/blob/main/LICENSE).
1616

1717

1818
## Citing

docs/source/whatsnew.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

77

8-
## [0.2.2]
8+
## [0.2.2] - 2022-09-14
99
This update includes a bug fix in the calculation of the maximum shading elevation
1010
and addition of a section on validation to the documentation.
1111

@@ -17,8 +17,8 @@ and addition of a section on validation to the documentation.
1717
- Notebook on the validation of the annual shading fraction calculation (see PR#29).
1818

1919
### Requirements
20-
- Increased version of myst-nb and sphinx-book-theme which are requirements for
21-
building the documentation (see PR#29).
20+
- Increased version of myst-nb and sphinx-book-theme in the ``[doc]`` optional requirements
21+
for building the documentation (see PR#29).
2222

2323

2424
## [0.2.1] - 2022-03-11

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[metadata]
22
name = twoaxistracking
3-
version = 0.2.1
3+
version = 0.2.2
44
author = 'Adam R. Jensen, Kevin Anderson'
55
author_email = adam-r-j@hotmail.com
66
description = twoaxistracking is a python package for simulating two-axis tracking solar collectors, particularly self-shading.

0 commit comments

Comments
 (0)