-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
4a2f3bc
commit 71fb32d
Showing
38 changed files
with
371 additions
and
377 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
# Contributing | ||
|
||
We welcome contributions! If you have any questions, [open a discussion](https://github.com/TimoDiepers/timex/discussions) or [get in touch directly with the `timex_lca` developers ](mailto:[email protected]) | ||
We welcome contributions! If you have any questions, [open a discussion](https://github.com/TimoDiepers/timex/discussions) or [get in touch directly with the `bw_timex` developers ](mailto:[email protected]) | ||
|
||
|
||
## Contributing to the code, examples or documentation | ||
|
@@ -12,10 +12,10 @@ If you want to contribute to the development our code with a new feature, want t | |
Something is not working as expected? You have two options: | ||
|
||
### 🥈 Report an error | ||
Please open a new issue in the `timex_lca` [repository](https://github.com/TimoDiepers/timex/issues), describing the error and where you found it. | ||
A member of the timex_lca developer community will then take care of the issue, but it may take some time for your issue to be resolved. | ||
Please open a new issue in the `bw_timex` [repository](https://github.com/TimoDiepers/timex/issues), describing the error and where you found it. | ||
A member of the bw_timex developer community will then take care of the issue, but it may take some time for your issue to be resolved. | ||
|
||
### 🥇 Fix an error yourself | ||
If you have a solution to the error, you can [create a fork](https://github.com/TimoDiepers/timex/forks) of the `timex_lca` repository, make your changes and [create a pull request](https://github.com/TimoDiepers/timex/pulls). The developers will assess the changes and be eternally grateful! | ||
If you have a solution to the error, you can [create a fork](https://github.com/TimoDiepers/timex/forks) of the `bw_timex` repository, make your changes and [create a pull request](https://github.com/TimoDiepers/timex/pulls). The developers will assess the changes and be eternally grateful! | ||
|
||
[code of conduct]: codeofconduct |
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 |
---|---|---|
@@ -1,8 +1,8 @@ | ||
from .timex_lca import TimexLCA | ||
from .bw_timex import TimexLCA | ||
from .matrix_modifier import MatrixModifier | ||
from .edge_extractor import EdgeExtractor | ||
from .timeline_builder import TimelineBuilder | ||
from .dynamic_biosphere_builder import DynamicBiosphereBuilder | ||
from .dynamic_characterization import DynamicCharacterization | ||
|
||
__version__ = '0.1.2' | ||
__version__ = '0.1.3' |
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
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
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
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
File renamed without changes.
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
Oops, something went wrong.