-
Notifications
You must be signed in to change notification settings - Fork 18
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add FlascDataFrame
for better handling of user data in FLASC
#212
Merged
Commits on Sep 4, 2024
-
Add new
FlascDataFrame
object to enhance user interface with data (#……199) * Adding at the root level for now; could consider moving to utilities/ * Ruff. * precommit stuff. * Add example notebook * Add wide to long * Add test * Update README.md engagement * Update README.md replacing 'FLORIS' typo * Feature/add docstrings (#197) * Update to 15 (#202) * Update for PyPI installation. (#204) * Update version number; ignore version.py for ruff. * Adhere to FLASC formatting rules. * psuedocode for conversions. Tests for saving dataframe to file. * Print warning when to_feather used. * String formatting. * Add several more tests and n_turbines property. * Adding TODOs for long/wide conversions. * Clean up, a few more tests. * Improved printout. * ruff format. --------- Co-authored-by: Paul <[email protected]> Co-authored-by: christiannvaughn <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for bdc95e0 - Browse repository at this point
Copy the full SHA bdc95e0View commit details
Commits on Sep 11, 2024
-
Configuration menu - View commit details
-
Copy full SHA for ff8e962 - Browse repository at this point
Copy the full SHA ff8e962View commit details
Commits on Sep 12, 2024
-
Configuration menu - View commit details
-
Copy full SHA for ebe1451 - Browse repository at this point
Copy the full SHA ebe1451View commit details -
Configuration menu - View commit details
-
Copy full SHA for fb6ff8d - Browse repository at this point
Copy the full SHA fb6ff8dView commit details
Commits on Oct 16, 2024
-
Configuration menu - View commit details
-
Copy full SHA for faa6ee9 - Browse repository at this point
Copy the full SHA faa6ee9View commit details -
Configuration menu - View commit details
-
Copy full SHA for dfb6c15 - Browse repository at this point
Copy the full SHA dfb6c15View commit details -
Finish FlascDataFrame (update examples/docs) (#219)
* Merge recent changes. * Update functions to use FlascDataFrames; getter and setter for channel_name_map; metadata copying method. * Smarteole examples now using FlascDataFrame * Add brief demonstration of switch to user data format; rename 09 notebook for clarity. * Update artifical data examples. * Had weird behavior in the getter/setter caused by not providing the true underlying attribute in _metadata. * formatting. * Simplify imports of FlascDataFrame throughout. * Add wind-up to pyproject.toml after setup.py was removed.
Configuration menu - View commit details
-
Copy full SHA for ddea8eb - Browse repository at this point
Copy the full SHA ddea8ebView commit details
Commits on Oct 17, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 876e326 - Browse repository at this point
Copy the full SHA 876e326View commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.