-
Notifications
You must be signed in to change notification settings - Fork 135
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Features/network 0.5 #836
Merged
Merged
Features/network 0.5 #836
Changes from all commits
Commits
Show all changes
119 commits
Select commit
Hold shift + click to select a range
3389af5
Rename oemof.network.network.Node to Entity
p-snft 2bf771e
Adhere to Black style
p-snft 91eb8e1
Merge branch 'dev' into features/network-0-5
p-snft 21c721d
Remove node.registry from constraint tests
p-snft 5a2197b
Disuse of oemof.network.Node.registry
p-snft 2ef25fe
Clean up imports
p-snft 31d9fee
Merge branch 'revision/remove_node_registry' into features/network-0-5
p-snft b4fc959
Require oemof.network v0.5
p-snft 6c5ae8d
Leave old information in whatsnew of old version
p-snft 56a0b13
Start with max keyword
joroeder 6bb4e03
Make kwargs explicit in generic storage component
e-zolotarevskaya 633999a
Make kwargs explicit in generic storage component
e-zolotarevskaya d2cd829
Merge branch 'dev' into Features/Make_kwargs_explicit
joroeder 931fba0
Merge branch 'dev' into features/explicit_kwargs
e-zolotarevskaya 36baa83
Fix long lines
e-zolotarevskaya d1386ce
Add label, inputs, outputs arguments
e-zolotarevskaya 31e6762
Fix make max explicit
joroeder c74f782
Fix black
joroeder e3f8f28
Add dict template for all allowed attributes
joroeder bd6b88f
Merge branch 'oemof:dev' into features/explicit_kwargs
e-zolotarevskaya efa9e21
create difference for initial pr
DFuh de7a994
Separate positional arguments, remove deprecation warning
e-zolotarevskaya e088d84
Add default values for all keyword arguments
e-zolotarevskaya 93831a6
Add default values for all keyword arguments
e-zolotarevskaya b50d1c9
insert explicit kwargs for _transformer
DFuh 357ea1d
Make Sink kwargs explicit
jnnr 0381a9a
Make kwargs explicit for Source component
srhbrnds 1c27995
Add explanation in docstring of ransformer class
DFuh 6a00bf8
Add explanation in docstring of ransformer class
DFuh 4ab9943
remove *args and **kwargs in init of Transformer class
DFuh eeeb414
Merge branch 'df_mk_kwargs_xplct' of github.com:DFuh/oemof-solph into…
DFuh a5bc673
Delete *args from _source.py
srhbrnds e268ad8
Delete whitespaces
srhbrnds f6f8727
Replace old strcture by explicit kw
joroeder 8eb0575
Fix black
joroeder 178d849
Make black happier
joroeder cb2acfb
Add inputs outpouts to docstring
DFuh b839452
Clean code
DFuh b82c5f9
Resolve checks
DFuh e25092e
Update docstring for Source object
srhbrnds d5b68e0
Delete uncommented code
joroeder 9310d5c
Delete kwargs from Source object
srhbrnds da6afa4
add kwarg options to Transformer
DFuh ab601e0
add function in _helpers to raise warning for missing attr
DFuh 5139dcf
Update Example in docstring
srhbrnds 3526d2a
Update docstring
srhbrnds c5695b2
Extend docstring of Sink
jnnr 9bd06d9
Update docstring
srhbrnds 2045588
Merge branch 'features/make-kwargs-explicit-source' of https://github…
srhbrnds b5091d8
add description for options in docstring
DFuh 6742e5a
add warning for missing attributes
DFuh a4cd825
fix black
DFuh 87f949f
Fix summed_min summed_max attributes
joroeder 0084e13
Remove errors of old attributes
joroeder fa25290
Remove summed_max summed_min from need-nominal-value
joroeder 671ba5f
Adapt failing tests
srhbrnds 5e17f73
Add default values for inputs, outputs and label
e-zolotarevskaya d5848c6
Fix constraint tests
bd9f933
Explain variable costs better in docstring
joroeder 3cc18d7
Remove unused import
joroeder ac82942
Remove redundant warning
joroeder 36b8e83
Remove obsolete comments
joroeder 08e001b
Revise docstring
joroeder 569bf4c
Add author dafu
joroeder 5183e12
Remove options
joroeder dff88b1
Remove options from docstring
joroeder 10dc9a8
Fix imports
joroeder 533e6ef
Fix black
joroeder 08524d8
Add tests for creating empty dict if inputs or outputs are None
joroeder 45e51b4
Finalise Flow API
p-snft 9191e0a
Merge branch 'features/make-kwargs-explicit-flow' of github.com:oemof…
p-snft 3bc583b
Merge branch 'dev' into features/make-kwargs-explicit-flow
p-snft b6dd47d
Move tests to transformer test class
joroeder 2a8aae0
Merge pull request #891 from oemof/features/make-kwargs-explicit-tran…
joroeder 816eb7d
Fix remaining tests
p-snft 929f2ad
Fix import orders
p-snft a435c9e
Adhere to Black
p-snft 8167be0
Remove unused imports
p-snft 5d6f20d
Adhere to maximum line length
p-snft b398192
Remove errorous word from docstring
p-snft 4d50cba
Adapt examples for explicit Flow kwargs
p-snft 3ddba6a
Adapt other docstrings for explicit Flow kwargs
p-snft 5e20d70
Change format
p-snft 82d8cdf
Fix format of integral_limit docstring
p-snft ffec399
Merge pull request #881 from oemof/features/make-kwargs-explicit-flow
p-snft 681a35a
Merge pull request #878 from e-zolotarevskaya/features/explicit_kwargs
p-snft 7e722a0
Disuse check_node_object_for_missing_attribute in Source
p-snft f97ec94
Adhere to black
p-snft 33d6861
Remove test_generic_storage_with_old_parameters
p-snft ebf73ba
Fix import orders
p-snft 319bca6
Merge pull request #886 from oemof/features/make-kwargs-explicit-source
p-snft b2bfa73
Disuse check_node_object_for_missing_attribute in Sink
p-snft 23441ac
Adhere to black
p-snft e78208f
Fix test of warning for missing inputs of Sink
p-snft f49e867
Merge branch 'features/make-kwargs-explicit' into features/sink-kwarg…
p-snft 59a0ef7
Adhere to Black
p-snft c7b5dda
Fix Sink docsting
p-snft 0749930
Shorten Sink docsting
p-snft 43dc41b
Merge pull request #885 from oemof/features/sink-kwargs-explicit
p-snft ee035ff
Disuse **kwargs in Sink and Source
p-snft 56bf7dc
Disuse **kwargs in Investment
p-snft 38a684f
Fix Invest tests
p-snft bf7b2be
Make NonConvex kwargs partly explicit
p-snft 70b5e19
Fix docstring of additional_investment_flow_limit
p-snft 36b6126
Fix link to tox installation doc
p-snft 7f1b538
Make remaining kwargs of NonConvex explicit
p-snft a341ab8
Make kwargs explicit for GenericCHP
p-snft 153f05c
Make kwargs explicit for ExtractionTurbineCHP
p-snft 54dc5f6
Make kwargs explicit for OffsetTransformer
p-snft dea60dd
Test suspicious usage of sink and source
p-snft 27b56bf
Merge branch 'dev' into features/make-kwargs-explicit
p-snft d78ed74
Add tests for NonConvex option
p-snft a06e0d8
Simplify NonConvex.minimum_down- and -uptime
p-snft 36ca80a
Add test for Flow.fix
p-snft 6ee60b4
Add test for missing nominal_value in Flow
p-snft 6489442
Fix import orders
p-snft b2cebdc
Merge branch 'dev' into features/network-0-5
p-snft 4d16383
Merge branch 'features/make-kwargs-explicit' into features/network-0-5
p-snft 5a84c03
Limit numpy version
p-snft File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
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
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
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
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You are working on making it support never numpy versions, right?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
In my opinion, this should be done before the release of v0.5. However, as the problem was just discovered here, it should be fixed in another PR.