Planned API changes and deprecations #488
rafmudaf
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
This is a listing of changes to the API's that are planned for upcoming changes as well as functions that have been marked as deprecated and will be removed in a future release.
In v3.4 and to be removed in v3.5
visualization.plot_turbines
: This has been marked deprecated in v3.4 and will be removed entirely in v3.5. Users should usevisualization.plot_turbines_with_fi
instead. It has the same functionality but is overall easier and more complete.v3.1, to be removed in v3.4
ref_density_cp_ct
An error notes that this will be required in a future release, but it is currently set with a default if not provided. See #398.
floris_interface.reinitialize
layout is deprecated and will be removed in v3.3. Use layout_x and layout_y instead.
https://github.com/NREL/floris/blob/develop/floris/tools/floris_interface.py#L212
https://github.com/NREL/floris/blob/develop/floris/tools/uncertainty_interface.py#L336
Beta Was this translation helpful? Give feedback.
All reactions