Commit graph

21 commits

Author SHA1 Message Date
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
7bc8a845ab Tweaking of README, intro, and tests. 2026-08-14 13:10:12 +01:00
a377b3a845 Added validation. 2026-08-14 12:02:20 +01:00
8a7202f57d Regularised names of namespaces, variables and functions. All tests pass. 2026-08-14 10:43:30 +01:00
4c462aa508 Added a notebook exploring humidity on June 26th this year. 2026-08-13 17:29:25 +01:00
d9c8b5cbc3 Created 'develop' branch; upversioned to 0.1.1-SNAPSHOT 2026-08-12 21:20:55 +01:00
be850b8111 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:42:26 +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
970a320a84 Added dew point; implemented actual vapour pressure, but don't have test data. 2026-08-12 13:02:43 +01:00
ce32cd285e Added volume. 2026-08-12 11:52:38 +01:00
115e3d65b5 fleshed out the README a bit more. 2026-08-11 19:53:37 +01:00
507a365682 Tidied up documentation. This is more or less ready for others to play with. 2026-08-11 19:21:08 +01:00
91343b9c10 Regularised the calling signature of the calculator functions. 2026-08-11 18:38:35 +01:00
37689df3e2 I'm starting to hate the zed editor! Messups fixed, all tests again pass. 2026-08-11 18:13:20 +01:00
be68481d06 Relative humidity now calculated (apparently) correctly. 2026-08-11 17:55:03 +01:00
d679bcf781 More progress... but more things I need to calculate that I don't yet know how. 2026-08-11 13:59:22 +01:00
ccfc47eb79 Now with (apparently) working absolute humidity 2026-08-11 10:41:58 +01:00
3874a37a86 I have not yet got the overall architecture right, but the functions are
beginning to work.
2026-08-09 13:32:32 +01:00
691852d830 Initial commit 2026-08-08 14:33:32 +00:00