What’s New

These are new features and improvements of note in each release

v0.0.6 (2019-12-03)

Testing

Bug fixes

  • This release should finally get rid of issue #28.

Other changes

  • Switched to a src based repository layout. This is done via a special packaging template helping with a lot of stuff. Most importantly it helps with correct test isolation so that issue #28 can properly be tested against.

Contributors

  • Stephan Günther

v0.0.5 (March 20th, 2017)

Bug fixes

  • In order to play well with oemof, oemof/db/__init__.py has been removed. This should fix oemof’s issue #269.

Contributors

  • Stephan Günther

v0.0.4 (December 16, 2016)

New features

  • Create an empty database table with primary key type serial in tools.py
  • Access grant to users/ group of users, see grant_db_access in tools.py
  • Additional optional keyword argument to specify config file (issue #21)
  • Ask for password and save store in keyring if not existent (issue #22)

Documentation

Testing

Bug fixes

  • Add missing keyrings.alt dependency

Other changes

Contributors

  • Guido Pleßmann
  • Uwe Krien

v0.0.3 (March 10, 2016)

New features

  • It’s now possible to have multiple sections for different databases in config.ini (PR #7)

Documentation

  • The documentation was erroneously talking about feedinlib in places where it should have said oemof.db. (issue #3)

Contributors

  • Uwe Krien
  • Stephan Günther
  • Guido Pleßmann

v0.0.2 (January 29, 2016)

Other changes

  • Package is now called oemof.db

Contributors

  • Uwe Krien
  • Stephan Günther

v0.0.1 (October 30, 2015)

New features

Documentation

Testing

Bug fixes

Other changes

Contributors

  • Uwe Krien