Skip to content

Releases: mullenkamp/hilltop-py

2.3.1

26 Oct 20:51
abd46dc
Compare
Choose a tag to compare

Updated docstrings and removed a deprecated parameter from the web_service module.

2.3.0

25 Oct 20:15
ab2cfe9
Compare
Choose a tag to compare

Updated to the docs for the new version 2 Hilltop class.
Slight clean up and reorganisation of the code.

2.2.4

17 Aug 15:32
47adcd4
Compare
Choose a tag to compare

I had the sign wrong defining the new pydantic versions...

2.2.3

17 Aug 15:11
294f680
Compare
Choose a tag to compare
  • Constrained the pydantic package version to >2 due to breaking changes in version 2 #71
  • fixed #70
  • Added kwargs passing to the requests module due to issues with poor ssl certificates from some RCs

2.2.2

01 May 07:56
df3d747
Compare
Choose a tag to compare

Yet another minor fix to a weird gauging results response...Hilltop allows too much flexibility...

2.2.1

01 May 06:54
8e5a853
Compare
Choose a tag to compare

Minor fix to rare gauging results that return floats instead of the normal ints.

No more lower case Measurement Names

12 Aug 17:08
59a047a
Compare
Choose a tag to compare

The Measurement Names are now back to the values directly returned by the "RequestAs" field from Hilltop. Internally, all measurement name checks are still performed as lower case since Hilltop is not case sensitive.
See #62

Added Hilltop class

27 Jul 09:10
2a80c27
Compare
Choose a tag to compare

A new Hilltop class has been added to make the function calls easier and adds more internal checks.
This should be the standard access method from now on. Eventually I'll deprecate the old web_service.py functions.
Other bug fixes have been made which where due to poor assumptions on my part.

using requests

12 Jul 04:17
fbbccaa
Compare
Choose a tag to compare

urllib has been replaced with requests (to deal with https better). And a couple of bug fixes and doc updates.

version 2

30 Jun 08:21
332ea95
Compare
Choose a tag to compare

Major update and rewrite of many functions. Consequently, some functions have been removed.