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

Improvements on UHP during IDP #6

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

Commits on Sep 18, 2023

  1. Basic reformatting according to PEP 8:

    - sensible white space usage, to make code more readable
    - remove unnecessary \ and ()
    - fix tabs vs spaces
    - fix """ vs '''
    VeraKowalczuk committed Sep 18, 2023
    Configuration menu
    Copy the full SHA
    98d9dd8 View commit details
    Browse the repository at this point in the history
  2. Add .gitignore

    VeraKowalczuk committed Sep 18, 2023
    Configuration menu
    Copy the full SHA
    4ac8084 View commit details
    Browse the repository at this point in the history
  3. Proper packaging of project

    - add setup.py, requirements.txt, UrbanHeatPro/__init__.py
    VeraKowalczuk committed Sep 18, 2023
    Configuration menu
    Copy the full SHA
    edd5160 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    937b4eb View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2023

  1. Configuration menu
    Copy the full SHA
    41c5093 View commit details
    Browse the repository at this point in the history
  2. Add some comments

    VeraKowalczuk committed Sep 19, 2023
    Configuration menu
    Copy the full SHA
    33dc262 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    72c2710 View commit details
    Browse the repository at this point in the history
  4. Update .gitignore

    VeraKowalczuk committed Sep 19, 2023
    Configuration menu
    Copy the full SHA
    5fb0804 View commit details
    Browse the repository at this point in the history

Commits on Sep 22, 2023

  1. Configuration menu
    Copy the full SHA
    371dd5d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2446741 View commit details
    Browse the repository at this point in the history
  3. Update requirements.txt

    VeraKowalczuk committed Sep 22, 2023
    Configuration menu
    Copy the full SHA
    321f05f View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2023

  1. Update setup.py

    VeraKowalczuk committed Oct 18, 2023
    Configuration menu
    Copy the full SHA
    4ce1049 View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2023

  1. Merge pull request #1 from VeraKowalczuk/develop

    Updated UHP to be used with ACEPT
    VeraKowalczuk committed Oct 23, 2023
    Configuration menu
    Copy the full SHA
    ce847e3 View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2023

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

    Add result_dir setting for UHP
    VeraKowalczuk committed Oct 31, 2023
    Configuration menu
    Copy the full SHA
    d17204b View commit details
    Browse the repository at this point in the history

Commits on Nov 3, 2023

  1. Configuration menu
    Copy the full SHA
    4437669 View commit details
    Browse the repository at this point in the history
  2. Update UHP settings

    VeraKowalczuk committed Nov 3, 2023
    Configuration menu
    Copy the full SHA
    4dc373f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1ac5d7f View commit details
    Browse the repository at this point in the history
  4. Merge pull request #3 from VeraKowalczuk/develop

    Fix naming of building specific heat demand result files
    VeraKowalczuk committed Nov 3, 2023
    Configuration menu
    Copy the full SHA
    d731af8 View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2023

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

Commits on Nov 12, 2023

  1. Configuration menu
    Copy the full SHA
    a311bf7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3f1548d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f993b31 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ba090ac View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9e9ad11 View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2023

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

Commits on Nov 22, 2023

  1. Improve the README file

    VeraKowalczuk committed Nov 22, 2023
    Configuration menu
    Copy the full SHA
    767dbda View commit details
    Browse the repository at this point in the history
  2. Improved documentation

    VeraKowalczuk committed Nov 22, 2023
    Configuration menu
    Copy the full SHA
    c8c9388 View commit details
    Browse the repository at this point in the history

Commits on Nov 25, 2023

  1. Configuration menu
    Copy the full SHA
    4e113d1 View commit details
    Browse the repository at this point in the history
  2. Update docs

    VeraKowalczuk committed Nov 25, 2023
    Configuration menu
    Copy the full SHA
    a166e1d View commit details
    Browse the repository at this point in the history