Skip to content

Commit 82effef

Browse files
update
1 parent bc683da commit 82effef

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Project.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ uuid = "85f8d34a-cbdd-5861-8df4-14fed0d494ab"
33
keywords = ["netcdf", "climate and forecast conventions", "oceanography", "meteorology", "climatology", "opendap"]
44
license = "MIT"
55
desc = "Load and create NetCDF files in Julia"
6-
version = "0.14.0"
6+
version = "0.14.1"
77

88
[deps]
99
CFTime = "179af706-886a-5703-950a-314cd64e0468"

docs/src/other.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -277,7 +277,7 @@ Float32(16_777_217) == 16_777_217 # false
277277
Float64(9_007_199_254_740_993) == 9_007_199_254_740_993 # false
278278
```
279279

280-
`NaN` should be used for an array of dates, character or strings as it will result in an array with the element type `Any` following julia's promotion rules.
280+
`NaN` should not be used for an array of dates, character or strings as it will result in an array with the element type `Any` following julia's promotion rules.
281281
The use of `missing` as fill value, is thus preferable in the general case.
282282

283283

0 commit comments

Comments
 (0)