Skip to content

Releases: openego/ego.io

[0.4.8] 2021-05-29

28 May 22:22
cfdf55a
Compare
Choose a tag to compare

Changed

  • replace data type Numeric by Float(53) #86
  • set default values for database connection details to oep connection details #83

[0.4.7] 2019-08-29

29 Aug 14:38
0acd473
Compare
Choose a tag to compare

Changed

  • fix installation problem when installing via pip #81

[0.4.6] 2019-08-29

29 Aug 12:55
51cc96a
Compare
Choose a tag to compare

Added

  • CHANGELOG.md
  • passwordless DB API engine to access the OpenEnergy Platform via
    oedialect #79

Changed

  • upper bounds for sqlalchemy and geoalchemy2 removed (due to incompatibilities
    with depending packages) #72 #73
  • psycopg2 replaced by by psycopg2-binary #75
  • ORM update #74
  • fix v0.4.5 installation problem #78
  • add oedialect to dependencies #70

Release 0.4.5

04 Sep 15:49
fe72f04
Compare
Choose a tag to compare

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

27 Jun 11:48
0afa52e
Compare
Choose a tag to compare

The table definitions were updated. Some manual bug fixes for new tables were realized.

A new dataset

06 Jun 07:26
9bf991d
Compare
Choose a tag to compare

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

15 May 17:57
Compare
Choose a tag to compare

Table additions for various purposes

The great restructuring of the OEDB

17 Jan 20:24
19f95e6
Compare
Choose a tag to compare

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

08 Sep 12:55
Compare
Choose a tag to compare
Merge pull request #36 from openego/dev

Release v0.2.11

release v0.2.10.post1

31 Aug 11:33
Compare
Choose a tag to compare

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.