Skip to content

Commit

Permalink
update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
RHammond2 committed Sep 14, 2023
1 parent c4677be commit 2104186
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,21 @@ All notable changes to this project will be documented in this file. If you make
- Printing a `PlantMetaData` object now shows the default or provided column mapping with the
associated expected dtypes and units, alongside other key variables.

### Deprecations

- The following methods have been removed from the plotting library, `utils/plot.py` given that they have either been replaced with newer methods or have been unused and unmaintained for long enough that their original intent is lost. If you still use any of these, please let us know in the Issues, and we'll be happy to bring it up to date:
- `plot_array`
- `subplot_powerRose_array`
- `powerRose_array`
- `subplot_c1_c2`
- `subplot_c1_c2_flagged`
- `subplot_c1_c2_raw_flagged`
- `subplt_power_curve`
- `turbine_polar_line`
- `turbine_polar_4Dscatter`
- `turbine_polar_contourf`
- `turbine_polar_contour`


## 3.0rc2
- Everything from release candidate 1
Expand Down

0 comments on commit 2104186

Please sign in to comment.