Compare commits

..

No commits in common. "ebf4db6bb0924e8e31470c2705f5b10dbd300590" and "7bc8a845abc30904923bab2822493e8c8c15eaff" have entirely different histories.

2 changed files with 2 additions and 17 deletions

View file

@ -1,21 +1,6 @@
# humidity: Change Log
## 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
## Releae 0.1.0 12<sup>th</sup> August 2026
Initial release.

View file

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