Created 'develop' branch; upversioned to 0.1.1-SNAPSHOT
This commit is contained in:
parent
be850b8111
commit
d9c8b5cbc3
2 changed files with 8 additions and 2 deletions
|
|
@ -12,4 +12,8 @@ Computes:
|
||||||
4. :pressure-millibars
|
4. :pressure-millibars
|
||||||
5. :pressure-pascals
|
5. :pressure-pascals
|
||||||
6. :relative-humidity
|
6. :relative-humidity
|
||||||
7. :saturation-vapour-pressure :temperature-celsius :temperature-kelvin :volume
|
7. :saturation-vapour-pressure
|
||||||
|
8. :temperature-celsius
|
||||||
|
9. :temperature-kelvin
|
||||||
|
10. :volume
|
||||||
|
11. :wet-bulb-temperature
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
(defproject humidity "0.1.0"
|
(defproject humidity "0.1.1-SNAPSHOT"
|
||||||
:cloverage {:output "docs/cloverage"
|
:cloverage {:output "docs/cloverage"
|
||||||
:ns-exclude-regex [#"beowulf\.gendoc" #"beowulf\.scratch"]}
|
:ns-exclude-regex [#"beowulf\.gendoc" #"beowulf\.scratch"]}
|
||||||
:codox {:metadata {:doc "**TODO**: write docs"
|
:codox {:metadata {:doc "**TODO**: write docs"
|
||||||
|
|
@ -6,6 +6,8 @@
|
||||||
:output-path "docs/codox"
|
:output-path "docs/codox"
|
||||||
:source-uri "https://github.com/simon-brooke/humidity/blob/master/{filepath}#L{line}"}
|
:source-uri "https://github.com/simon-brooke/humidity/blob/master/{filepath}#L{line}"}
|
||||||
:dependencies [[org.clojure/clojure "1.12.5"]]
|
:dependencies [[org.clojure/clojure "1.12.5"]]
|
||||||
|
:deploy-repositories [["releases" :clojars]
|
||||||
|
["snapshots" :clojars]]
|
||||||
:description "Functions to compute relative humidity, absolute humidity, wet bulb
|
:description "Functions to compute relative humidity, absolute humidity, wet bulb
|
||||||
temperature, and other values related to humidity of air, given
|
temperature, and other values related to humidity of air, given
|
||||||
partial data."
|
partial data."
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue