Releases: openego/ego.io
Releases · openego/ego.io
release v0.2.10
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.
Version working with dp v0.2 release
v0.2.0 Merge branch 'dev' to 'master' for v0.2 release - this time for real
Streamline package name
v0.0.2 Avoid package name conflicts
First release
This release intends to provide a basis for first release of dingo
Align release number
v0.0.1rc7 No version specification for SQLAlchemy
Fixed dependency version specification
v0.0.1rc6 No version specification for SQLAlchemy
Fix extras require
v0.0.1rc5 Correct extras_require
Fixed dependencies
see v0.0.1rc3 and older.
Updated package dependencies
Missing package dependencies of v0.0.1rc1 contained in this version.
Updated version for data processing v0.1
This version of ego.io comes with extended and updated ORM table definition. This version is suitable to run data processing in version 0.1.