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 Apr 21, 2020
2 parents 4376aa5 + eeaa62f commit c17d810
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 9 deletions.
12 changes: 12 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# History

---------------------
## 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.

A brief overview of major changes:
- `load_output` is renamed to `load_fast_out`
- `load_fast_out` now writes out a list of dictionaries containing openfast data, where each list item corresponds to an OpenFAST output case.
- All plotting functions were moved to a class `FAST_plots`
- `plot_fast_out` only receives the output from `load_fast_out` for the OpenFAST data to plot
- `plot_spectral` is included for a number of frequency-domain based plotting capabilities
- `trim_fast_out` is modified to only modify data passed in the new dictionary-based structure
- some verbosity flags have been included
---------------------
## 2.0.0 - (2020-03-04)
Admittedly poor versioning since the last release. Lots of updates...
Expand Down
7 changes: 1 addition & 6 deletions ROSCO_toolbox/__init__.py
Original file line number Diff line number Diff line change
@@ -1,11 +1,6 @@
# -*- coding: utf-8 -*-

"""Top-level package for ROSCO_toolbox Repo."""

# __author__ = """Paul Fleming"""
# __email__ = 'paul.fleming@nrel.gov'
# __version__ = '0.1.0'

__author__ = """Nikhar J. Abbas and Paul Fleming"""
__email__ = 'nikhar.abbas@nrel.gov'
__version__ = '2.0.1'
__version__ = '2.1.0'
2 changes: 0 additions & 2 deletions requirements.txt

This file was deleted.

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.0.1'
VERSION = '2.1.0'

# 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 c17d810

Please sign in to comment.