-
Notifications
You must be signed in to change notification settings - Fork 67
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 0.9.0 #588
Merged
Merged
release 0.9.0 #588
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
Hotfix 0.8.2
Hotfix 0.8.3
In file_io: do not pass object_hook to JSON Decoder in json.loads, but registry_class. Please do not merge before pandapower has been updated to process this change! (cf. e2nIEE/pandapower#1827)
Load JSON string simplified
* For the test job, make sure that the repo is not checked out and the only available pandapipes installation is the one from pip * Update the versions of the Actions Co-authored-by: jkisse <[email protected]>
Hotfix for nx_graph creation of networks with flow controllers, as the keywords concerning them were not correctly considered within the function (include_flow_controls could not be set to False).
Flow control is considered in nx_graph creation
install Numba only for Python < 3.11
* enable multiple creation of heat exchanger * adapted changelog and added doc for multiple heat exchanger
Hotfix 0.8.4
* add Python 3.11 to Release workflow * change Python Version of docs_check and linting to 3.10
remove direct import from toolbox file
* remove Python 3.7 from test workflow * update CHANGELOG.rst
- 2 function calls to connectivity check and pit reduction in case of "all" mode - result extraction from active pit to pit done after both calculations separately - all result extraction functions (also for all components) must consider that the connectivity lookups now differ between hydraulics and thermal calculation
# Conflicts: # src/pandapipes/pipeflow.py # src/pandapipes/test/pipeflow_internals/test_inservice.py # src/pandapipes/timeseries/run_time_series.py
solves pip install problem
…into release_0.9.0
…into release_0.9.0
Release 0.9.0
…into release_0.9.0
bug in release yml fixed
remove post1 from version tag
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## master #588 +/- ##
==========================================
+ Coverage 85.14% 90.62% +5.47%
==========================================
Files 90 138 +48
Lines 6074 10457 +4383
==========================================
+ Hits 5172 9477 +4305
- Misses 902 980 +78 ☔ View full report in Codecov by Sentry. |
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.
No description provided.