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

Update Main #37

Merged
merged 244 commits into from
Mar 10, 2021
Merged

Update Main #37

merged 244 commits into from
Mar 10, 2021

Conversation

dzalkind
Copy link
Collaborator

@dzalkind dzalkind commented Feb 26, 2021

Merge develop changes into main to correspond with major ROSCO release.

Major Changes:

  • Automate examples and print outputs to figures by default for testing
  • Add ROSCO Simulink model and matlab helper functions
  • Updated documentation moved to readthedocs
  • Added ROSCO_testing/ features for quickly testing and comparing new controllers
  • Added ROSCO_toolbox/ofTools/ for running simulations and editing openfast inputs. Copy of weis/aeroelasticse
  • Add ability to compile ROSCO in setup.py

Minor Changes:

  • Fixed indexing issues in controller.py
  • Added BAR_10 turbine model
  • Added Simulink turbine model
  • Updated all turbine models to OpenFAST 2.5.0

TODO:

  • Document major, minor changes
  • Review, edit documentation
  • Update submodule to point main -> main. We can only do this when ROSCO PR is finished. Submodule needs to be committed.
  • Run all examples
  • Update version in __init__.py

docs/conf.py Outdated
author = "ROSCO developers"

# The version info for the project you're documenting, acts as replacement for
# |version| and |release|, also used in various other places throughout the
# built documents.
#
version = "2.1.1"
release = "2.1.1"
release = "2.3.0"
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This should be 2.2.0

setup.py Outdated
@@ -31,7 +41,7 @@
EMAIL = 'nikhar.abbas@nrel.gov'
AUTHOR = 'NREL National Wind Technology Center'
REQUIRES_PYTHON = '>=3.4'
VERSION = '2.1.4'
VERSION = '2.1.0'
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This should be 2.2.0

Copy link
Collaborator

@nikhar-abbas nikhar-abbas left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Once the two version number problems are fixed I think this is good to go!

@nikhar-abbas nikhar-abbas merged commit 8ac261d into main Mar 10, 2021
nikhar-abbas pushed a commit to nikhar-abbas/ROSCO_toolbox that referenced this pull request Jun 29, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants