Skip to content

Releases: kipe/nordpool

0.4.3

04 Nov 08:27
Compare
Choose a tag to compare

What's Changed

  • Re-add support for Python 3.9, as it still receives security updates by @kipe in #54
  • Removes Elbas, as it has been broken for quite a while
  • Adds __version__ for checking the library version. Usage: python3 -c "import nordpool; print(nordpool.__version__)"
  • Re-adds Coveralls for reporting test coverage

Full Changelog: 0.4.2...0.4.3

0.4.2

16 Oct 07:34
Compare
Choose a tag to compare

What's Changed

  • API returns 204 when no data is available by @jschlyter in #43
  • Use correct currency when fetching prices by @jschlyter in #45
  • Add tests for currency change and prices being not available by @kipe in #47
  • Update installation instructions to use PyPi by @kipe in #48

Full Changelog: 0.4.1...0.4.2

0.4.1 - Bugfix to accidental data format change in 0.4.0

15 Oct 19:53
99d3295
Compare
Choose a tag to compare

What's Changed

  • Bugfix to accidental data format change in 0.4.0 by @kipe in #40

Full Changelog: 0.4.0...0.4.1

0.4.0 - Fix fetching prices

15 Oct 18:55
4ac97e7
Compare
Choose a tag to compare

What's Changed

  • Fix price fetching by @kipe in #37
  • Switches to use poetry and adds tests

Full Changelog: 0.3.3...0.4.0

0.3.3

11 Aug 13:59
75b4cb0
Compare
Choose a tag to compare
  • Updated split of r['name'] #24
  • Added timeout param to Prices #23

0.3.2

12 Feb 16:16
8998037
Compare
Choose a tag to compare
  • Raise exception if returned currency doesn't match the requested

0.3.1

28 Dec 14:53
4832d65
Compare
Choose a tag to compare

This is just a maintenance release, fixing URLs and releasing package to PyPI via GitHub Actions.