Compare commits

..

5 commits

Author SHA1 Message Date
ebf4db6bb0 Upversioned to 0.2.1-SNAPSHOT for further development. 2026-08-14 13:26:42 +01:00
91a2463dc1 Release 0.2.0 2026-08-14 13:20:57 +01:00
f8572b5b03 Merge branch 'develop' 2026-08-14 13:13:02 +01:00
ea50945c23 Merge branch 'main' of ssh://git.journeyman.cc:4022/simon/humidity 2026-08-14 13:12:38 +01:00
0e7ecdbb7b Initial release.
Computes:

1. :absolute-humidity
2. :actual-vapour-pressure
3. :dew-point-celsius
4. :pressure-millibars
5. :pressure-pascals
6. :relative-humidity
7. :saturation-vapour-pressure
8. :temperature-celsius
9. :temperature-kelvin
10. :volume
11. :wet-bulb-temperature
2026-08-12 14:26:24 +01:00
2 changed files with 17 additions and 2 deletions

View file

@ -1,6 +1,21 @@
# humidity: Change Log
## Releae 0.1.0 12<sup>th</sup> August 2026
## Release 0.2.0 14<sup>th</sup> August 2026
### Changes:
* Added a notebook exploring humidity on June 26th this year.
* Regularised names of namespaces, variables and functions.
* Added validation.
* Tweaking of README, intro, and tests.
### NOTE: Name changes
Although the key `resolution` API remains the same, there has been a wholesale
renaming of functions, keywords, namespaces, and variables in order to achieve
consistency; and consequently code written to 0.1.0 may have to be updated.
## Release 0.1.0 12<sup>th</sup> August 2026
Initial release.

View file

@ -1,4 +1,4 @@
(defproject humidity "0.1.1-SNAPSHOT"
(defproject humidity "0.2.1-SNAPSHOT"
:cloverage {:output "docs/humidity/cloverage"
:ns-exclude-regex [#"beowulf\.gendoc" #"beowulf\.scratch"]}
:codox {:metadata {:doc "**TODO**: write docs"