Skip to content

Releases: NREL/flasc

v2.1

26 Oct 23:14
0bf41d1
Compare
Choose a tag to compare

FLASC v2.1 brings the FlascDataFrame class to FLASC, along with some improvements to package handling. It also introduces examples using the Wind-Up tool from RES.

New features

Improvements

Bug fixes

New Contributors

Full Changelog: v2.0.1...v2.1

v2.0.1

13 Aug 19:47
686c62d
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.0...v2.0.1

v2.0

10 Apr 04:09
bb25c2a
Compare
Choose a tag to compare

FLASC v2.0

FLASC v2 aligns FLASC with the recently-release FLORIS v4 and reorganizes the FLASC repository to group like tools more closely.

What's Changed

New Contributors

Full Changelog: v1.5...v2.0

v1.5

21 Dec 03:15
d528f0e
Compare
Choose a tag to compare

What's Changed

Features and improvements in FLASC v1.5

Full Changelog: v1.4...v1.5

v1.4

26 Oct 23:17
b2e2d7a
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.3.1...v1.4

v1.3.1

30 Jun 22:32
6cd0281
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.3...v1.3.1

v1.3

16 May 18:38
e425509
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.2...v1.3

v1.2

20 Mar 15:58
c7f6afc
Compare
Choose a tag to compare

What's Changed

  • Nothing has changed in the code; this release is to trigger the Zenodo DOI generation process so that future releases of FLASC can be referenced by DOI

v1.1

26 Oct 21:11
8b6a21e
Compare
Choose a tag to compare

What's Changed

  • Updated package setup to match FLORIS method by @bayc in #18
  • Updated requirements to be less strict by @misi9170 in #19
  • Fixed pandas concatenation issue by @misi9170 in #23
  • Change DataError from core.base to pandas.errors by @paulf81 in #24
  • Make labeling UQ optional in energy ratio plot by @paulf81 in #30
  • Separate layout visualization and power/thrust curve plots by @misi9170 in #32
  • Add turbine names to GUI by @paulf81 in #33

Review and contributions also made by @Bartdoekemeijer

Full Changelog: v1.0...v1.1

v1.0

02 Mar 21:11
0710eed
Compare
Choose a tag to compare

This is the first public and non-beta release of the FLASC repository, in conjunction with the official release of floris v3.0 and two related articles:

  • B. M. Doekemeijer, E. Simley, P. A. Fleming. Comparison of the Gaussian Wind Farm Model with Historical Data of Three Offshore Wind Farms. Energies Special Issue: Fast-Running Engineering Models of Wind Farm Flows 2022, in review.

  • C. J. Bay, P. A. Fleming, B. M. Doekemeijer, J. King, M. Churchfield, R. Mudafort: Addressing deep array effects and impacts to wake steering with the cumulative-curl wake model, Wind Energ. Sci. Discuss. [preprint], https://doi.org/10.5194/wes-2022-17, in review, 2022.


Changes compared to the pre-release:

  • Supports the latest version of FLORIS (3.0)
  • Extensive documentation and automated documentation hosted on readthedocs.
  • Unit tests
  • Code coverage tests
  • Automated GitHub integration