Flasc

Latest version: v2.1.3

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

Scan your dependencies

Page 1 of 3

2.1.3

What's Changed
* v2.1.3 by paulf81 in https://github.com/NREL/flasc/pull/233


**Full Changelog**: https://github.com/NREL/flasc/compare/v2.1.2...v2.1.3

2.1.2

What's Changed
* add twine to install list by paulf81 in https://github.com/NREL/flasc/pull/231
* v2.1.2 by paulf81 in https://github.com/NREL/flasc/pull/232


**Full Changelog**: https://github.com/NREL/flasc/compare/v2.1.1...v2.1.2

2.1.1

What's Changed
* [BUGFIX] Fix pypi action to not use setup.py by paulf81 in https://github.com/NREL/flasc/pull/229
* FLASC v2.1.1 by paulf81 in https://github.com/NREL/flasc/pull/230


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

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

Page 1 of 3

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.