Skip to content
This repository has been archived by the owner on Feb 15, 2018. It is now read-only.

Releases: novalabsxyz/helium-python

0.6.0

10 Dec 15:35
Compare
Choose a tag to compare
add device, configuration and deviceconfiguration cupport (#20)

0.5.0: Remove meta.created and .updated datetime convesions

04 Dec 18:05
Compare
Choose a tag to compare
The automatic conversions of meta.created and meta.updated was
inconsistent with how we try to keep out of pro-actively converting
json data and was causing issues in downstream tools.

0.4.3

26 Nov 18:49
Compare
Choose a tag to compare
Add missing organization label relationship

0.4.2

23 Nov 19:17
Compare
Choose a tag to compare
Fix metadata update failure for org

0.4.1: Force response encoding when not present

19 Nov 04:39
Compare
Choose a tag to compare
This improves performance by a serious amount

0.4.0: Change create/update signatures

19 Nov 01:25
Compare
Choose a tag to compare
Resource and metadata creation and updating has changed to no longer take keyword arguments as the "dictionary" for attributes. They now take a attributes keyword argument that is a dictionary of the attributes.

This allows for (1) full string attribute keys and (2) additional arguments to those methods for needed arguments like relationships. See `Label.create` for an example

0.3.4

14 Nov 22:33
Compare
Choose a tag to compare
Add sensor_id to Datapoint

0.3.3

13 Nov 17:42
Compare
Choose a tag to compare
Release 0.3.3

0.3.2

10 Nov 19:20
Compare
Choose a tag to compare
Release 0.3.2

0.3.1

09 Nov 20:03
Compare
Choose a tag to compare
adding helium.adapter to packages(?)