Skip to content

Commit

Permalink
Increment version
Browse files Browse the repository at this point in the history
  • Loading branch information
nikhar-abbas committed Sep 17, 2020
1 parent 8ff621f commit 637c3a1
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
11 changes: 11 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# History
---------------------
## 2.1.1 - (2020-06-15)
Mostly some minor bug fixes and a function for generating rotor performance files using AeroDyn.

Major Updates
- generate_rotperf_FAST is included in the functionalities in turbine.py now. This makes it possible to call OpenFAST and use aerodyn or beamdyn (pending) to generate the - Cp, Ct, Cq tables. Slow, but useful for verification.
- Include GBEff and GenEff appropriately in turbine.rated_torque and controller.VS_Rgn2K calculations

Minor Updates
- min_pitch was not appropriately accounted for if user-defined
- print size of arrays in Cp_Ct_Cq.txt files
- minor typos and commenting cleanup
---------------------
## 2.1.0 - (2020-04-21)
Mostly major updates to the post processing scripts. Some of these may be considered API changes, but we'll treat them as feature adds for now.
Expand Down
2 changes: 1 addition & 1 deletion ROSCO_toolbox/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@

__author__ = """Nikhar J. Abbas and Paul Fleming"""
__email__ = 'nikhar.abbas@nrel.gov'
__version__ = '2.1.0'
__version__ = '2.1.1'
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
EMAIL = 'nikhar.abbas@nrel.gov'
AUTHOR = 'NREL National Wind Technology Center'
REQUIRES_PYTHON = '>=3.4'
VERSION = '2.1.0'
VERSION = '2.1.1'

# These packages are required for all of the code to be executed.
# - Maybe you can get away with older versions...
Expand Down

0 comments on commit 637c3a1

Please sign in to comment.