-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #7 from ni1o1/0.3.1
0.3.1
- Loading branch information
Showing
7 changed files
with
261 additions
and
100 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,7 +5,7 @@ | |
|
||
setuptools.setup( | ||
name="pybdshadow", | ||
version="0.3.0", | ||
version="0.3.1", | ||
author="Qing Yu", | ||
author_email="[email protected]", | ||
description="Python package to generate building shadow geometry", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -32,7 +32,7 @@ | |
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. | ||
""" | ||
|
||
__version__ = '0.3.0' | ||
__version__ = '0.3.1' | ||
__author__ = 'Qing Yu <[email protected]>' | ||
|
||
# module level doc-string | ||
|
@@ -51,6 +51,7 @@ | |
show_bdshadow, | ||
) | ||
from .analysis import ( | ||
cal_sunshine, | ||
cal_sunshadows, | ||
cal_shadowcoverage | ||
) | ||
|
@@ -59,6 +60,7 @@ | |
'bdshadow_pointlight', | ||
'bd_preprocess', | ||
'show_bdshadow', | ||
'cal_sunshine', | ||
'cal_sunshadows', | ||
'cal_shadowcoverage', | ||
] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters