Releases: mullenkamp/hilltop-py
2.3.1
2.3.0
Updated to the docs for the new version 2 Hilltop class.
Slight clean up and reorganisation of the code.
2.2.4
I had the sign wrong defining the new pydantic versions...
2.2.3
2.2.2
Yet another minor fix to a weird gauging results response...Hilltop allows too much flexibility...
2.2.1
Minor fix to rare gauging results that return floats instead of the normal ints.
No more lower case Measurement Names
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
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
urllib has been replaced with requests (to deal with https better). And a couple of bug fixes and doc updates.
version 2
Major update and rewrite of many functions. Consequently, some functions have been removed.