-
Notifications
You must be signed in to change notification settings - Fork 40
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 #498 from Breakthrough-Energy/develop
chore: merge develop into master for v0.4.2 release
- Loading branch information
Showing
67 changed files
with
1,950 additions
and
1,348 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
[run] | ||
branch = True | ||
omit = | ||
**/test_*.py | ||
**/__init__.py | ||
|
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 |
---|---|---|
|
@@ -7,3 +7,7 @@ build | |
**/__pycache__ | ||
.ipynb_checkpoints | ||
**/.ropeproject | ||
.env | ||
.venv | ||
.dockerignore | ||
config.ini |
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 |
---|---|---|
@@ -0,0 +1,36 @@ | ||
--- | ||
name: Feature request | ||
about: Suggest an idea for this project | ||
title: Feature request | ||
labels: feature request | ||
assignees: ahurli, BainanXia, danielolsen, jon-hagg, rouille | ||
|
||
--- | ||
|
||
# :rocket: | ||
|
||
- [ ] Is your feature request essential for your project? | ||
|
||
|
||
### Describe the workflow you want to enable | ||
A clear and concise description of what can be enhanced, e.g., "I wish I could do [...]" | ||
|
||
### Describe your proposed implementation | ||
This should provide a description of the feature request, e.g.: | ||
* "The class `Foo` should have a new method `bar` that allows to [...]" | ||
* "Function `foo` needs a new arguments `bar` to set [...]" | ||
* "Create a new function `foo` to calculate [...]" | ||
|
||
If applicable, try to write a docstring for the desired feature. To illustrate, if you would like to add a new function in a module, provide: | ||
* the name of the function | ||
* a description of the task accomplished by the function | ||
* a list of the input and output parameters together with their types (e.g., `int`, | ||
`str`, `pandas.DataFrame`, etc.) and a short description of its/their meaning | ||
|
||
### Describe alternatives you've considered, if relevant | ||
This should provide a description of any alternative solutions or features you've | ||
considered. | ||
|
||
### Additional context | ||
Add any other context or screenshots in this section, e.g., a plot from an article you | ||
believe would clearly communicate results. |
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
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
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 |
---|---|---|
|
@@ -4,3 +4,4 @@ fiona~=1.8.14 | |
matplotlib==3.2.1 | ||
rtree~=0.9.4 | ||
shapely==1.7.1 | ||
psycopg2~=2.8.5 |
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
Oops, something went wrong.