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

Adjustments regarding the new solph structure #21

Merged
merged 13 commits into from
Mar 29, 2022

Commits on Apr 7, 2020

  1. Configuration menu
    Copy the full SHA
    2450db3 View commit details
    Browse the repository at this point in the history
  2. Fix imports

    fwitte committed Apr 7, 2020
    Configuration menu
    Copy the full SHA
    8fc9760 View commit details
    Browse the repository at this point in the history
  3. Update more imports

    fwitte committed Apr 7, 2020
    Configuration menu
    Copy the full SHA
    afdf54f View commit details
    Browse the repository at this point in the history

Commits on Jun 9, 2020

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

Commits on Sep 22, 2020

  1. Add capacity minimum

    simnh committed Sep 22, 2020
    Configuration menu
    Copy the full SHA
    cb1ce4d View commit details
    Browse the repository at this point in the history

Commits on Jan 18, 2021

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

Commits on Feb 1, 2021

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

Commits on Mar 1, 2021

  1. Adapt import in example

    jnnr committed Mar 1, 2021
    Configuration menu
    Copy the full SHA
    0609ea0 View commit details
    Browse the repository at this point in the history
  2. Fix facade.Link's docstring

    One line was beyond 79 characters, a hard PEP 8 limit for everything.
    This prompted me to also look at other lines which where longer than 72
    characters, a PEP 8 limit for comments and other free flowing text. I
    reformatted the lines to stay within the character limit.
    While at it, I also changed the first line of the docstring to be a
    the regular sentence that it is.
    gnn committed Mar 1, 2021
    Configuration menu
    Copy the full SHA
    4261f98 View commit details
    Browse the repository at this point in the history
  3. Remove superfluous blank lines

    gnn committed Mar 1, 2021
    Configuration menu
    Copy the full SHA
    713940c View commit details
    Browse the repository at this point in the history
  4. Fix import style

    Write imports from the same module on one line to squelch `isort` errors.
    gnn committed Mar 1, 2021
    Configuration menu
    Copy the full SHA
    8e6069a View commit details
    Browse the repository at this point in the history

Commits on May 12, 2021

  1. Add Scenario path method from fuchur to tabular

    This is a requirement for v0.4 solph, as fuchur is not maintained and 
    does not work with v0.4. But fuchur is required to use oemof tabular 
    with datapackages when constructing those
    simnh committed May 12, 2021
    Configuration menu
    Copy the full SHA
    51d3b7a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3d3a3bc View commit details
    Browse the repository at this point in the history