DimensionalData

← Back to package list

If you think that there is an error in how your package is being tested or represented, please file an issue at NewPkgEval.jl, making sure to read the FAQ first.

Results with Julia v1.2.0

Testing was successful. Last evaluation was ago and took 3 minutes, 16 seconds.

Click here to download the log file.

 Resolving package versions...
 Installed RecipesBase ───── v0.7.0
 Installed DimensionalData ─ v0.1.1
  Updating `~/.julia/environments/v1.2/Project.toml`
  [0703355e] + DimensionalData v0.1.1
  Updating `~/.julia/environments/v1.2/Manifest.toml`
  [0703355e] + DimensionalData v0.1.1
  [3cdcf5f2] + RecipesBase v0.7.0
  [8f399da3] + Libdl 
  [37e2e46d] + LinearAlgebra 
  [9a3f8284] + Random 
  [9e88b42a] + Serialization 
  [2f01184e] + SparseArrays 
  [10745b16] + Statistics 
   Testing DimensionalData
 Resolving package versions...
 Installed Parsers ────────── v0.3.10
 Installed JSON ───────────── v0.21.0
 Installed ConstructionBase ─ v1.0.0
 Installed Unitful ────────── v0.18.0
 Installed BenchmarkTools ─── v0.4.3
    Status `/tmp/jl_JyHUFV/Manifest.toml`
  [6e4b80f9] BenchmarkTools v0.4.3
  [187b0558] ConstructionBase v1.0.0
  [0703355e] DimensionalData v0.1.1
  [682c06a0] JSON v0.21.0
  [69de0a69] Parsers v0.3.10
  [3cdcf5f2] RecipesBase v0.7.0
  [1986cc42] Unitful v0.18.0
  [2a0f44e3] Base64  [`@stdlib/Base64`]
  [ade2ca70] Dates  [`@stdlib/Dates`]
  [8ba89e20] Distributed  [`@stdlib/Distributed`]
  [b77e0a4c] InteractiveUtils  [`@stdlib/InteractiveUtils`]
  [8f399da3] Libdl  [`@stdlib/Libdl`]
  [37e2e46d] LinearAlgebra  [`@stdlib/LinearAlgebra`]
  [56ddb016] Logging  [`@stdlib/Logging`]
  [d6f4376e] Markdown  [`@stdlib/Markdown`]
  [a63ad114] Mmap  [`@stdlib/Mmap`]
  [de0858da] Printf  [`@stdlib/Printf`]
  [9a3f8284] Random  [`@stdlib/Random`]
  [9e88b42a] Serialization  [`@stdlib/Serialization`]
  [6462fe0b] Sockets  [`@stdlib/Sockets`]
  [2f01184e] SparseArrays  [`@stdlib/SparseArrays`]
  [10745b16] Statistics  [`@stdlib/Statistics`]
  [8dfed614] Test  [`@stdlib/Test`]
  [4ec0a83e] Unicode  [`@stdlib/Unicode`]
(1, 3)


Performance of view()

Parent indices with Number
  10.736 ns (1 allocation: 48 bytes)
Dims with Number
  37.933 ns (2 allocations: 80 bytes)

Parent indices with Colon
  12.061 ns (1 allocation: 48 bytes)
Dims with Colon
  35.371 ns (2 allocations: 128 bytes)

Parent indices with UnitRange
  15.950 ns (1 allocation: 64 bytes)
Dims with UnitRange
  41.623 ns (2 allocations: 144 bytes)


Performance of getindex()

Parent indices with Number
  2.496 ns (0 allocations: 0 bytes)
Dims with Number
  2.476 ns (0 allocations: 0 bytes)

Parent indices with Colon
  18.771 μs (2 allocations: 39.14 KiB)
Dims with Colon
  21.652 μs (3 allocations: 39.22 KiB)

Parent indices with UnitRange
  2.843 μs (1 allocation: 5.00 KiB)
Dims with UnitRange
  2.508 μs (2 allocations: 5.08 KiB)


eachslice: normal, numbers + rebuild, dims + rebuild
  395.435 ns (3 allocations: 64 bytes)
  317.381 ns (3 allocations: 64 bytes)
  1.120 μs (3 allocations: 64 bytes)
eachslice to vector: normal, numbers + rebuild, dims + rebuild
  839.723 ns (9 allocations: 448 bytes)
  929.063 ns (13 allocations: 832 bytes)
  1.672 μs (13 allocations: 832 bytes)


mean: normal, numbers + rebuild, dims + rebuild
  2.367 μs (14 allocations: 672 bytes)
  3.101 μs (15 allocations: 784 bytes)
  3.238 μs (15 allocations: 784 bytes)
permutedims: normal, numbers + rebuild, dims + rebuild
  400.055 ns (5 allocations: 832 bytes)
  1.376 μs (13 allocations: 1.50 KiB)
  480.821 ns (6 allocations: 944 bytes)
reverse: normal, numbers + rebuild, dims + rebuild
  322.048 ns (1 allocation: 576 bytes)
  297.833 ns (2 allocations: 688 bytes)
  1.651 μs (6 allocations: 944 bytes)
   Testing DimensionalData tests passed 

Results with Julia v1.3.0

Testing was successful. Last evaluation was ago and took 3 minutes, 14 seconds.

Click here to download the log file.

 Resolving package versions...
 Installed RecipesBase ───── v0.7.0
 Installed DimensionalData ─ v0.1.1
  Updating `~/.julia/environments/v1.3/Project.toml`
  [0703355e] + DimensionalData v0.1.1
  Updating `~/.julia/environments/v1.3/Manifest.toml`
  [0703355e] + DimensionalData v0.1.1
  [3cdcf5f2] + RecipesBase v0.7.0
  [8f399da3] + Libdl 
  [37e2e46d] + LinearAlgebra 
  [9a3f8284] + Random 
  [9e88b42a] + Serialization 
  [2f01184e] + SparseArrays 
  [10745b16] + Statistics 
   Testing DimensionalData
 Resolving package versions...
 Installed ConstructionBase ─ v1.0.0
 Installed Parsers ────────── v0.3.10
 Installed JSON ───────────── v0.21.0
 Installed Unitful ────────── v0.18.0
 Installed BenchmarkTools ─── v0.4.3
    Status `/tmp/jl_E88ttd/Manifest.toml`
  [6e4b80f9] BenchmarkTools v0.4.3
  [187b0558] ConstructionBase v1.0.0
  [0703355e] DimensionalData v0.1.1
  [682c06a0] JSON v0.21.0
  [69de0a69] Parsers v0.3.10
  [3cdcf5f2] RecipesBase v0.7.0
  [1986cc42] Unitful v0.18.0
  [2a0f44e3] Base64  [`@stdlib/Base64`]
  [ade2ca70] Dates  [`@stdlib/Dates`]
  [8ba89e20] Distributed  [`@stdlib/Distributed`]
  [b77e0a4c] InteractiveUtils  [`@stdlib/InteractiveUtils`]
  [8f399da3] Libdl  [`@stdlib/Libdl`]
  [37e2e46d] LinearAlgebra  [`@stdlib/LinearAlgebra`]
  [56ddb016] Logging  [`@stdlib/Logging`]
  [d6f4376e] Markdown  [`@stdlib/Markdown`]
  [a63ad114] Mmap  [`@stdlib/Mmap`]
  [de0858da] Printf  [`@stdlib/Printf`]
  [9a3f8284] Random  [`@stdlib/Random`]
  [9e88b42a] Serialization  [`@stdlib/Serialization`]
  [6462fe0b] Sockets  [`@stdlib/Sockets`]
  [2f01184e] SparseArrays  [`@stdlib/SparseArrays`]
  [10745b16] Statistics  [`@stdlib/Statistics`]
  [8dfed614] Test  [`@stdlib/Test`]
  [4ec0a83e] Unicode  [`@stdlib/Unicode`]
(1, 3)


Performance of view()

Parent indices with Number
  12.986 ns (1 allocation: 48 bytes)
Dims with Number
  38.623 ns (2 allocations: 80 bytes)

Parent indices with Colon
  15.604 ns (1 allocation: 48 bytes)
Dims with Colon
  39.829 ns (2 allocations: 128 bytes)

Parent indices with UnitRange
  15.697 ns (1 allocation: 64 bytes)
Dims with UnitRange
  43.671 ns (2 allocations: 144 bytes)


Performance of getindex()

Parent indices with Number
  2.879 ns (0 allocations: 0 bytes)
Dims with Number
  2.486 ns (0 allocations: 0 bytes)

Parent indices with Colon
  18.369 μs (2 allocations: 39.14 KiB)
Dims with Colon
  19.377 μs (3 allocations: 39.22 KiB)

Parent indices with UnitRange
  2.876 μs (1 allocation: 5.00 KiB)
Dims with UnitRange
  2.894 μs (2 allocations: 5.08 KiB)


eachslice: normal, numbers + rebuild, dims + rebuild
  322.551 ns (3 allocations: 64 bytes)
  430.274 ns (3 allocations: 64 bytes)
  1.119 μs (3 allocations: 64 bytes)
eachslice to vector: normal, numbers + rebuild, dims + rebuild
  787.633 ns (9 allocations: 448 bytes)
  898.600 ns (13 allocations: 832 bytes)
  1.706 μs (13 allocations: 832 bytes)


mean: normal, numbers + rebuild, dims + rebuild
  2.105 μs (14 allocations: 672 bytes)
  3.100 μs (15 allocations: 784 bytes)
  3.358 μs (15 allocations: 784 bytes)
permutedims: normal, numbers + rebuild, dims + rebuild
  408.904 ns (5 allocations: 832 bytes)
  1.065 μs (13 allocations: 1.50 KiB)
  473.903 ns (6 allocations: 944 bytes)
reverse: normal, numbers + rebuild, dims + rebuild
  321.439 ns (1 allocation: 576 bytes)
  353.448 ns (2 allocations: 688 bytes)
  1.399 μs (6 allocations: 944 bytes)
   Testing DimensionalData tests passed 

Results with Julia v1.3.1-pre-7704df0a5a

Testing was successful. Last evaluation was ago and took 3 minutes, 32 seconds.

Click here to download the log file.

 Resolving package versions...
 Installed RecipesBase ───── v0.7.0
 Installed DimensionalData ─ v0.1.1
  Updating `~/.julia/environments/v1.3/Project.toml`
  [0703355e] + DimensionalData v0.1.1
  Updating `~/.julia/environments/v1.3/Manifest.toml`
  [0703355e] + DimensionalData v0.1.1
  [3cdcf5f2] + RecipesBase v0.7.0
  [8f399da3] + Libdl 
  [37e2e46d] + LinearAlgebra 
  [9a3f8284] + Random 
  [9e88b42a] + Serialization 
  [2f01184e] + SparseArrays 
  [10745b16] + Statistics 
   Testing DimensionalData
 Resolving package versions...
 Installed Parsers ────────── v0.3.10
 Installed BenchmarkTools ─── v0.4.3
 Installed ConstructionBase ─ v1.0.0
 Installed JSON ───────────── v0.21.0
 Installed Unitful ────────── v0.18.0
    Status `/tmp/jl_G7uJkl/Manifest.toml`
  [6e4b80f9] BenchmarkTools v0.4.3
  [187b0558] ConstructionBase v1.0.0
  [0703355e] DimensionalData v0.1.1
  [682c06a0] JSON v0.21.0
  [69de0a69] Parsers v0.3.10
  [3cdcf5f2] RecipesBase v0.7.0
  [1986cc42] Unitful v0.18.0
  [2a0f44e3] Base64  [`@stdlib/Base64`]
  [ade2ca70] Dates  [`@stdlib/Dates`]
  [8ba89e20] Distributed  [`@stdlib/Distributed`]
  [b77e0a4c] InteractiveUtils  [`@stdlib/InteractiveUtils`]
  [8f399da3] Libdl  [`@stdlib/Libdl`]
  [37e2e46d] LinearAlgebra  [`@stdlib/LinearAlgebra`]
  [56ddb016] Logging  [`@stdlib/Logging`]
  [d6f4376e] Markdown  [`@stdlib/Markdown`]
  [a63ad114] Mmap  [`@stdlib/Mmap`]
  [de0858da] Printf  [`@stdlib/Printf`]
  [9a3f8284] Random  [`@stdlib/Random`]
  [9e88b42a] Serialization  [`@stdlib/Serialization`]
  [6462fe0b] Sockets  [`@stdlib/Sockets`]
  [2f01184e] SparseArrays  [`@stdlib/SparseArrays`]
  [10745b16] Statistics  [`@stdlib/Statistics`]
  [8dfed614] Test  [`@stdlib/Test`]
  [4ec0a83e] Unicode  [`@stdlib/Unicode`]
(1, 3)


Performance of view()

Parent indices with Number
  13.511 ns (1 allocation: 48 bytes)
Dims with Number
  35.835 ns (2 allocations: 80 bytes)

Parent indices with Colon
  13.068 ns (1 allocation: 48 bytes)
Dims with Colon
  32.472 ns (2 allocations: 128 bytes)

Parent indices with UnitRange
  14.391 ns (1 allocation: 64 bytes)
Dims with UnitRange
  44.649 ns (2 allocations: 144 bytes)


Performance of getindex()

Parent indices with Number
  2.923 ns (0 allocations: 0 bytes)
Dims with Number
  2.487 ns (0 allocations: 0 bytes)

Parent indices with Colon
  18.431 μs (2 allocations: 39.14 KiB)
Dims with Colon
  21.621 μs (3 allocations: 39.22 KiB)

Parent indices with UnitRange
  2.847 μs (1 allocation: 5.00 KiB)
Dims with UnitRange
  2.860 μs (2 allocations: 5.08 KiB)


eachslice: normal, numbers + rebuild, dims + rebuild
  402.603 ns (3 allocations: 64 bytes)
  312.452 ns (3 allocations: 64 bytes)
  1.117 μs (3 allocations: 64 bytes)
eachslice to vector: normal, numbers + rebuild, dims + rebuild
  764.309 ns (9 allocations: 448 bytes)
  890.786 ns (13 allocations: 832 bytes)
  1.612 μs (13 allocations: 832 bytes)


mean: normal, numbers + rebuild, dims + rebuild
  2.339 μs (14 allocations: 672 bytes)
  2.905 μs (15 allocations: 784 bytes)
  3.265 μs (15 allocations: 784 bytes)
permutedims: normal, numbers + rebuild, dims + rebuild
  394.060 ns (5 allocations: 832 bytes)
  1.446 μs (13 allocations: 1.50 KiB)
  356.097 ns (6 allocations: 944 bytes)
reverse: normal, numbers + rebuild, dims + rebuild
  319.381 ns (1 allocation: 576 bytes)
  365.053 ns (2 allocations: 688 bytes)
  1.355 μs (6 allocations: 944 bytes)
   Testing DimensionalData tests passed