-
Notifications
You must be signed in to change notification settings - Fork 132
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
Release v0.5.3 #1083
Merged
Release v0.5.3 #1083
Conversation
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
Release v0.5
This is not really "basic" and can lead to errors. I still left it in and put some additional explanation so that beginners learn about the concept but do not have it in their code without thinking about it.
Set oemof.network requirement to stable release
We require the experimental feature warning.
I think it will increase maintainability if we do not have to care for compatibility with Pandas 1.x. (I used new features for a solph tutorial and people had unexpected problems because of unsupported features in their Pandas installation.)
…anced readability.
Explicitly pass `custom_properties` to `network.Node` class
Although it is just an example, having hard-coded unreachable code can be considered bad style.
Co-authored-by: Patrik Schönfeldt <[email protected]>
Co-authored-by: Patrik Schönfeldt <[email protected]>
… British 'Optimise'-Spelling-version
Improved variable naming and formatting in 'basic_example.py' for enh…
This functionality had no unit test, thus the constreaint test was not fixed in the last commit.
The approach was experimental in incomplete, also did not allow to have more then two levels. The same models can be created without code in solph.
Remove cellular modelling stub
Pyomo does not support newer versions of numpy, but to my understanding did not sufficiently pin this itself.
This alpha in particular pins numpy to < 2.0.0, so that Pyomo works.
I just pushed an alpha release to PyPi to facilitate testing. |
Refine time index of Flows
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
See docs/whatsnew/v0-5-3.rst for list of changes.