Skip to content

Latest commit

 

History

History
161 lines (84 loc) · 3.04 KB

CHANGELOG.md

File metadata and controls

161 lines (84 loc) · 3.04 KB

Changelog

All notable changes to this project will be documented in this file.

The format is inpired from Keep a Changelog and the versiong aim to respect Semantic Versioning.

Here is a template for new release sections

[X.X.X] XXXX-XX-XX

Added

Changed

Fixed

Documentation & GitHub Actions

  • Updated the documentation

Current development: You can copy this section if you want to create a new release version and insert it below.

[current]

Added

Changed

Fixed

Documentation & GitHub Actions

Releases:

[0.1.1] 2024-04-15

Added

Changed

Fixed

Documentation & GitHub Actions

  • Update GitHub pypi publish workflow

[0.1.0] 2024-04-15

Added

Changed

Fixed

  • The host URL for openenergyplatform.org has been corrected to prevent the request headers from being lost in an http-post request. Also introduced a new settings.py module for storing frequently used variables #49

Documentation & GitHub Actions

  • Add new GitHub workflows to automatically publish a pip package on GitHub release

[0.0.10] 2021-01-08

Added

  • Fixed CI integration

Changed

  • Adapted to modern SQLAlchemy

[0.0.7] 2020-09-24

Added

Changed

  • CHANGELOG.md
  • raised the minimum version of sqlalchemy >= 1.3.16
  • dialect.py, Ignores the "generated" argument in _get_column_info()

Fixed

  • Fixes (#35)

Removed

[Unreleased]

Added

  • CHANGELOG

Changed

  • updated link to the examples/tutorials (#24)

Removed

  • notebook example (#24)

[0.0.6] 2019-08-29

Added

  • test for executemany (c3b912)
  • handler for time interval(f3f28f)

Fixed

[0.0.5] 2019-02-08

No description

[0.0.4] 2018-10-29

No description

[0.0.3] 2018-09-20

Pre-release

[0.0.2] 2018-08-08

Update version number

[0.0.1] 2018-08-08

First alpha release