What’s New

These are new features and improvements of note in each release

v0.0.6 (July 07, 2017)

Documentation

  • added basic usage section and jupyter notebook

Testing

  • added tests for different data types and wind_turbine module
  • added example to tests
  • added and fixed doctests

Other changes

  • various API changes due to having better comprehensible function and variable names
  • renamed Modelchain to ModelChain
  • moved functions for temperature calculation to temperature module
  • new function for interpolation and extrapolation

Contributors

  • Sabine Haas
  • Birgit Schachler

v0.0.5 (April 10, 2017)

New features

  • complete restructuring of the windpowerlib
  • power curves for numerous wind turbines are provided
  • new function for calculation of air density at hub height (rho_ideal_gas)
  • new function for calculation of wind speed at hub height (v_wind_hellman)
  • density correction for calculation of power output
  • modelchain for convenient usage

Documentation

  • added references

Testing

  • tests for all modules were added

Contributors

  • Sabine Haas
  • Birgit Schachler