Flasc

Latest version: v2.3

Safety actively analyzes 723177 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 2 of 3

2.1

FLASC v2.1 brings the `FlascDataFrame` class to FLASC, along with some improvements to package handling. It also introduces examples using the [Wind-Up](https://github.com/resgroup/wind-up) tool from RES.

New features
* Add `FlascDataFrame` for better handling of user data in FLASC by paulf81, misi9170, and aclerc in https://github.com/NREL/flasc/pull/212

Improvements
* Remove pyproj as requirement by paulf81 in https://github.com/NREL/flasc/pull/214
* Update package management and update polars by paulf81 in https://github.com/NREL/flasc/pull/218

Bug fixes
* [BUGFIX] Inverse `channel_name_map` fix for `FlascDataFrame` by misi9170 in https://github.com/NREL/flasc/pull/222
* Add observed keyword by paulf81 in https://github.com/NREL/flasc/pull/223
* set observed to false by paulf81 in https://github.com/NREL/flasc/pull/225
* Dont replicate nans in time by paulf81 in https://github.com/NREL/flasc/pull/226
* Fix line in time fix by paulf81 in https://github.com/NREL/flasc/pull/227

New Contributors
* aclerc made their first contributions in https://github.com/NREL/flasc/pull/212

**Full Changelog**: https://github.com/NREL/flasc/compare/v2.0.1...v2.1

2.0.1

What's Changed
* Add markdown flag by paulf81 in https://github.com/NREL/flasc/pull/191
* Add workflow trigger by paulf81 in https://github.com/NREL/flasc/pull/192
* Remove manual PyPI upload trigger by misi9170 in https://github.com/NREL/flasc/pull/193
* Add API summary to FLASC docs by paulf81 in https://github.com/NREL/flasc/pull/180
* Feature/add docstrings by paulf81 in https://github.com/NREL/flasc/pull/197
* Update coloredlogs requirement for FLORIS consistency by paulf81 in https://github.com/NREL/flasc/pull/202
* Update docs to describe PyPI installation. by misi9170 in https://github.com/NREL/flasc/pull/204
* FLASC v2.0.1 by misi9170 in https://github.com/NREL/flasc/pull/205


**Full Changelog**: https://github.com/NREL/flasc/compare/v2.0...v2.0.1

2.0

FLASC v2 aligns FLASC with the recently-release [FLORIS](https://github.com/NREL/floris) v4 and reorganizes the FLASC repository to group like tools more closely.

What's Changed
* Catch develop up to main for v1.4 by misi9170 in https://github.com/NREL/flasc/pull/130
* Improve floris dataframe interpolation function by Bartdoekemeijer in https://github.com/NREL/flasc/pull/124
* Feature/add day night by paulf81 in https://github.com/NREL/flasc/pull/127
* Add RUFF linting/formatting by paulf81 in https://github.com/NREL/flasc/pull/143
* Back-version sqlalchemy by paulf81 in https://github.com/NREL/flasc/pull/152
* Fix is None issue and re-run examples by paulf81 in https://github.com/NREL/flasc/pull/154
* Feature/add uplift example by paulf81 in https://github.com/NREL/flasc/pull/155
* FLASC v1.5 by christiannvaughn in https://github.com/NREL/flasc/pull/156
* Upgrade sqlalchemy requirement to v2 by paulf81 in https://github.com/NREL/flasc/pull/160
* Upgrade sqlalchemy requirement to v2 (duplicate to main) by paulf81 in https://github.com/NREL/flasc/pull/161
* Feature: Heterogeneity estimator class by Bartdoekemeijer in https://github.com/NREL/flasc/pull/157
* Feature: Identify impacting turbines geometrically and reduce FLORIS accordingly by Bartdoekemeijer in https://github.com/NREL/flasc/pull/158
* Apply pandas con to sql by paulf81 in https://github.com/NREL/flasc/pull/162
* Begin repo reorganization for v2 by misi9170 in https://github.com/NREL/flasc/pull/165
* Basic Floris v4 compatibility by misi9170 in https://github.com/NREL/flasc/pull/169
* Add coveralls to CI by paulf81 in https://github.com/NREL/flasc/pull/164
* Move to BSD license by paulf81 in https://github.com/NREL/flasc/pull/176
* [BUGFIX] Fix stuck sensor detection only applying to last column by misi9170 in https://github.com/NREL/flasc/pull/177
* [BUGFIX] Track FLORIS v4 changes by misi9170 in https://github.com/NREL/flasc/pull/178
* Use FLORIS tools for layout visualizations by misi9170 in https://github.com/NREL/flasc/pull/181
* Add names to filtering by paulf81 in https://github.com/NREL/flasc/pull/173
* Add logging to FLASC by paulf81 in https://github.com/NREL/flasc/pull/172
* Use FLORIS's methods for merging `fmodel`s and setting model parameters by misi9170 in https://github.com/NREL/flasc/pull/182
* Feature/use wind data with set by paulf81 in https://github.com/NREL/flasc/pull/183
* Feature/rename ws pw curve filtering by paulf81 in https://github.com/NREL/flasc/pull/185
* [BUGFIX] reset_operation need in artificial data tuning example by misi9170 in https://github.com/NREL/flasc/pull/184
* Merge v2 branch into develop by misi9170 in https://github.com/NREL/flasc/pull/186
* Minor documentation improvements for v2 by misi9170 in https://github.com/NREL/flasc/pull/187
* bug fix in plot_layout by paulf81 in https://github.com/NREL/flasc/pull/189
* FLASC v2.0 by misi9170 in https://github.com/NREL/flasc/pull/188

New Contributors
* christiannvaughn made their first contribution in https://github.com/NREL/flasc/pull/156

**Full Changelog**: https://github.com/NREL/flasc/compare/v1.5...v2.0

1.5

- Feature/update reqs pin polars by paulf81 in https://github.com/NREL/flasc/pull/140
- Add developer install documentation by paulf81 in https://github.com/NREL/flasc/pull/153
- Add day/night splitting of data by paulf81 and misi9170 in 127
- Performance improvements in interpolation by Bartdoekemeijer in 124
- Add ruff formatting by paulf81
- Add further example of total uplift calculation by paulf81 in 155
- Minor performance improvements


**Full Changelog**: https://github.com/NREL/flasc/compare/v1.4...v1.5

1.4

What's Changed
* Feature: Add floris turbine power curve option in mean ws-power-curve plot by Bartdoekemeijer in https://github.com/NREL/flasc/pull/93
* Sync: Merge v1.3.1 bug fixes into develop by Bartdoekemeijer in https://github.com/NREL/flasc/pull/96
* Feature: reworked examples and merging FCT jupyter notebooks to flasc by Bartdoekemeijer in https://github.com/NREL/flasc/pull/94
* Feature: add interactive Bokeh plots in ws_pow_filtering by Bartdoekemeijer in https://github.com/NREL/flasc/pull/92
* Bug fix: properly assign reference turbine location in calculating closest subset of turbines by Bartdoekemeijer in https://github.com/NREL/flasc/pull/99
* Feature/add timing funcs by paulf81 in https://github.com/NREL/flasc/pull/101
* Option to show uncorrected energy ratio in northing calibration plots by misi9170 in https://github.com/NREL/flasc/pull/105
* Catch up develop to main by paulf81 in https://github.com/NREL/flasc/pull/108
* Feature/port to polars 4 by paulf81 in https://github.com/NREL/flasc/pull/107
* Feature: add gaussian blending to floris solutions in postprocess step (similar to UncertaintyInterface but in post-) by Bartdoekemeijer in https://github.com/NREL/flasc/pull/114
* [Enhancement] Reorganize artifical data examples to make them easier to follow by misi9170 in https://github.com/NREL/flasc/pull/117
* Change nan behavior by paulf81 in https://github.com/NREL/flasc/pull/121
* Feature/add options on count by paulf81 in https://github.com/NREL/flasc/pull/122
* Feature/provide frequency by paulf81 in https://github.com/NREL/flasc/pull/123
* Feature/total uplift by paulf81 in https://github.com/NREL/flasc/pull/128
* Feature: Add FLORIS tuning by paulf81 in https://github.com/NREL/flasc/pull/115
* FLASC v1.4 by misi9170 in https://github.com/NREL/flasc/pull/129


**Full Changelog**: https://github.com/NREL/flasc/compare/v1.3.1...v1.4

1.3.1

What's Changed
* Feature: Add PyPI integration by Bartdoekemeijer in https://github.com/NREL/flasc/pull/87
* Bug fix: various small corrections by Bartdoekemeijer in https://github.com/NREL/flasc/pull/86


**Full Changelog**: https://github.com/NREL/flasc/compare/v1.3...v1.3.1

Page 2 of 3

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.