Skip to content

Releases: timofurrer/w1thermsensor

Release v2.3.0

27 Sep 11:44
Compare
Choose a tag to compare
Release v2.3.0 Pre-release
Pre-release
release: v2.3.0

v2.0.0

25 Jan 13:22
Compare
Choose a tag to compare

Features

  • Refacor Sensor and Unit out of W1ThermSensor class.

    The Sensors are available in the Sensor enum:

    .. code-block:: python

    from w1thermsensor import Sensor
    
    print(Sensor.DS18B20)
    

    The Units are available in the Unit enum:

    .. code-block:: python

    from w1thermsensor import Unit
    
    print(Unit.DEGREES_F) (#0)
    
  • Add AsyncW1ThermSensor class to support asyncio interfaces. (#52)

  • added option to display resolution in cli ls command. (#86)

Deprecations and Removals

  • Drop Python 2 and Python 3.4 support. (#58)

  • Replace precision with resolution - in CLI and Python API. (#74)

Release v2.0.0a2

13 Sep 13:55
Compare
Choose a tag to compare
Release v2.0.0a2 Pre-release
Pre-release
release: v2.0.0a2

v1.0.5

14 Oct 05:26
904eb7f
Compare
Choose a tag to compare
release: 1.0.5

v1.0.4

15 Jun 16:09
56ddf2a
Compare
Choose a tag to compare
release: 1.0.4

v0.2.2

13 May 18:03
Compare
Choose a tag to compare
release 0.2.2