File tree Expand file tree Collapse file tree 2 files changed +7
-5
lines changed
Expand file tree Collapse file tree 2 files changed +7
-5
lines changed Original file line number Diff line number Diff line change @@ -4,15 +4,17 @@ All notable changes to this project will be documented in this file.
44The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
55and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
66
7- ## [ ] -
7+ ## [ 0.2.3] - 2022-11-11
8+ It is now possible to export the unshaded area for further analysis. A GIF was added to the
9+ main landing page, and a reference to the MethodsX article was added.
810
911### Changed
10- - Added `` return_geometries `` argument to the {py: func }` twoaxistracking.shaded_fraction ` .
11- When the argument is True, the function returns both the shaded fraction and a dictionary
12+ - Added `` return_geometries `` parameter to the {py: func }` twoaxistracking.shaded_fraction ` .
13+ When `` return_geometries `` is True, the function returns both the shaded fraction and a dictionary
1214 with the geometries of the unshaded area and the shading areas (see PR #33 ).
1315
1416### Added
15- - Reference to the published MethodsX article describing the package (PR #31 ).
17+ - Reference to the published MethodsX article describing the package (see PR #31 ).
1618
1719
1820## [ 0.2.2] - 2022-09-14
Original file line number Diff line number Diff line change 11[metadata]
22name = twoaxistracking
3- version = 0.2.2
3+ version = 0.2.3
44author = ' Adam R. Jensen, Kevin Anderson'
55author_email = adam-r-j@hotmail.com
66description = twoaxistracking is a python package for simulating two-axis tracking solar collectors, particularly self-shading.
You can’t perform that action at this time.
0 commit comments