Skip to content
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.10.0 #607

Merged
merged 98 commits into from
Apr 9, 2024
Merged

release 0.10.0 #607

merged 98 commits into from
Apr 9, 2024

Commits on Sep 6, 2023

  1. implementation of heat consumer as unit that combines hydraulic and t…

    …hermal properties of a consumer (mass flow, heat extraction, temperature difference and return temperature)
    
    Note: the model currently only works with set mass flow and heat extraction, as the other modes require a more dedicated simulation wrt. the update of fluid properties between heat transfer iterations and a feedback of heat transfer results to hydraulics
    dlohmeier committed Sep 6, 2023
    Configuration menu
    Copy the full SHA
    c85131d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8f2c39f View commit details
    Browse the repository at this point in the history

Commits on Nov 3, 2023

  1. Configuration menu
    Copy the full SHA
    05e05ba View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dab7a68 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5a0eb4e View commit details
    Browse the repository at this point in the history

Commits on Jan 9, 2024

  1. description-file is deprecated. Renamed it to description_file.

    sdrauz authored and sdrauz committed Jan 9, 2024
    Configuration menu
    Copy the full SHA
    2d6d1a6 View commit details
    Browse the repository at this point in the history

Commits on Jan 10, 2024

  1. Merge branch 'develop' into feature/heat_consumer

    # Conflicts:
    #	src/pandapipes/component_models/heat_consumer_component.py
    #	src/pandapipes/test/api/test_components/test_heat_consumer.py
    dlohmeier committed Jan 10, 2024
    Configuration menu
    Copy the full SHA
    19354fe View commit details
    Browse the repository at this point in the history

Commits on Jan 16, 2024

  1. Configuration menu
    Copy the full SHA
    3a15834 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c3eb8bd View commit details
    Browse the repository at this point in the history

Commits on Feb 20, 2024

  1. Configuration menu
    Copy the full SHA
    29d6073 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d4ccb1b View commit details
    Browse the repository at this point in the history

Commits on Feb 23, 2024

  1. moved test data

    SimonRubenDrauz committed Feb 23, 2024
    Configuration menu
    Copy the full SHA
    9427b6a View commit details
    Browse the repository at this point in the history
  2. - working with mass

    - properties at norm state
    SimonRubenDrauz committed Feb 23, 2024
    Configuration menu
    Copy the full SHA
    603efc0 View commit details
    Browse the repository at this point in the history
  3. bug in convert format

    SimonRubenDrauz committed Feb 23, 2024
    Configuration menu
    Copy the full SHA
    2402b20 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1466dac View commit details
    Browse the repository at this point in the history
  5. changes in data path

    SimonRubenDrauz committed Feb 23, 2024
    Configuration menu
    Copy the full SHA
    797fcb6 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    070d683 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    dff95f7 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    7ea93b4 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    56b6e5e View commit details
    Browse the repository at this point in the history
  10. tol_v to tol_m

    SimonRubenDrauz committed Feb 23, 2024
    Configuration menu
    Copy the full SHA
    0057c45 View commit details
    Browse the repository at this point in the history
  11. tol_v to tol_m

    SimonRubenDrauz committed Feb 23, 2024
    Configuration menu
    Copy the full SHA
    d3f2fc9 View commit details
    Browse the repository at this point in the history
  12. import error

    SimonRubenDrauz committed Feb 23, 2024
    Configuration menu
    Copy the full SHA
    b5e3740 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    3fb9cc0 View commit details
    Browse the repository at this point in the history
  14. still required todo

    SimonRubenDrauz committed Feb 23, 2024
    Configuration menu
    Copy the full SHA
    faa7b49 View commit details
    Browse the repository at this point in the history
  15. tol_v to tol_m

    SimonRubenDrauz committed Feb 23, 2024
    Configuration menu
    Copy the full SHA
    3db61c1 View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2024

  1. Configuration menu
    Copy the full SHA
    2a0acbe View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2024

  1. Configuration menu
    Copy the full SHA
    aa8501c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3a9986d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a9f038d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    58fd7b5 View commit details
    Browse the repository at this point in the history
  5. bugfix

    SimonRubenDrauz committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    fa8e21b View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    4cb50a7 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    f26a51a View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    7a16a7a View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    940bc79 View commit details
    Browse the repository at this point in the history
  10. use enumerate

    SimonRubenDrauz committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    e3ca2e3 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    357f5aa View commit details
    Browse the repository at this point in the history
  12. solve WARNINGs

    SimonRubenDrauz committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    ac54e41 View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2024

  1. Configuration menu
    Copy the full SHA
    c311168 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cb968ee View commit details
    Browse the repository at this point in the history
  3. new function plot_pressure_profile

    new function calc_distance_to_junctions
    mfranz13 committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    dedfbae View commit details
    Browse the repository at this point in the history
  4. Merge pull request #1 from mfranz13/pressure_profile

    new function plot_pressure_profile
    mfranz13 authored Mar 18, 2024
    Configuration menu
    Copy the full SHA
    290c99b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8a839ea View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    4a452be View commit details
    Browse the repository at this point in the history
  7. small pep fixes

    dlohmeier committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    1bd09d0 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    4a57b24 View commit details
    Browse the repository at this point in the history
  9. import fix

    dlohmeier committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    a3a2ebd View commit details
    Browse the repository at this point in the history

Commits on Mar 19, 2024

  1. Configuration menu
    Copy the full SHA
    181abb6 View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2024

  1. Configuration menu
    Copy the full SHA
    1f815e6 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #2 from mfranz13/pressure_profile

    removed some unnecessary lines of code
    mfranz13 authored Mar 22, 2024
    Configuration menu
    Copy the full SHA
    bda1c64 View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2024

  1. vectorized plotting

    mfranz13 committed Mar 25, 2024
    Configuration menu
    Copy the full SHA
    db1ca1a View commit details
    Browse the repository at this point in the history
  2. Merge pull request #3 from mfranz13/pressure_profile

    vectorized plotting
    mfranz13 authored Mar 25, 2024
    Configuration menu
    Copy the full SHA
    8cf0772 View commit details
    Browse the repository at this point in the history

Commits on Mar 26, 2024

  1. removed unused import

    mfranz13 committed Mar 26, 2024
    Configuration menu
    Copy the full SHA
    9b7734b View commit details
    Browse the repository at this point in the history
  2. Merge pull request #4 from mfranz13/pressure_profile

    removed unused import
    mfranz13 authored Mar 26, 2024
    Configuration menu
    Copy the full SHA
    99b3c07 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    26eff88 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #5 from mfranz13/pressure_profile

    added x0 to junction coordinates
    mfranz13 authored Mar 26, 2024
    Configuration menu
    Copy the full SHA
    ac6b9b2 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #592 from mfranz13/develop

    Added unsupplied_junctions and elements_on_path to pandapipes
    dlohmeier authored Mar 26, 2024
    Configuration menu
    Copy the full SHA
    2883f24 View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2024

  1. Configuration menu
    Copy the full SHA
    63b0877 View commit details
    Browse the repository at this point in the history
  2. - adding max_iter_hyd and max_iter_therm instead of iter

    - decreasing the default tolerance
    SimonRubenDrauz committed Mar 27, 2024
    Configuration menu
    Copy the full SHA
    2cf7c1e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3605844 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5e0b8f4 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4988eb0 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    09d12ba View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    0c60e92 View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2024

  1. correct derivations in the derivative toolbox, consideration of the n…

    …egative derivation in build_system_matrix.py
    SimonRubenDrauz committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    f92fe68 View commit details
    Browse the repository at this point in the history
  2. bugfix

    SimonRubenDrauz committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    35c56e0 View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2024

  1. - removed todo

    - remove unnecessary np.abs
    SimonRubenDrauz committed Apr 4, 2024
    Configuration menu
    Copy the full SHA
    77c83e5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dc106eb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f015417 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #602 from dlohmeier/develop

    Made some node entries more global than just in pipe
    SimonRubenDrauz authored Apr 4, 2024
    Configuration menu
    Copy the full SHA
    10a5893 View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2024

  1. Configuration menu
    Copy the full SHA
    50b9050 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #595 from dlohmeier/hotfix/cpp_oos_error

    fixed error for setting output pressure in case of oos circulation pumps
    SimonRubenDrauz authored Apr 5, 2024
    Configuration menu
    Copy the full SHA
    2338776 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d70f1ac View commit details
    Browse the repository at this point in the history
  4. Merge pull request #589 from SimonRubenDrauz/bugfix/desc_file

    description-file is deprecated. Renamed it to description_file.
    SimonRubenDrauz authored Apr 5, 2024
    Configuration menu
    Copy the full SHA
    3c78a13 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9385283 View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2024

  1. Merge pull request #598 from dlohmeier/rename_deriv_tout

    renamed JAC_DERIV_DT1 to JAC_DERIV_DTOUT in branch_idx
    SimonRubenDrauz authored Apr 8, 2024
    Configuration menu
    Copy the full SHA
    2104e36 View commit details
    Browse the repository at this point in the history
  2. use FROM_NODE_T and TO_NODE_T for density, eta and cp calculation dur…

    …ing the pipeflow (especially relevant for the bidirectional pipeflow)
    SimonRubenDrauz committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    2968c25 View commit details
    Browse the repository at this point in the history
  3. Merge remote-tracking branch 'origin/develop' into props_norm

    # Conflicts:
    #	src/pandapipes/component_models/abstract_models/branch_w_internals_models.py
    #	src/pandapipes/component_models/pipe_component.py
    #	src/pandapipes/idx_branch.py
    #	src/pandapipes/pf/build_system_matrix.py
    #	src/pandapipes/pf/derivative_calculation.py
    SimonRubenDrauz committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    155e9fe View commit details
    Browse the repository at this point in the history

Commits on Apr 9, 2024

  1. Configuration menu
    Copy the full SHA
    dc19682 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    22f80a0 View commit details
    Browse the repository at this point in the history
  3. corrections in heat consumer creation:

    - shifted some branch initialization to branch_wzerolength_models.py (also for heat_exchanger_component.py)
    - switched order of arguments in component (qext and mdot)
    dlohmeier committed Apr 9, 2024
    Configuration menu
    Copy the full SHA
    66d41de View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9bd89c8 View commit details
    Browse the repository at this point in the history
  5. differentiating between max_iter_hyd and max_iter_therm and iter. ite…

    …r is general specification, however, is overwritten by max_iter_hyd and max_iter_therm if given.
    SimonRubenDrauz committed Apr 9, 2024
    Configuration menu
    Copy the full SHA
    17735d2 View commit details
    Browse the repository at this point in the history
  6. spelling correction

    dlohmeier committed Apr 9, 2024
    Configuration menu
    Copy the full SHA
    a347b82 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #599 from dlohmeier/feature/heat_consumer

    Simple heat consumer implementation
    SimonRubenDrauz authored Apr 9, 2024
    Configuration menu
    Copy the full SHA
    e18dfa6 View commit details
    Browse the repository at this point in the history
  8. Changelog started

    SimonRubenDrauz committed Apr 9, 2024
    Configuration menu
    Copy the full SHA
    273af7b View commit details
    Browse the repository at this point in the history
  9. Merge remote-tracking branch 'origin/develop' into props_norm

    # Conflicts:
    #	src/pandapipes/component_models/heat_exchanger_component.py
    SimonRubenDrauz committed Apr 9, 2024
    Configuration menu
    Copy the full SHA
    912137b View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    3a9c5a2 View commit details
    Browse the repository at this point in the history
  11. bugfix in tutorials

    SimonRubenDrauz committed Apr 9, 2024
    Configuration menu
    Copy the full SHA
    8ea8504 View commit details
    Browse the repository at this point in the history
  12. bugfix in tutorials

    SimonRubenDrauz committed Apr 9, 2024
    Configuration menu
    Copy the full SHA
    5b5547c View commit details
    Browse the repository at this point in the history
  13. Merge pull request #597 from e2nIEE/props_norm

    Props norm
    SimonRubenDrauz authored Apr 9, 2024
    Configuration menu
    Copy the full SHA
    e9c8265 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    30d44ba View commit details
    Browse the repository at this point in the history
  15. prepared 0.10.0 release

    EPrade committed Apr 9, 2024
    Configuration menu
    Copy the full SHA
    2c1060b View commit details
    Browse the repository at this point in the history
  16. Merge pull request #605 from e2nIEE/release_0.10.0

    Release 0.10.0
    EPrade authored Apr 9, 2024
    Configuration menu
    Copy the full SHA
    9dc077e View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    fd5df4e View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    6e31672 View commit details
    Browse the repository at this point in the history
  19. Merge pull request #608 from e2nIEE/release_0.10.0

    Release 0.10.0
    SimonRubenDrauz authored Apr 9, 2024
    Configuration menu
    Copy the full SHA
    68bcf16 View commit details
    Browse the repository at this point in the history