Releases: openego/ego.io
[0.4.8] 2021-05-29
[0.4.7] 2019-08-29
Changed
- fix installation problem when installing via pip #81
[0.4.6] 2019-08-29
Added
- CHANGELOG.md
- passwordless DB API engine to access the OpenEnergy Platform via
oedialect #79
Changed
Release 0.4.5
This release is in line with the data base definitions of the newest data set v0.4.5 (created by the eGo data processing).
Minor release for a new dataset
The table definitions were updated. Some manual bug fixes for new tables were realized.
A new dataset
A new release of ego.io makes new data of Data processing v0.4.0 and allows to access of OEDB through HTTP wrapped API.
The weather ID conundrum
Table additions for various purposes
The great restructuring of the OEDB
This release brings an update version of ORM definitions that fit to https://github.com/openego/data_processing/releases/tag/v0.3.0
Small release allowing result export to oedb
Merge pull request #36 from openego/dev Release v0.2.11
release v0.2.10.post1
UPDATE: This release fixes a bug in SQLA version specification (setup.py).
This release works with the current dp/DB v0.2.10 and includes recent changes of model_draft
.
Additionally, it provides the first version of a config creator and DB connection provider #24.
With this release u can simply use ego.io for your DB connections, e.g.:
from egoio.tools.db import connection
conn = connection(section=...)
Session = sessionmaker(bind=conn)
session = Session()
If the DB config file ~/.egoio/config.ini
does not exist, it will ask you to create it with provided host, user etc.