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

FLORIS v4.1.1 #945

Merged
merged 12 commits into from
Jul 18, 2024
Merged

FLORIS v4.1.1 #945

merged 12 commits into from
Jul 18, 2024

Commits on May 27, 2024

  1. Change docs logo

    rafmudaf committed May 27, 2024
    Configuration menu
    Copy the full SHA
    53cc77f View commit details
    Browse the repository at this point in the history

Commits on Jun 25, 2024

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

Commits on Jun 26, 2024

  1. Rename image file

    rafmudaf committed Jun 26, 2024
    Configuration menu
    Copy the full SHA
    ac185d7 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #911 from rafmudaf/develop

    Change docs image
    misi9170 authored Jun 26, 2024
    Configuration menu
    Copy the full SHA
    084e931 View commit details
    Browse the repository at this point in the history
  3. Add link to GRS layout optimization paper (#932)

    * Align title style with other docs pages
    
    * Add citation to published Torque paper.
    
    * Add DOI for paper.
    
    * Line ending that ruff didnt catch locally
    misi9170 authored Jun 26, 2024
    Configuration menu
    Copy the full SHA
    494ea45 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e1a25d7 View commit details
    Browse the repository at this point in the history

Commits on Jul 2, 2024

  1. [BUGFIX] Fix turbine selector in random search layout optimizer (#934)

    * Make numpy randomint explicit; fix open interval end bug.
    
    * Update reg test.
    misi9170 authored Jul 2, 2024
    Configuration menu
    Copy the full SHA
    5ea0c56 View commit details
    Browse the repository at this point in the history

Commits on Jul 9, 2024

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

Commits on Jul 10, 2024

  1. [BUGFIX] Create reproducible version of random search layout optimize…

    …r for testing (#940)
    
    * Rearrange optimize() method to call private methods.
    
    * Add _test_optimize() routine; remove unneded indent.
    
    * Enable fixed iteration number in individual optimization for debugging purposes.
    
    * Use _test_optimize() for reg test and update reg test results.
    misi9170 authored Jul 10, 2024
    Configuration menu
    Copy the full SHA
    3d13d91 View commit details
    Browse the repository at this point in the history

Commits on Jul 15, 2024

  1. [BUGFIX] Circular upsampling across wind directions (#943)

    * Initial upsample fixes
    
    * Upsample testing changes
    
    * clean up code
    
    * clean up tests
    
    * matching changes to wind_ti_rose
    
    * update wind_ti_rose tests
    
    * Address comments
    
    * Fix setup of random opt test
    
    * Clean up comment
    
    * Fix examples
    
    * Add utility function to identify step size
    
    * Add test of step size function
    
    * Add a function to make wind direction adjacent
    
    * Add test in wind direction adjacent function
    
    * Improve docstring
    
    * Return sorting indices
    
    * Update to use new utilities
    
    * Update to test new methods
    
    * Switch to concatenate from double append.
    
    * hide labels for boundary, as not visible under heterogeneous map.
    
    ---------
    
    Co-authored-by: misi9170 <michael.sinner@nrel.gov>
    paulf81 and misi9170 authored Jul 15, 2024
    Configuration menu
    Copy the full SHA
    f3ac07f View commit details
    Browse the repository at this point in the history
  2. Update version to 4.1.1

    misi9170 committed Jul 15, 2024
    Configuration menu
    Copy the full SHA
    4004c03 View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2024

  1. Wind direction resampling 2 (#946)

    * Update remaining double appends to concats.
    
    * Fix comments.
    
    * Ruff.
    
    * Remove redundant code block
    
    ---------
    
    Co-authored-by: Paul <paul.fleming@nrel.gov>
    misi9170 and paulf81 authored Jul 18, 2024
    Configuration menu
    Copy the full SHA
    d2c27ca View commit details
    Browse the repository at this point in the history