Skip to content

Releases: PrediktorAS/pyPrediktorMapClient

v0.6.8

10 May 10:52
ea6c28e
Compare
Choose a tag to compare

What's Changed

  • The version of pyPrediktorUtilities has been updated to 0.4.1.
  • Also, we no longer need to check if the loaded context class is a subclass of IDWH.

This is related to Pull Request:
#59

Full Changelog: v0.6.7...v0.6.8

You check the version released on PyPi - here

V0.6.7

03 May 11:47
1692135
Compare
Choose a tag to compare
  • Implementation of an authentication approach for making API requests. This enhancement provides secure access to the API endpoints, ensuring that only authorized requests are processed.
  • Added functionality to request raw historical data.

v0.6.6

02 Feb 08:41
65c652a
Compare
Choose a tag to compare

What's Changed

  • 1192 remove db class from pyprediktormapclient and use dwh from pyprediktorutilites by @pavel-tashev in #54

Full Changelog: v0.6.5...v0.6.6

v0.6.5

28 Nov 07:38
5afe9d9
Compare
Choose a tag to compare

Handle cases where the called stored procedure does not return results

v0.6.4

27 Nov 07:28
bdf5d23
Compare
Choose a tag to compare

Fix the execution of the query by passing the parameters instead of constructing query

v0.6.3

22 Nov 20:51
920f651
Compare
Choose a tag to compare

What's Changed

  • Implement automatic driver detection when initialising DWH. Unit test… by @pavel-tashev in #51

Full Changelog: v0.6.2...v0.6.3

v0.6.2

21 Nov 12:38
0c43f15
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.6.1...v0.6.2

v0.6.1

24 Oct 12:48
8ab8117
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.6.0...v0.6.1

v0.6.0

23 Oct 11:27
fecd1ca
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.5.1...v0.6.0

v0.5.1

22 Sep 12:04
7bae0d5
Compare
Choose a tag to compare

• Change to use AnyUrl instead of HttpUrl for supporting rest url without TLD by @jNormaster in #46