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

update Release 0.3.4 #154

Open
wants to merge 132 commits into
base: master
Choose a base branch
from
Open

update Release 0.3.4 #154

wants to merge 132 commits into from

Commits on Dec 10, 2018

  1. update version

    wolfbunke committed Dec 10, 2018
    Configuration menu
    Copy the full SHA
    0edfd4e View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2022

  1. Changes to ETraGoData class

    birgits committed Sep 5, 2022
    Configuration menu
    Copy the full SHA
    513c4d1 View commit details
    Browse the repository at this point in the history
  2. Update edisgo imports

    birgits committed Sep 5, 2022
    Configuration menu
    Copy the full SHA
    fbabc67 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    061178f View commit details
    Browse the repository at this point in the history
  4. Delete unnecessary function

    birgits committed Sep 5, 2022
    Configuration menu
    Copy the full SHA
    9ffc74a View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2022

  1. Configuration menu
    Copy the full SHA
    531701d View commit details
    Browse the repository at this point in the history
  2. Merge branch 'features/update_eDisGo_workflow' of https://github.com/…

    …openego/eGo into features/update_eDisGo_workflow
    Malte Jahn committed Sep 6, 2022
    Configuration menu
    Copy the full SHA
    fdc076f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    90f2382 View commit details
    Browse the repository at this point in the history
  4. Rename attribute

    birgits committed Sep 6, 2022
    Configuration menu
    Copy the full SHA
    7adcf15 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b34e79c View commit details
    Browse the repository at this point in the history
  6. Merge branch 'features/update_eDisGo_workflow' of github.com:openego/…

    …eGo into features/update_eDisGo_workflow
    birgits committed Sep 6, 2022
    Configuration menu
    Copy the full SHA
    bf138c3 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    524071e View commit details
    Browse the repository at this point in the history
  8. Update run_edisgo

    birgits committed Sep 6, 2022
    Configuration menu
    Copy the full SHA
    4386440 View commit details
    Browse the repository at this point in the history
  9. Update EDisGoNetworks class

    birgits committed Sep 6, 2022
    Configuration menu
    Copy the full SHA
    4ba5294 View commit details
    Browse the repository at this point in the history
  10. Remove unused imports

    birgits committed Sep 6, 2022
    Configuration menu
    Copy the full SHA
    d6246ce View commit details
    Browse the repository at this point in the history
  11. Remove unused classes

    birgits committed Sep 6, 2022
    Configuration menu
    Copy the full SHA
    6543f76 View commit details
    Browse the repository at this point in the history
  12. Update eTraGo specs

    birgits committed Sep 6, 2022
    Configuration menu
    Copy the full SHA
    1924126 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    f8199fa View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    44a998f View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2022

  1. Update run_edisgo

    birgits committed Sep 7, 2022
    Configuration menu
    Copy the full SHA
    617ffdf View commit details
    Browse the repository at this point in the history
  2. Update run_edisgo

    birgits committed Sep 7, 2022
    Configuration menu
    Copy the full SHA
    d8fc909 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    191b793 View commit details
    Browse the repository at this point in the history

Commits on Sep 22, 2022

  1. Update the interface between eTraGo and eDisGo

    - Change the _ETraGoData Class to ETraGoMinimalData and move from edisgo_integration.py to interface.py
    - Change the get_etragospecs_direct function to get_etrago_results_per_bus and move from specs.py to interface.py
    - Add tests for the ETraGoMinimalData Class and the get_etragospecs_direct function
    Malte Jahn committed Sep 22, 2022
    Configuration menu
    Copy the full SHA
    71b597f View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2022

  1. Feature/add pre commit hooks (#158)

    * added dev requirements
    * removed old dependencies
    * reformatted files with black and isort
    * adapted readme
    khelfen authored Sep 23, 2022
    Configuration menu
    Copy the full SHA
    380cec8 View commit details
    Browse the repository at this point in the history
  2. minor fix in readme

    khelfen committed Sep 23, 2022
    Configuration menu
    Copy the full SHA
    383e904 View commit details
    Browse the repository at this point in the history

Commits on Feb 3, 2023

  1. Run pre-commit hooks first time in branch

    Malte Jahn committed Feb 3, 2023
    Configuration menu
    Copy the full SHA
    ff58b30 View commit details
    Browse the repository at this point in the history
  2. Merge

    Malte Jahn committed Feb 3, 2023
    Configuration menu
    Copy the full SHA
    97e71b1 View commit details
    Browse the repository at this point in the history
  3. minor fix in readme

    khelfen authored and Malte Jahn committed Feb 3, 2023
    Configuration menu
    Copy the full SHA
    e4c5483 View commit details
    Browse the repository at this point in the history

Commits on Feb 16, 2023

  1. Refactor interface.py

    - Put code in functions for better readability
    Malte Jahn committed Feb 16, 2023
    Configuration menu
    Copy the full SHA
    2d71813 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e4e76e2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5e94020 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    92eb100 View commit details
    Browse the repository at this point in the history

Commits on Feb 23, 2023

  1. Refactor mv grid clustering

    - Add a blacklist to select only working grids in the clustering.
    - Add a new method to connect to the egon-data database.
    - Get the cluster attributes from database not from ding0.
    
    - Solve some flake8 problems
    - Excluded "F841 from checking local variable ... is assigned to but never used"
      - In this project state, there are much unused local variables, which are later used.
    Malte Jahn committed Feb 23, 2023
    Configuration menu
    Copy the full SHA
    b1712c1 View commit details
    Browse the repository at this point in the history
  2. Add examples for the clustering

    Malte Jahn committed Feb 23, 2023
    Configuration menu
    Copy the full SHA
    fedd5ab View commit details
    Browse the repository at this point in the history
  3. Rename variables, use edisgo grid instead of ding0 grids

    - Use in edisgo pre edited grid instead of ding0 grids.
    - Rename ding0_path to grid_path
    Malte Jahn committed Feb 23, 2023
    Configuration menu
    Copy the full SHA
    fc4707f View commit details
    Browse the repository at this point in the history

Commits on Feb 26, 2023

  1. Refactor interface and clustering

    - add arguments for example_clustering_full_workflow.py for lopf and post lopf
    - add rename some variables
    - refactor pf post lopf mode
    - add 0s in results if for the bus_id component doesn't exist
    - add function to search weather_id for the subst_id
    Malte Jahn committed Feb 26, 2023
    Configuration menu
    Copy the full SHA
    1b0e5ba View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2023

  1. Update requirements from dev

    Malte Jahn committed Mar 6, 2023
    Configuration menu
    Copy the full SHA
    ddba219 View commit details
    Browse the repository at this point in the history

Commits on Mar 9, 2023

  1. Fixing some flake8 errors

    Malte Jahn committed Mar 9, 2023
    Configuration menu
    Copy the full SHA
    0ebff22 View commit details
    Browse the repository at this point in the history
  2. Read database and ssh from secondary config

    Malte Jahn committed Mar 9, 2023
    Configuration menu
    Copy the full SHA
    a20bcb0 View commit details
    Browse the repository at this point in the history
  3. Update edisgo_mwe.py and settings

    - add data_in and data_out to config
    Malte Jahn committed Mar 9, 2023
    Configuration menu
    Copy the full SHA
    b5897a0 View commit details
    Browse the repository at this point in the history
  4. Save config as a results

    Malte Jahn committed Mar 9, 2023
    Configuration menu
    Copy the full SHA
    0a6cd95 View commit details
    Browse the repository at this point in the history

Commits on Mar 10, 2023

  1. Update filepaths, logging and run_edisgo behaviour

    - Update the levels of the config
    - Try to use data_dir and results_dir of the config in the edisgo part
    - Log edisgo runs to separate files
    Malte Jahn committed Mar 10, 2023
    Configuration menu
    Copy the full SHA
    35f20b8 View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2023

  1. Change storage interface

    birgits committed Mar 21, 2023
    Configuration menu
    Copy the full SHA
    fd88a21 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dfcd317 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a955e25 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2981cf7 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    bdd735e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    b11623a View commit details
    Browse the repository at this point in the history
  7. Minor change to edisgo_mwe

    birgits committed Mar 21, 2023
    Configuration menu
    Copy the full SHA
    dbce8cb View commit details
    Browse the repository at this point in the history
  8. Bug fix add edisgo object

    birgits committed Mar 21, 2023
    Configuration menu
    Copy the full SHA
    5306d4e View commit details
    Browse the repository at this point in the history

Commits on Mar 23, 2023

  1. Update interface

    Malte Jahn committed Mar 23, 2023
    Configuration menu
    Copy the full SHA
    60c341e View commit details
    Browse the repository at this point in the history
  2. Update loading of config and add missing config values

    Malte Jahn committed Mar 23, 2023
    Configuration menu
    Copy the full SHA
    357190b View commit details
    Browse the repository at this point in the history

Commits on Mar 31, 2023

  1. Adapt edisgo workflow

    birgits committed Mar 31, 2023
    Configuration menu
    Copy the full SHA
    60f97dc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    40f86b6 View commit details
    Browse the repository at this point in the history
  3. Fix setting timeindex

    birgits committed Mar 31, 2023
    Configuration menu
    Copy the full SHA
    11fac87 View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2023

  1. Configuration menu
    Copy the full SHA
    d121771 View commit details
    Browse the repository at this point in the history
  2. Adapt edisgo workflow

    birgits committed Apr 4, 2023
    Configuration menu
    Copy the full SHA
    cf5d603 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0dbaae3 View commit details
    Browse the repository at this point in the history

Commits on Apr 6, 2023

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

Commits on Apr 13, 2023

  1. Delete cluster examples

    birgits committed Apr 13, 2023
    Configuration menu
    Copy the full SHA
    2e5a8e7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    031d61e View commit details
    Browse the repository at this point in the history
  3. Adapt MV clustering

    birgits committed Apr 13, 2023
    Configuration menu
    Copy the full SHA
    cd124c2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    17c1d8c View commit details
    Browse the repository at this point in the history
  5. Delete old files

    birgits committed Apr 13, 2023
    Configuration menu
    Copy the full SHA
    c614173 View commit details
    Browse the repository at this point in the history
  6. Adapt scenario settings

    birgits committed Apr 13, 2023
    Configuration menu
    Copy the full SHA
    3d6d511 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    81d87dc View commit details
    Browse the repository at this point in the history
  8. Adapt scenario settings

    birgits committed Apr 13, 2023
    Configuration menu
    Copy the full SHA
    c4d5465 View commit details
    Browse the repository at this point in the history

Commits on Apr 14, 2023

  1. Change limits

    birgits committed Apr 14, 2023
    Configuration menu
    Copy the full SHA
    dc487f0 View commit details
    Browse the repository at this point in the history
  2. Change integrity checks

    birgits committed Apr 14, 2023
    Configuration menu
    Copy the full SHA
    519a226 View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2023

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

    birgits committed Apr 23, 2023
    Configuration menu
    Copy the full SHA
    fde3e13 View commit details
    Browse the repository at this point in the history
  3. Remove logging message

    birgits committed Apr 23, 2023
    Configuration menu
    Copy the full SHA
    39ebd05 View commit details
    Browse the repository at this point in the history
  4. Bug fix

    birgits committed Apr 23, 2023
    Configuration menu
    Copy the full SHA
    5df4776 View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2023

  1. Configuration menu
    Copy the full SHA
    2ab096c View commit details
    Browse the repository at this point in the history
  2. Change CHP carrier names

    birgits committed Apr 24, 2023
    Configuration menu
    Copy the full SHA
    cc2113d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    82600d7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4b150fd View commit details
    Browse the repository at this point in the history
  5. Adapt docstring

    birgits committed Apr 24, 2023
    Configuration menu
    Copy the full SHA
    9a6a526 View commit details
    Browse the repository at this point in the history
  6. Adapt interface functions

    birgits committed Apr 24, 2023
    Configuration menu
    Copy the full SHA
    6fbbafa View commit details
    Browse the repository at this point in the history
  7. Adapt rural_heat interface

    birgits committed Apr 24, 2023
    Configuration menu
    Copy the full SHA
    dba981f View commit details
    Browse the repository at this point in the history
  8. Adapt overlying grid task

    birgits committed Apr 24, 2023
    Configuration menu
    Copy the full SHA
    0cd237a View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2023

  1. Rename water generator type

    birgits committed Apr 25, 2023
    Configuration menu
    Copy the full SHA
    752f137 View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2023

  1. Configuration menu
    Copy the full SHA
    0448197 View commit details
    Browse the repository at this point in the history
  2. Adapt eTraGo interface

    birgits committed Apr 26, 2023
    Configuration menu
    Copy the full SHA
    1c85de9 View commit details
    Browse the repository at this point in the history

Commits on Apr 27, 2023

  1. Bug fix

    birgits committed Apr 27, 2023
    Configuration menu
    Copy the full SHA
    24a5c2c View commit details
    Browse the repository at this point in the history

Commits on Apr 28, 2023

  1. Configuration menu
    Copy the full SHA
    a625210 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6bea3c0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    92401a6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    abd6446 View commit details
    Browse the repository at this point in the history
  5. Rename conventional to others

    birgits committed Apr 28, 2023
    Configuration menu
    Copy the full SHA
    e0d3c9a View commit details
    Browse the repository at this point in the history
  6. Make values positive

    birgits committed Apr 28, 2023
    Configuration menu
    Copy the full SHA
    e0659bf View commit details
    Browse the repository at this point in the history
  7. Fix setting type for CHP

    birgits committed Apr 28, 2023
    Configuration menu
    Copy the full SHA
    0ca1205 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    2c06816 View commit details
    Browse the repository at this point in the history

Commits on May 2, 2023

  1. Bug fix

    birgits committed May 2, 2023
    Configuration menu
    Copy the full SHA
    83c8c59 View commit details
    Browse the repository at this point in the history

Commits on May 3, 2023

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

Commits on May 4, 2023

  1. Add optimization task

    birgits committed May 4, 2023
    Configuration menu
    Copy the full SHA
    cfdb7bf View commit details
    Browse the repository at this point in the history

Commits on May 5, 2023

  1. Always save grid data

    birgits committed May 5, 2023
    Configuration menu
    Copy the full SHA
    fb39d3d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    477dfc9 View commit details
    Browse the repository at this point in the history

Commits on May 6, 2023

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

    birgits committed May 6, 2023
    Configuration menu
    Copy the full SHA
    baa25d0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3b89ea3 View commit details
    Browse the repository at this point in the history

Commits on May 9, 2023

  1. Adapt to changes in edisgo

    birgits committed May 9, 2023
    Configuration menu
    Copy the full SHA
    27fbad6 View commit details
    Browse the repository at this point in the history

Commits on May 10, 2023

  1. Configuration menu
    Copy the full SHA
    3feb24c View commit details
    Browse the repository at this point in the history
  2. Add grid reinforcement task

    birgits committed May 10, 2023
    Configuration menu
    Copy the full SHA
    e08520d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    86454c6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5522300 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d64b0b4 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    0e03615 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    7259b9b View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    a6cee9c View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    735cdeb View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    f9cd827 View commit details
    Browse the repository at this point in the history
  11. Fixes in optimisation task

    birgits committed May 10, 2023
    Configuration menu
    Copy the full SHA
    36abdd1 View commit details
    Browse the repository at this point in the history
  12. Add saving of opf results

    birgits committed May 10, 2023
    Configuration menu
    Copy the full SHA
    14d4e71 View commit details
    Browse the repository at this point in the history

Commits on May 11, 2023

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

Commits on May 12, 2023

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

Commits on May 25, 2023

  1. Remove capacity limitation

    birgits committed May 25, 2023
    Configuration menu
    Copy the full SHA
    0adbd69 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b468188 View commit details
    Browse the repository at this point in the history
  3. Add saving results class

    birgits committed May 25, 2023
    Configuration menu
    Copy the full SHA
    b47baec View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    81ab6f1 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    35ed7cb View commit details
    Browse the repository at this point in the history
  6. Use MV grid ID directly

    birgits committed May 25, 2023
    Configuration menu
    Copy the full SHA
    5a3d09e View commit details
    Browse the repository at this point in the history
  7. Adapt config

    birgits committed May 25, 2023
    Configuration menu
    Copy the full SHA
    17fa273 View commit details
    Browse the repository at this point in the history
  8. Adapt function name

    birgits committed May 25, 2023
    Configuration menu
    Copy the full SHA
    554ccf2 View commit details
    Browse the repository at this point in the history

Commits on May 26, 2023

  1. Adapt test

    birgits committed May 26, 2023
    Configuration menu
    Copy the full SHA
    605b65b View commit details
    Browse the repository at this point in the history
  2. Adapt tests

    birgits committed May 26, 2023
    Configuration menu
    Copy the full SHA
    30280b0 View commit details
    Browse the repository at this point in the history
  3. Remove example

    birgits committed May 26, 2023
    Configuration menu
    Copy the full SHA
    384c5a5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    64efce8 View commit details
    Browse the repository at this point in the history

Commits on May 27, 2023

  1. Remove costs

    birgits committed May 27, 2023
    Configuration menu
    Copy the full SHA
    34cb190 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    566bd66 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #161 from openego/workflow

    Workflow
    birgits authored May 27, 2023
    Configuration menu
    Copy the full SHA
    dfab09e View commit details
    Browse the repository at this point in the history