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

Merge into master for release 0.2.2 #140

Merged
merged 65 commits into from
Feb 20, 2024
Merged

Merge into master for release 0.2.2 #140

merged 65 commits into from
Feb 20, 2024

Commits on Mar 9, 2021

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

Commits on Aug 5, 2021

  1. Fix: Updating turbine data in getting started

    Noticed this when trying to fetch the data from OEDB. Simple fix to make the docs coherent with the code.
    thesethtruth committed Aug 5, 2021
    Configuration menu
    Copy the full SHA
    15d877a View commit details
    Browse the repository at this point in the history

Commits on Nov 12, 2021

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

Commits on Nov 15, 2021

  1. Merge pull request #117 from thesethtruth/patch-1

    Fix: Updating turbine data in getting started
    uvchik committed Nov 15, 2021
    Configuration menu
    Copy the full SHA
    f74c20d View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2022

  1. Merge pull request #118 from maurerle/patch-1

    update documentation in readme
    uvchik committed Jul 12, 2022
    Configuration menu
    Copy the full SHA
    5881a8f View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2023

  1. Clean examples

    uvchik committed Apr 12, 2023
    Configuration menu
    Copy the full SHA
    f1649e4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2c5af71 View commit details
    Browse the repository at this point in the history

Commits on Jan 8, 2024

  1. Fix import of pandas testing

    birgits committed Jan 8, 2024
    Configuration menu
    Copy the full SHA
    1c02305 View commit details
    Browse the repository at this point in the history
  2. Only add curve data with unique wind speeds

    Duplicated wind speed entries lead to errors
    birgits committed Jan 8, 2024
    Configuration menu
    Copy the full SHA
    710847b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ca9e464 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e963667 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3ce26c7 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    3df5e99 View commit details
    Browse the repository at this point in the history

Commits on Jan 10, 2024

  1. Fix full load hours

    I couldn't reproduce the full load hours previously set (1956.164053)
    even with older versions of python (checked down to 3.8) and pandas
    (checked down to 1.3.5), so I assume, that the value was incorrect. It
    was possibly not checked, as the example tests are not in the tests
    directory but the example directory.
    birgits committed Jan 10, 2024
    Configuration menu
    Copy the full SHA
    8792488 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4efa95c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    32fece2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    dafb8bc View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    64cb2d3 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    ea7e8a6 View commit details
    Browse the repository at this point in the history

Commits on Jan 12, 2024

  1. Fix import of modelchain_example - previous import fails when noteboo…

    …k is run using pytest_notebook
    birgits committed Jan 12, 2024
    Configuration menu
    Copy the full SHA
    89c23c4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    07649a9 View commit details
    Browse the repository at this point in the history
  3. Fix tests - tests fail on windows as dtype on one side is np.int32 an…

    …d on the other np.int64
    birgits committed Jan 12, 2024
    Configuration menu
    Copy the full SHA
    1f48299 View commit details
    Browse the repository at this point in the history
  4. Try fixing failing tests on windows - on windows dtype here is np.int…

    …64 and on linux np.int32
    birgits committed Jan 12, 2024
    Configuration menu
    Copy the full SHA
    a86b50f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    bec03ad View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    b051746 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    9aec02e View commit details
    Browse the repository at this point in the history
  8. Revert "Use pytest_notebook to test whether notebooks run without err…

    …ors"
    
    This reverts commit 07649a9.
    birgits committed Jan 12, 2024
    Configuration menu
    Copy the full SHA
    cac3187 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    4dd5858 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    01be601 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    f26de07 View commit details
    Browse the repository at this point in the history
  12. Try setting directory to fix error for windows PermissionError: [Errn…

    …o 13] Permission denied
    birgits committed Jan 12, 2024
    Configuration menu
    Copy the full SHA
    5332a8e View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    f275547 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    1d7055f View commit details
    Browse the repository at this point in the history
  15. Change permission

    birgits committed Jan 12, 2024
    Configuration menu
    Copy the full SHA
    b668b70 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    d45d448 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    028aa8d View commit details
    Browse the repository at this point in the history
  18. Remove old imports

    birgits committed Jan 12, 2024
    Configuration menu
    Copy the full SHA
    4e9fd2c View commit details
    Browse the repository at this point in the history
  19. Undo commenting linux tests

    birgits committed Jan 12, 2024
    Configuration menu
    Copy the full SHA
    edc6862 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    5f418bc View commit details
    Browse the repository at this point in the history

Commits on Jan 16, 2024

  1. Update documentation

    birgits committed Jan 16, 2024
    Configuration menu
    Copy the full SHA
    8d488a9 View commit details
    Browse the repository at this point in the history
  2. Add changes to whatsnew

    birgits committed Jan 16, 2024
    Configuration menu
    Copy the full SHA
    f5f3d8f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d274ce6 View commit details
    Browse the repository at this point in the history
  4. Fixes #129 (#131)

    sasanjac committed Jan 16, 2024
    Configuration menu
    Copy the full SHA
    24be19d View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2024

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

Commits on Jan 31, 2024

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

Commits on Feb 1, 2024

  1. Add readthedocs.yml

    birgits committed Feb 1, 2024
    Configuration menu
    Copy the full SHA
    8a9a769 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    649fca0 View commit details
    Browse the repository at this point in the history
  3. Remove asterisk

    birgits committed Feb 1, 2024
    Configuration menu
    Copy the full SHA
    285a96a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3a6ed88 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d57801e View commit details
    Browse the repository at this point in the history

Commits on Feb 9, 2024

  1. Move extracting curve data from oedb turbine library to own function …

    …to allow testing independent from oedb data
    birgits committed Feb 9, 2024
    Configuration menu
    Copy the full SHA
    b4db824 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #136 from wind-python/features/fix_and_add_automat…

    …ic_tests
    
    Update windpowerlib to work for newer python versions and add automatic testing
    birgits committed Feb 9, 2024
    Configuration menu
    Copy the full SHA
    5af422d View commit details
    Browse the repository at this point in the history
  3. Fix links to data

    birgits committed Feb 9, 2024
    Configuration menu
    Copy the full SHA
    8bd75ab View commit details
    Browse the repository at this point in the history
  4. Update version number

    birgits committed Feb 9, 2024
    Configuration menu
    Copy the full SHA
    2aa2c8d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    be0e7cb View commit details
    Browse the repository at this point in the history
  6. Fix indentation

    birgits committed Feb 9, 2024
    Configuration menu
    Copy the full SHA
    e3ee59f View commit details
    Browse the repository at this point in the history
  7. Fix typo

    birgits committed Feb 9, 2024
    Configuration menu
    Copy the full SHA
    10f8db4 View commit details
    Browse the repository at this point in the history
  8. Fix typo

    birgits committed Feb 9, 2024
    Configuration menu
    Copy the full SHA
    15adc5a View commit details
    Browse the repository at this point in the history
  9. Fix indentation

    birgits committed Feb 9, 2024
    Configuration menu
    Copy the full SHA
    a216a45 View commit details
    Browse the repository at this point in the history

Commits on Feb 20, 2024

  1. Fix sphinx warnings

    birgits committed Feb 20, 2024
    Configuration menu
    Copy the full SHA
    101ed12 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b837f8b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d45c158 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #139 from wind-python/features/make_ready_for_rele…

    …ase_022
    
    Features/make ready for release 022
    birgits committed Feb 20, 2024
    Configuration menu
    Copy the full SHA
    8f11ea4 View commit details
    Browse the repository at this point in the history