Skip to content

Commit

Permalink
Release version 0.2.3 (#35)
Browse files Browse the repository at this point in the history
* Add version name / release date to whatsnew

* Update version number in setup.cfg
  • Loading branch information
AdamRJensen authored Nov 11, 2022
1 parent a95ff06 commit 8b2845e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
10 changes: 6 additions & 4 deletions docs/source/whatsnew.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,17 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [] -
## [0.2.3] - 2022-11-11
It is now possible to export the unshaded area for further analysis. A GIF was added to the
main landing page, and a reference to the MethodsX article was added.

### Changed
- Added ``return_geometries`` argument to the {py:func}`twoaxistracking.shaded_fraction`.
When the argument is True, the function returns both the shaded fraction and a dictionary
- Added ``return_geometries`` parameter to the {py:func}`twoaxistracking.shaded_fraction`.
When ``return_geometries`` is True, the function returns both the shaded fraction and a dictionary
with the geometries of the unshaded area and the shading areas (see PR#33).

### Added
- Reference to the published MethodsX article describing the package (PR#31).
- Reference to the published MethodsX article describing the package (see PR#31).


## [0.2.2] - 2022-09-14
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = twoaxistracking
version = 0.2.2
version = 0.2.3
author = 'Adam R. Jensen, Kevin Anderson'
author_email = [email protected]
description = twoaxistracking is a python package for simulating two-axis tracking solar collectors, particularly self-shading.
Expand Down

0 comments on commit 8b2845e

Please sign in to comment.