Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
nikhar-abbas committed Mar 13, 2020
2 parents fe86196 + 8ac469e commit a0bcf9f
Show file tree
Hide file tree
Showing 4 changed files with 38 additions and 15 deletions.
31 changes: 31 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
# History

---------------------
## 2.0.0 - (2020-03-04)
Admittedly poor versioning since the last release. Lots of updates...

### API Changes
* Re-org of some functionalities
- turbine.load_from_text is now turbine.utilities
- utilities.write_param_file is now utilities.write_DISCON
* Include flap controller tuning methods and related inputs to DISCON.IN
* Remove unnecessary control inputs in DISCON.IN (`z_pitch_*`)

### Other changes
* Updates to floating filtering methods
* Updates to floating controller tuning methods to be more mathematically sound
* Generic flap tuning - employ reading of AeroDyn15 files with multiple distributed aerodynamic control inputs
* Test case updates and bug fixes
* Example updates to showcase all functionalities
* Updates to OpenFAST output processing and plotting scripts
* All related improvements and updates ROSCO controller itself
---------------------
## 1.0.1 - (2020-01-29)
* Major bug fixes in second order low-pass filters
* Minor bug fixes for pitch saturation and filter mode settings
* Minor updates in tuning scripts
---------------------
## 1.0.0 - (2020-01-22)
* Version 1.0 release - initial transition from DRC-Fortran with major updates and API changes


8 changes: 0 additions & 8 deletions HISTORY.rst

This file was deleted.

12 changes: 6 additions & 6 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,16 +31,16 @@
EMAIL = 'nikhar.abbas@nrel.gov'
AUTHOR = 'NREL National Wind Technology Center'
REQUIRES_PYTHON = '>=3.3.0'
VERSION = '2.0.0'
VERSION = '2.0.1'

# These packages are required for all of the code to be executed.
# - Maybe you can get away with older versions...
REQUIRED = [
'matplotlib>=3',
'numpy>=1.16',
'pytest>=4',
'scipy>=1.1',
'pyYAML>=5.3'
'matplotlib',
'numpy',
'pytest',
'scipy',
'pyYAML',
]

# Read the docs, one day, so we'll throw it in here!
Expand Down

0 comments on commit a0bcf9f

Please sign in to comment.