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

Release v1.1 #180

Merged
merged 279 commits into from
Sep 13, 2024
Merged

Release v1.1 #180

merged 279 commits into from
Sep 13, 2024
This pull request is big! We’re only showing the most recent 250 commits.

Commits on Nov 2, 2022

  1. fix DC power factor div by zero

    Bredenkamp committed Nov 2, 2022
    Configuration menu
    Copy the full SHA
    b7675b3 View commit details
    Browse the repository at this point in the history

Commits on Nov 26, 2022

  1. PR changes - new onshore methods

    Bredenkamp committed Nov 26, 2022
    Configuration menu
    Copy the full SHA
    0d78abf View commit details
    Browse the repository at this point in the history

Commits on Dec 2, 2022

  1. Configuration menu
    Copy the full SHA
    743572a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dadf1cb View commit details
    Browse the repository at this point in the history

Commits on Jan 13, 2023

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

Commits on Jan 19, 2023

  1. working on mooring update

    rrolph575 committed Jan 19, 2023
    Configuration menu
    Copy the full SHA
    1d1432e View commit details
    Browse the repository at this point in the history

Commits on Jan 20, 2023

  1. Configuration menu
    Copy the full SHA
    15c5c3e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5b4023f View commit details
    Browse the repository at this point in the history

Commits on Jan 21, 2023

  1. fixed import so new semitaut design module is running. might be givin…

    …g too low of a cost for the hybrid mooring system compared to other projects
    rrolph575 committed Jan 21, 2023
    Configuration menu
    Copy the full SHA
    c5b72f9 View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2023

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

Commits on Feb 4, 2023

  1. Created a Floating Offshore Substation design module that uses (for n…

    …ow) the same mooring system as the turbines
    rrolph575 committed Feb 4, 2023
    Configuration menu
    Copy the full SHA
    7eb2d76 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2aa20b8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e2fc7a5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3744934 View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2023

  1. corrected that all moorings from farm were being added to each substa…

    …tion. now just one mooring system per oss.
    rrolph575 committed Feb 6, 2023
    Configuration menu
    Copy the full SHA
    ba3ab5d View commit details
    Browse the repository at this point in the history
  2. fixed syntax errors

    rrolph575 committed Feb 6, 2023
    Configuration menu
    Copy the full SHA
    9ecee38 View commit details
    Browse the repository at this point in the history
  3. updated example notebooks

    rrolph575 committed Feb 6, 2023
    Configuration menu
    Copy the full SHA
    8209570 View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2023

  1. Configuration menu
    Copy the full SHA
    63203fa View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ff6ebd9 View commit details
    Browse the repository at this point in the history
  3. Remove print statement

    Shields committed Feb 21, 2023
    Configuration menu
    Copy the full SHA
    f930b22 View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2023

  1. allow floating_oss to be optional

    asharma committed Feb 22, 2023
    Configuration menu
    Copy the full SHA
    8ca374c View commit details
    Browse the repository at this point in the history
  2. onshore docs

    Bredenkamp committed Feb 22, 2023
    Configuration menu
    Copy the full SHA
    2000caa View commit details
    Browse the repository at this point in the history

Commits on Feb 23, 2023

  1. Configuration menu
    Copy the full SHA
    4090057 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5765f25 View commit details
    Browse the repository at this point in the history
  3. Updated outdated tests.

    JakeNunemaker committed Feb 23, 2023
    Configuration menu
    Copy the full SHA
    b54a4a8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2350a27 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c99b94c View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    30795da View commit details
    Browse the repository at this point in the history
  7. Merge branch 'SemiTaut_Mooring_Update' of https://github.com/WISDEM/O…

    …RBIT into SemiTaut_Mooring_Update
    Shields committed Feb 23, 2023
    Configuration menu
    Copy the full SHA
    d91fe4a View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2023

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

Commits on Mar 14, 2023

  1. Feature/phase dates rework (#135)

    * Added check for mixed phase start types.
    
    * Added ProjectManager.start date and conditional logic to calculate phase dates if weather is not defined or phase starts are defined as ints.
    
    * Revised logic for calculating defined start time.
    
    * Added fixed timedelta functionality to dependent phases.
    
    * Added tests for fixed amount dependent phases.
    
    * Added test for phase_dates.
    
    * Removed ceil from several methods in ProjectManager.
    JakeNunemaker authored Mar 14, 2023
    Configuration menu
    Copy the full SHA
    22a280e View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2023

  1. Make delay messages more informative

    asharma committed Mar 15, 2023
    Configuration menu
    Copy the full SHA
    48f84b0 View commit details
    Browse the repository at this point in the history
  2. Add electrical commissioning process (and update nacelle lift time) i…

    …n TurbineAssemblyLine
    Shields committed Mar 15, 2023
    Configuration menu
    Copy the full SHA
    866c8d2 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'SemiTaut_Mooring_Update' of https://github.com/WISDEM/O…

    …RBIT into SemiTaut_Mooring_Update
    Shields committed Mar 15, 2023
    Configuration menu
    Copy the full SHA
    44e29b6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    53559c3 View commit details
    Browse the repository at this point in the history
  5. Added constraint for O&M activities at port to TurbineAssemblyLine.mo…

    …ve_substructure
    Shields committed Mar 15, 2023
    Configuration menu
    Copy the full SHA
    5b400ab View commit details
    Browse the repository at this point in the history
  6. Feature/phase dates rework (#135)

    * Added check for mixed phase start types.
    
    * Added ProjectManager.start date and conditional logic to calculate phase dates if weather is not defined or phase starts are defined as ints.
    
    * Revised logic for calculating defined start time.
    
    * Added fixed timedelta functionality to dependent phases.
    
    * Added tests for fixed amount dependent phases.
    
    * Added test for phase_dates.
    
    * Removed ceil from several methods in ProjectManager.
    JakeNunemaker authored and asharma committed Mar 15, 2023
    Configuration menu
    Copy the full SHA
    5cc306d View commit details
    Browse the repository at this point in the history
  7. change default value to boolean

    asharma committed Mar 15, 2023
    Configuration menu
    Copy the full SHA
    e58c886 View commit details
    Browse the repository at this point in the history

Commits on Mar 17, 2023

  1. implementation for transfering and installing

    asharma committed Mar 17, 2023
    Configuration menu
    Copy the full SHA
    04009f2 View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2023

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

Commits on Mar 30, 2023

  1. Configuration menu
    Copy the full SHA
    c53af36 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    27fa251 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    afcef10 View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2023

  1. Merge pull request #136 from RHammond2/minor-bug-fixes

    Minor bug fixes
    JakeNunemaker authored Apr 4, 2023
    Configuration menu
    Copy the full SHA
    4ef9291 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9f7af8a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    389c187 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    41bc013 View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2023

  1. 275 kV costs, remove double count in system_capex

    Bredenkamp committed Apr 5, 2023
    Configuration menu
    Copy the full SHA
    70a9b82 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'electrical-refactor' of https://github.com/WISDEM/ORBIT

    …into electrical-refactor
    Bredenkamp committed Apr 5, 2023
    Configuration menu
    Copy the full SHA
    0da7316 View commit details
    Browse the repository at this point in the history

Commits on Apr 6, 2023

  1. revise substation calc (cost is per oss now)

    Bredenkamp committed Apr 6, 2023
    Configuration menu
    Copy the full SHA
    eacaf12 View commit details
    Browse the repository at this point in the history

Commits on Apr 7, 2023

  1. Configuration menu
    Copy the full SHA
    a604f5b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4f18e7b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5e27d67 View commit details
    Browse the repository at this point in the history

Commits on Apr 9, 2023

  1. improve delay message and formatting

    asharma committed Apr 9, 2023
    Configuration menu
    Copy the full SHA
    f66affc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9684fec View commit details
    Browse the repository at this point in the history

Commits on Apr 14, 2023

  1. Added dynamic cables (20% cost adder), cable lay/bury times, and cabl…

    …e lay vessel day rate
    Shields committed Apr 14, 2023
    Configuration menu
    Copy the full SHA
    25fafaf View commit details
    Browse the repository at this point in the history
  2. Update CLV carousel specs to match Leonardo da

    Shields committed Apr 14, 2023
    Configuration menu
    Copy the full SHA
    2cd2098 View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2023

  1. change delay message

    asharma committed Apr 17, 2023
    Configuration menu
    Copy the full SHA
    347fcf2 View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2023

  1. change vessel speeds

    asharma committed Apr 18, 2023
    Configuration menu
    Copy the full SHA
    b3150a5 View commit details
    Browse the repository at this point in the history

Commits on Apr 20, 2023

  1. remove duplicate transit back to port

    asharma committed Apr 20, 2023
    Configuration menu
    Copy the full SHA
    65bfb0d View commit details
    Browse the repository at this point in the history

Commits on Apr 21, 2023

  1. Merge pull request #112 from WISDEM/electrical-refactor

    Electrical refactor
    JakeNunemaker authored Apr 21, 2023
    Configuration menu
    Copy the full SHA
    de50cbc View commit details
    Browse the repository at this point in the history
  2. Added project progress debug logs to MooredSubInstallation and Floati…

    …ngOSSInstallation so monthly_opex works.
    JakeNunemaker committed Apr 21, 2023
    Configuration menu
    Copy the full SHA
    d118855 View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2023

  1. allow separate cable lay burial rates

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

Commits on May 1, 2023

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

Commits on May 26, 2023

  1. update vessel specs

    asharma committed May 26, 2023
    Configuration menu
    Copy the full SHA
    5a38ca4 View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2023

  1. cost updates, vessel updates

    Bredenkamp committed Jun 26, 2023
    Configuration menu
    Copy the full SHA
    3e7560e View commit details
    Browse the repository at this point in the history
  2. cost updates, vessel updates

    Bredenkamp committed Jun 26, 2023
    Configuration menu
    Copy the full SHA
    0911feb View commit details
    Browse the repository at this point in the history
  3. costs to include pm + profit

    Bredenkamp committed Jun 26, 2023
    Configuration menu
    Copy the full SHA
    72b655a View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2023

  1. fix topside, substructure switch

    Bredenkamp committed Sep 6, 2023
    Configuration menu
    Copy the full SHA
    b02df95 View commit details
    Browse the repository at this point in the history

Commits on Oct 20, 2023

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

Commits on Nov 10, 2023

  1. adding more cables

    rrolph575 committed Nov 10, 2023
    Configuration menu
    Copy the full SHA
    7d678af View commit details
    Browse the repository at this point in the history

Commits on Dec 11, 2023

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

Commits on Dec 12, 2023

  1. Autoupdate pre-commit, began cleaning up electrical_export. Simplfiie…

    …d some if conditions and the format of some returns
    nRiccobo committed Dec 12, 2023
    Configuration menu
    Copy the full SHA
    d1cf904 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    845c5ba View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5c12081 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6699b9f View commit details
    Browse the repository at this point in the history

Commits on Dec 13, 2023

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

Commits on Dec 14, 2023

  1. Renamed XLPE 1000mm cable config files. Cleaned up comments in cable …

    …config files. Removed outdated _DC file.
    nRiccobo committed Dec 14, 2023
    Configuration menu
    Copy the full SHA
    15dee4c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1fe347a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fedecdd View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    290e74c View commit details
    Browse the repository at this point in the history

Commits on Dec 15, 2023

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

Commits on Dec 22, 2023

  1. onshore test added, onshore_cost debug

    Bredenkamp committed Dec 22, 2023
    Configuration menu
    Copy the full SHA
    e21302a View commit details
    Browse the repository at this point in the history
  2. onshore test added, onshore_cost debug

    Bredenkamp committed Dec 22, 2023
    Configuration menu
    Copy the full SHA
    1345f68 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'electrical-refactor' of https://github.com/WISDEM/ORBIT

    …into electrical-refactor
    Bredenkamp committed Dec 22, 2023
    Configuration menu
    Copy the full SHA
    f25350a View commit details
    Browse the repository at this point in the history

Commits on Dec 26, 2023

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

Commits on Dec 28, 2023

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

Commits on Jan 5, 2024

  1. Configuration menu
    Copy the full SHA
    2f30803 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    986a87d View commit details
    Browse the repository at this point in the history

Commits on Jan 16, 2024

  1. Configuration menu
    Copy the full SHA
    63800aa View commit details
    Browse the repository at this point in the history
  2. Adjusted gh_pages workflow

    nRiccobo committed Jan 16, 2024
    Configuration menu
    Copy the full SHA
    d025d9c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7cf2776 View commit details
    Browse the repository at this point in the history

Commits on Jan 19, 2024

  1. Updated the checkout and setup-python versions from 2 to 4. Replaced …

    …psf/black rev field to latest version.
    nRiccobo committed Jan 19, 2024
    Configuration menu
    Copy the full SHA
    ba22ca3 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #142 from nRiccobo/workflow-versions-#141

    Updated workflow versions, #141
    nRiccobo authored Jan 19, 2024
    Configuration menu
    Copy the full SHA
    eba3cbd View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c490e9d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    021bd48 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    863041c View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    a9263f5 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #143 from WISDEM/workflow-versions-#141

    Workflow versions #141 into dev
    nRiccobo authored Jan 19, 2024
    Configuration menu
    Copy the full SHA
    0fadefc View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    5fb5d32 View commit details
    Browse the repository at this point in the history

Commits on Jan 23, 2024

  1. Merge pull request #139 from nRiccobo/electrical-refactor-final

    Electrical refactor final
    nRiccobo authored Jan 23, 2024
    Configuration menu
    Copy the full SHA
    bdf2df3 View commit details
    Browse the repository at this point in the history

Commits on Feb 20, 2024

  1. adjust onshore shunt reactor cost calc

    Bredenkamp committed Feb 20, 2024
    Configuration menu
    Copy the full SHA
    a646dfd View commit details
    Browse the repository at this point in the history

Commits on Feb 29, 2024

  1. Configuration menu
    Copy the full SHA
    52fef86 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d303b37 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8ff4554 View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2024

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

Commits on Mar 5, 2024

  1. Adjusted onshore costs to be a separate dictionary input. Renamed som…

    …e variables to be more consist with original oss_design module. Updated test_electrical_design
    nRiccobo committed Mar 5, 2024
    Configuration menu
    Copy the full SHA
    2da4dca View commit details
    Browse the repository at this point in the history
  2. Updated test_electrical_design to compare new and old oss_design. Tem…

    …porary until ElectricalDesign is merged into release
    nRiccobo committed Mar 5, 2024
    Configuration menu
    Copy the full SHA
    07e8dbb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ef00a02 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d7a0f36 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    36ebb0f View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    df2044b View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2024

  1. Configuration menu
    Copy the full SHA
    6134359 View commit details
    Browse the repository at this point in the history
  2. moved interconnection distance from landfall dict to export_system_de…

    …sign sub dict. Formatted export system and electrical export files.
    nRiccobo committed Mar 11, 2024
    Configuration menu
    Copy the full SHA
    69e12ee View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c91578c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    922f93f View commit details
    Browse the repository at this point in the history

Commits on Mar 12, 2024

  1. Merge pull request #146 from nRiccobo/electrical-refactor

    Electrical refactor clean up and added examples
    nRiccobo authored Mar 12, 2024
    Configuration menu
    Copy the full SHA
    e39596d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5c49b12 View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2024

  1. Configuration menu
    Copy the full SHA
    7aeae5c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    31a5f3f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8b611a6 View commit details
    Browse the repository at this point in the history
  4. Removed landfall from test yaml config. Adjusted results test and add…

    …ed a deprecation test.
    nRiccobo committed Mar 14, 2024
    Configuration menu
    Copy the full SHA
    4574c14 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5195741 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    7999548 View commit details
    Browse the repository at this point in the history
  7. Updated wisdem api to have deprecation warnings and new dictionaries.…

    … Fixed formatted test strings
    nRiccobo committed Mar 14, 2024
    Configuration menu
    Copy the full SHA
    c67c205 View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2024

  1. Configuration menu
    Copy the full SHA
    0ce1262 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    55941cc View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2bf7f28 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    bb50f91 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #149 from nRiccobo/147-interconnection-distance

    Moved interconnection distance from landfall to export system design dictionaries
    nRiccobo authored Mar 15, 2024
    Configuration menu
    Copy the full SHA
    8eb149e View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2024

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

Commits on Mar 26, 2024

  1. Configuration menu
    Copy the full SHA
    ad8920e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    48a2523 View commit details
    Browse the repository at this point in the history

Commits on Apr 1, 2024

  1. Fixed mpt and shunt costs to be _unit_cost, rather than cost_rate so …

    …as not to confilct. Updated tests
    nRiccobo committed Apr 1, 2024
    Configuration menu
    Copy the full SHA
    f415508 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5c262df View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b636abf View commit details
    Browse the repository at this point in the history
  4. Merge pull request #150 from WISDEM/electrical-refactor

    Electrical refactor - part 2
    nRiccobo authored Apr 1, 2024
    Configuration menu
    Copy the full SHA
    5235f41 View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2024

  1. Added 22MW yaml file

    dmulash committed Apr 23, 2024
    Configuration menu
    Copy the full SHA
    65c4b7c View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2024

  1. Configuration menu
    Copy the full SHA
    d845f0d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    715ee1b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9ad4454 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ec2ee11 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8618194 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    1543f27 View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2024

  1. Configuration menu
    Copy the full SHA
    a9a34be View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b486658 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a6ea844 View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2024

  1. Configuration menu
    Copy the full SHA
    3d566a7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    68dccff View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    924c5fe View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    aadf1fd View commit details
    Browse the repository at this point in the history
  5. Merge pull request #154 from nRiccobo/python-3.10+

    Updated github workflows to python=3.10+
    nRiccobo authored Apr 26, 2024
    Configuration menu
    Copy the full SHA
    9f0acb5 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    4445939 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    fe814f5 View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2024

  1. Merge pull request #156 from WISDEM/155-fix-monopile-vol

    Fixed monopile thickness bug. Had to double value in mass assertion
    nRiccobo authored Apr 29, 2024
    Configuration menu
    Copy the full SHA
    d92e881 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    43ef47e View commit details
    Browse the repository at this point in the history
  3. Merge pull request #152 from WISDEM/151-feature-iea22

    Added 22MW IEA turbine to the turbine library.
    dmulash authored Apr 29, 2024
    Configuration menu
    Copy the full SHA
    6238174 View commit details
    Browse the repository at this point in the history

Commits on Apr 30, 2024

  1. Added semitaut arrays features to mooringsystem. Created rope/chain d…

    …ensities as optional user inputs.
    nRiccobo committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    9cd1244 View commit details
    Browse the repository at this point in the history

Commits on May 1, 2024

  1. Configuration menu
    Copy the full SHA
    671bd2a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9f5ea2e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    da759ea View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7413a00 View commit details
    Browse the repository at this point in the history

Commits on May 2, 2024

  1. Configuration menu
    Copy the full SHA
    0f56d8e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4e0f5df View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6b8c2c7 View commit details
    Browse the repository at this point in the history
  4. Adjusted floating true/false logic in electrical export. Eliminate re…

    …dundant class for FloatingOffshoreSubstation.
    nRiccobo committed May 2, 2024
    Configuration menu
    Copy the full SHA
    6573b45 View commit details
    Browse the repository at this point in the history

Commits on May 21, 2024

  1. Updated semitaut examples.

    nRiccobo committed May 21, 2024
    Configuration menu
    Copy the full SHA
    3e2b6c8 View commit details
    Browse the repository at this point in the history

Commits on May 31, 2024

  1. Configuration menu
    Copy the full SHA
    fab774b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c10f253 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3aa5aa5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6d8e411 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b36453f View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    1bf2472 View commit details
    Browse the repository at this point in the history
  7. Made interp1d extrapolate outside range and connected mooring_list_co…

    …st_rate kwarg. Updated tests
    nRiccobo committed May 31, 2024
    Configuration menu
    Copy the full SHA
    c358c3d View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    eaee68a View commit details
    Browse the repository at this point in the history

Commits on Jun 3, 2024

  1. Configuration menu
    Copy the full SHA
    adc1671 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    959e46b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f628d04 View commit details
    Browse the repository at this point in the history

Commits on Jun 4, 2024

  1. Configuration menu
    Copy the full SHA
    909ee37 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d990832 View commit details
    Browse the repository at this point in the history

Commits on Jun 5, 2024

  1. Configuration menu
    Copy the full SHA
    b352386 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    411e45b View commit details
    Browse the repository at this point in the history

Commits on Jun 6, 2024

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

Commits on Jun 7, 2024

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

Commits on Jun 10, 2024

  1. Configuration menu
    Copy the full SHA
    65728e8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8749076 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    90bb8c5 View commit details
    Browse the repository at this point in the history
  4. Updated changelog and docs.

    nRiccobo committed Jun 10, 2024
    Configuration menu
    Copy the full SHA
    bdcff41 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    08cae48 View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2024

  1. Addressed the deprecated support_vessel call in gravity-base install.…

    … Aligned install with moored install
    nRiccobo committed Jun 14, 2024
    Configuration menu
    Copy the full SHA
    41e57c2 View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2024

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

Commits on Jun 18, 2024

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

Commits on Jun 20, 2024

  1. Merge pull request #158 from WISDEM/SemiTaut_Mooring_Update

    Semi taut mooring update
    nRiccobo authored Jun 20, 2024
    Configuration menu
    Copy the full SHA
    4d242e4 View commit details
    Browse the repository at this point in the history
  2. Enhancement/pyproject setup (#165)

    * start converting project settings to TOML configuration
    
    * convert versioneer and pylint to toml format
    
    * configure isort to use toml
    
    * update flake8 to use toml correctly
    
    * reformat isort and black pre-commit sections
    
    * add missing comma
    
    * fix isort bug
    
    * add names for flake8 adn pylint
    
    * fix flake8 call
    
    * put isort version back
    
    * add the dynamic version integration
    
    * remove versioneer for version management and revert to latest PyPI
    
    * allow Python 3.11
    RHammond2 authored Jun 20, 2024
    Configuration menu
    Copy the full SHA
    2087b38 View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2024

  1. Ruff Adoption & Linting Reset (#166)

    * adopt modified ruff in place of flake8 & pylint
    
    * add blame ignore file for massive commit
    
    * cleanup codebase from ruff adoption and old skips
    
    * add massive commit to the ignore file
    
    * adopt pathlib.Path in place of os.xx to modernize ORBIT internals
    
    * update the changelog and remove dated library dependencies
    
    * update README
    
    * update readme and changelog, fix last path confusion
    
    * remove flake8-commas and undo (hopefully) all of its changes
    
    * add commas commit to git blame ignore
    RHammond2 authored Jun 26, 2024
    Configuration menu
    Copy the full SHA
    39cd770 View commit details
    Browse the repository at this point in the history

Commits on Jul 8, 2024

  1. Configuration menu
    Copy the full SHA
    96c1729 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c83e614 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2657029 View commit details
    Browse the repository at this point in the history

Commits on Jul 9, 2024

  1. Configuration menu
    Copy the full SHA
    158cf1b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a64980f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6902f39 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e672a1b View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2024

  1. Merge pull request #170 from nRiccobo/bug/#168-oss-system_capex

    Quick fix for #168, missing topside costs in substation system_capex
    nRiccobo authored Jul 10, 2024
    Configuration menu
    Copy the full SHA
    f8d3859 View commit details
    Browse the repository at this point in the history
  2. formatting common_cost.

    nRiccobo committed Jul 10, 2024
    Configuration menu
    Copy the full SHA
    888982f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a2c2101 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2f1932f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d07a3b0 View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2024

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

Commits on Jul 17, 2024

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

Commits on Jul 18, 2024

  1. Configuration menu
    Copy the full SHA
    5d2612d View commit details
    Browse the repository at this point in the history
  2. Had to add and swap self.num_switchgear with self.num_cables. 0 switc…

    …hgear for HVDC application
    nRiccobo committed Jul 18, 2024
    Configuration menu
    Copy the full SHA
    02fdade View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6bddc9e View commit details
    Browse the repository at this point in the history
  4. Updating oss, monopile and mooring system with get_default_cost. Star…

    …ted added export_system output as expected input for oss_design.
    nRiccobo committed Jul 18, 2024
    Configuration menu
    Copy the full SHA
    953c8ed View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2024

  1. Configuration menu
    Copy the full SHA
    eeeb140 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    55e7205 View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2024

  1. Updated monopile design load factor

    Shields committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    d13c270 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9e9abb6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b7e513e View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2024

  1. Merge pull request #169 from nRiccobo/relocate-get-costs

    Reorganizing common costs in design modules
    nRiccobo authored Aug 1, 2024
    Configuration menu
    Copy the full SHA
    7b59430 View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2024

  1. Configuration menu
    Copy the full SHA
    b451a03 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5e59f5c View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2024

  1. Configuration menu
    Copy the full SHA
    a733ee5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    11e3899 View commit details
    Browse the repository at this point in the history

Commits on Aug 13, 2024

  1. Configuration menu
    Copy the full SHA
    f9dc724 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ebd7e64 View commit details
    Browse the repository at this point in the history
  3. Use autolayout for plots

    rafmudaf committed Aug 13, 2024
    Configuration menu
    Copy the full SHA
    614f67d View commit details
    Browse the repository at this point in the history
  4. Clean up documentation

    rafmudaf committed Aug 13, 2024
    Configuration menu
    Copy the full SHA
    b4bffe0 View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2024

  1. Add export methods

    rafmudaf committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    468bf0e View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2024

  1. Add docs for new curve types

    rafmudaf committed Aug 15, 2024
    Configuration menu
    Copy the full SHA
    1950898 View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2024

  1. Added test total cost to monopile. Added test total substation costs …

    …to electrical design for hvac, hvdc-monopole, hvdc-bipole. Included .upper() to various if-statements checking HVDC or HVAC selection.
    nRiccobo committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    314889d View commit details
    Browse the repository at this point in the history
  2. Added assert system costs to catenary, tlp, and semitaut kwarg tests.…

    … Included a .lower() to anchor_type and mooring_type if-statements
    nRiccobo committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    8a6fd99 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e49d4cf View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3def1e5 View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2024

  1. Configuration menu
    Copy the full SHA
    7f8a8f8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f54fa0a View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2024

  1. Merge pull request #173 from nRiccobo/tests/design-costs

    Enhancing tests for design module's total cost
    nRiccobo authored Aug 21, 2024
    Configuration menu
    Copy the full SHA
    a2a5d93 View commit details
    Browse the repository at this point in the history
  2. Add comments on inputs

    rafmudaf committed Aug 21, 2024
    Configuration menu
    Copy the full SHA
    c6d4447 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ad6e8c8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    fba2cc3 View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2024

  1. Merge pull request #175 from rafmudaf/dev

    Add notebook to create curve equations and export for NRWAL
    nRiccobo authored Sep 11, 2024
    Configuration menu
    Copy the full SHA
    8afa7d8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    35ec748 View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2024

  1. Merge pull request #178 from nRiccobo/dev

    Reverting monopile mass assertion after load_factor was adjusted.
    nRiccobo authored Sep 12, 2024
    Configuration menu
    Copy the full SHA
    78bd3ac View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2024

  1. Cleaned up Floating Example to include semitaut options. Removed semi…

    …taut classes and redundant files. Deleted old cable file.
    nRiccobo committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    aa04823 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    be5e9bb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b591ad3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    18c794e View commit details
    Browse the repository at this point in the history
  5. fix small typos

    RHammond2 committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    b9ba071 View commit details
    Browse the repository at this point in the history
  6. updating email address

    RHammond2 committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    f4e41d9 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    6338de6 View commit details
    Browse the repository at this point in the history
  8. Merge pull request #179 from nRiccobo/release/1.1

    Final clean up in dev for Release v1.1
    nRiccobo authored Sep 13, 2024
    Configuration menu
    Copy the full SHA
    e6ad5f5 View commit details
    Browse the repository at this point in the history