Skip to content

Releases: RobTillaart/Temperature

0.4.1 release

19 Feb 09:53
19f3639

Choose a tag to compare

  • add set/getLeiden()
  • add set/getWedgwood()
  • update GitHub actions
  • update readme.md
  • minor edits

0.4.0 release

26 Jun 17:54
5853d66

Choose a tag to compare

  • add discomfortIndex
  • add example
  • update unit tests
  • update keywords.txt
  • update readme.md
  • minor edits

0.3.7 release

12 Nov 11:00
2b75e03

Choose a tag to compare

update readme.md (#21)

- update readme.md
- renamed TEMPERATURE_VERSION => TEMPERATURE_LIB_VERSION
- updated examples to show LIB version
- update keywords.txt
- minor edits

0.3.6 release

18 Feb 09:26
89155e6

Choose a tag to compare

add absoluteHumidity + boiling functions (#20)

- add **absoluteHumidity(TC, RH)** from relative humidity
- add **boilingFahrenheit(feet)** boiling temperature Fahrenheit at height in feet.
- add **boilingCelsius(meter)** boiling temperature Celsius at height in meter.
- add **boilingMeter(Celsius)** inverse function of above.
- add example
- update keywords.txt
- update readme.md
- update GitHub actions
- update license 2023
- minor edits

0.3.5 release

26 Nov 12:11
1c486ef

Choose a tag to compare

add RP2040 to build-CI (#18)

0.3.4 release

15 Apr 18:17
7591763

Choose a tag to compare

fix #16 split .h in .h and .cpp (#17)

* fix #16 split .h in .h and .cpp

0.3.3 release

09 Jan 19:33
5c2b9f5

Choose a tag to compare

improve windchill() and heatIndex() (#15)

* improve windchill() and heatIndex()

0.3.2 release

09 Jan 10:05
40883a0

Choose a tag to compare

add temperatureConvertor class (#14)

* add temperatureConvertor class
* add baroToSeaLevelC()

0.3.1 release

07 Jan 07:58
c45965e

Choose a tag to compare

fix adjustment (#12)

0.3.0 release

06 Jan 14:28
9354eab

Choose a tag to compare

Fixed heat index formula