What’s New

These are new features and improvements of note in each release

v0.0.11 (November 22, 2016)

New features

  • Using model of windpowerlib instead of internal model. This will be the future of the feedinlib.

Bug fixes

  • removed ‘vernetzen’-server because it is down

Contributors

  • Uwe Krien

v0.0.10 (November 18, 2016)

Other changes

Move wind power calculations to windpowerlib Allow installation of windpowerlib for python versions >3.4 Import requests package instead of urllib5

Contributors

  • Uwe Krien
  • Stephen Bosch
  • Birgit Schachler

v0.0.9 (August 23, 2016)

Bug fixes

  • Adapt API due to changes in the pvlib
  • Avoid pandas future warning running the pv model

Contributors

  • Uwe Krien

v0.0.8 (Mai 2, 2016)

New features

  • add a geometry attribute for shapely.geometry objects to the weather class
  • add lookup table for the sandia pv modules

Documentation

  • add link to the developer rules of oemof

Bug fixes

  • Adapt url to sandia’s module library

Contributors

  • Uwe Krien

v0.0.7 (October 20, 2015)

New features

  • add a weather class to define the structure of the weather data input
  • add example file to pass your own model class to the feedinlib

Documentation

  • correct some typos
  • some distribtions are clearer now
  • describe the used units

Testing

  • add more doctests
  • removed obsolete tests

Bug fixes

  • does not overwrite class attributes (issue 7)

Other changes

  • rename classes to more describing names
  • initialisation of a power plant changed (see README for details)

Contributors

  • Uwe Krien
  • Stephan Günther
  • Cord Kaldemeyer