Skip to content

Commit a9f8250

Browse files
Merge #1110
1110: fix tests and new version r=CarloLucibello a=CarloLucibello Add to set the Boston Housing dataset tests as broken due to as SSL certificate expiration problem wich is not our fault Co-authored-by: Carlo Lucibello <carlo.lucibello@gmail.com>
2 parents 6b37ce3 + c54d71c commit a9f8250

File tree

5 files changed

+31
-68
lines changed

5 files changed

+31
-68
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ os:
77

88
julia:
99
- 1.3
10+
- 1
1011
- nightly
1112

1213
notifications:
@@ -15,7 +16,7 @@ notifications:
1516
jobs:
1617
include:
1718
- stage: "Documentation"
18-
julia: 1.3
19+
julia: 1
1920
os: linux
2021
script:
2122
- julia --project=docs/ -e 'using Pkg; Pkg.develop(PackageSpec(path=pwd()));

Manifest.toml

Lines changed: 23 additions & 62 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@ version = "1.0.1"
2020

2121
[[ArrayLayouts]]
2222
deps = ["FillArrays", "LinearAlgebra"]
23-
git-tree-sha1 = "bc779df8d73be70e4e05a63727d3a4dfb4c52b1f"
23+
git-tree-sha1 = "41956a49a8a4fefa1bf6664bca4a3035aba4c3a0"
2424
uuid = "4c555306-a7a7-4459-81d9-ec55ddd5c99a"
25-
version = "0.1.5"
25+
version = "0.2.3"
2626

2727
[[Base64]]
2828
uuid = "2a0f44e3-6c83-55bd-87e4-b1978d98bd5f"
@@ -52,9 +52,9 @@ version = "6.2.2"
5252

5353
[[CUDAnative]]
5454
deps = ["Adapt", "BinaryProvider", "CEnum", "CUDAapi", "CUDAdrv", "Cthulhu", "DataStructures", "InteractiveUtils", "LLVM", "Libdl", "MacroTools", "Pkg", "Printf", "TimerOutputs"]
55-
git-tree-sha1 = "4168c40ca3ff3475bc29a20a09ab7b910c4b8ef0"
55+
git-tree-sha1 = "d1fc99635d0002c8a819b78cb1f441eb44310725"
5656
uuid = "be33ccc6-a3ff-5ff2-a52e-74243cff1e17"
57-
version = "3.0.1"
57+
version = "3.0.2"
5858

5959
[[CodeTracking]]
6060
deps = ["InteractiveUtils", "UUIDs"]
@@ -86,23 +86,17 @@ git-tree-sha1 = "efdaf19ab11c7889334ca247ff4c9f7c322817b0"
8686
uuid = "bbf7d656-a473-5ed7-a52c-81e309532950"
8787
version = "0.2.0"
8888

89-
[[Compat]]
90-
deps = ["Base64", "Dates", "DelimitedFiles", "Distributed", "InteractiveUtils", "LibGit2", "Libdl", "LinearAlgebra", "Markdown", "Mmap", "Pkg", "Printf", "REPL", "Random", "Serialization", "SharedArrays", "Sockets", "SparseArrays", "Statistics", "Test", "UUIDs", "Unicode"]
91-
git-tree-sha1 = "ed2c4abadf84c53d9e58510b5fc48912c2336fbb"
92-
uuid = "34da2185-b29b-5c13-b0c7-acf172513d20"
93-
version = "2.2.0"
94-
9589
[[CompilerSupportLibraries_jll]]
9690
deps = ["Libdl", "Pkg"]
97-
git-tree-sha1 = "067567a322fe466c5ec8d01413eee7127bd11699"
91+
git-tree-sha1 = "7c4f882c41faa72118841185afc58a2eb00ef612"
9892
uuid = "e66e0078-7015-5450-92f7-15fbd957f2ae"
99-
version = "0.3.1+0"
93+
version = "0.3.3+0"
10094

10195
[[Cthulhu]]
102-
deps = ["CodeTracking", "InteractiveUtils", "TerminalMenus", "Unicode"]
103-
git-tree-sha1 = "5e0f928ccaab1fa2911fc4e204e8a6f5b0213eaf"
96+
deps = ["CodeTracking", "InteractiveUtils", "REPL", "Unicode"]
97+
git-tree-sha1 = "484790098c85c26f8e59051f8ff1a0745c034a7d"
10498
uuid = "f68482b8-f384-11e8-15f7-abe071a5a75f"
105-
version = "1.0.0"
99+
version = "1.0.1"
106100

107101
[[CuArrays]]
108102
deps = ["AbstractFFTs", "Adapt", "CEnum", "CUDAapi", "CUDAdrv", "CUDAnative", "DataStructures", "GPUArrays", "Libdl", "LinearAlgebra", "MacroTools", "NNlib", "Pkg", "Printf", "Random", "Reexport", "Requires", "SparseArrays", "Statistics", "TimerOutputs"]
@@ -117,9 +111,9 @@ version = "1.1.0"
117111

118112
[[DataStructures]]
119113
deps = ["InteractiveUtils", "OrderedCollections"]
120-
git-tree-sha1 = "5a431d46abf2ef2a4d5d00bd0ae61f651cf854c8"
114+
git-tree-sha1 = "73eb18320fe3ba58790c8b8f6f89420f0a622773"
121115
uuid = "864edb3b-99cc-5e75-8d2d-829cb0a9cfe8"
122-
version = "0.17.10"
116+
version = "0.17.11"
123117

124118
[[Dates]]
125119
deps = ["Printf"]
@@ -145,23 +139,11 @@ version = "1.0.1"
145139
deps = ["Random", "Serialization", "Sockets"]
146140
uuid = "8ba89e20-285c-5b6f-9357-94700520ee1b"
147141

148-
[[FFTW]]
149-
deps = ["AbstractFFTs", "FFTW_jll", "IntelOpenMP_jll", "Libdl", "LinearAlgebra", "MKL_jll", "Reexport"]
150-
git-tree-sha1 = "109d82fa4b00429f9afcce873e9f746f11f018d3"
151-
uuid = "7a1cc6ca-52ef-59f5-83cd-3a7055c09341"
152-
version = "1.2.0"
153-
154-
[[FFTW_jll]]
155-
deps = ["Libdl", "Pkg"]
156-
git-tree-sha1 = "ddb57f4cf125243b4aa4908c94d73a805f3cbf2c"
157-
uuid = "f5851436-0d7a-5f13-b9de-f02708fd171a"
158-
version = "3.3.9+4"
159-
160142
[[FillArrays]]
161143
deps = ["LinearAlgebra", "Random", "SparseArrays"]
162-
git-tree-sha1 = "85c6b57e2680fa28d5c8adc798967377646fbf66"
144+
git-tree-sha1 = "51cc2f9bc4eb9c6c0e81ec2f779d1085583cc956"
163145
uuid = "1a297f60-69ca-5386-bcde-b61e274b549b"
164-
version = "0.8.5"
146+
version = "0.8.7"
165147

166148
[[FixedPointNumbers]]
167149
git-tree-sha1 = "3ba9ea634d4c8b289d590403b4a06f8e227a6238"
@@ -170,9 +152,9 @@ version = "0.8.0"
170152

171153
[[ForwardDiff]]
172154
deps = ["CommonSubexpressions", "DiffResults", "DiffRules", "NaNMath", "Random", "SpecialFunctions", "StaticArrays"]
173-
git-tree-sha1 = "88b082d492be6b63f967b6c96b352e25ced1a34c"
155+
git-tree-sha1 = "869540e4367122fbffaace383a5bdc34d6e5e5ac"
174156
uuid = "f6369f11-7733-5829-9624-2563aa707210"
175-
version = "0.10.9"
157+
version = "0.10.10"
176158

177159
[[GPUArrays]]
178160
deps = ["AbstractFFTs", "Adapt", "LinearAlgebra", "Printf", "Random", "Serialization"]
@@ -186,12 +168,6 @@ git-tree-sha1 = "1a4355e4b5b50be2311ebb644f34f3306dbd0410"
186168
uuid = "7869d1d1-7146-5819-86e3-90919afe41df"
187169
version = "0.3.1"
188170

189-
[[IntelOpenMP_jll]]
190-
deps = ["Libdl", "Pkg"]
191-
git-tree-sha1 = "fb8e1c7a5594ba56f9011310790e03b5384998d6"
192-
uuid = "1d5cc7b8-4909-519e-a0f8-d0f5ad9712d0"
193-
version = "2018.0.3+0"
194-
195171
[[InteractiveUtils]]
196172
deps = ["Markdown"]
197173
uuid = "b77e0a4c-d291-57a0-90e8-8db25a27a240"
@@ -209,6 +185,7 @@ uuid = "929cbde3-209d-540e-8aea-75f648917ca0"
209185
version = "1.3.4"
210186

211187
[[LibGit2]]
188+
deps = ["Printf"]
212189
uuid = "76f85450-5226-5b5a-8eaa-529ad045b433"
213190

214191
[[Libdl]]
@@ -221,12 +198,6 @@ uuid = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
221198
[[Logging]]
222199
uuid = "56ddb016-857b-54e1-b83d-db4d58db5568"
223200

224-
[[MKL_jll]]
225-
deps = ["IntelOpenMP_jll", "Libdl", "Pkg"]
226-
git-tree-sha1 = "720629cc8cbd12c146ca01b661fd1a6cf66e2ff4"
227-
uuid = "856f044c-d86e-5d09-b602-aeab76dc8ba7"
228-
version = "2019.0.117+2"
229-
230201
[[MacroTools]]
231202
deps = ["Markdown", "Random"]
232203
git-tree-sha1 = "f7d2e3f654af75f01ec49be82c231c382214223a"
@@ -313,10 +284,6 @@ uuid = "ea8e919c-243c-51af-8825-aaa63cd721ce"
313284
[[Serialization]]
314285
uuid = "9e88b42a-f829-5b0c-bbe9-9e923198166b"
315286

316-
[[SharedArrays]]
317-
deps = ["Distributed", "Mmap", "Random", "Serialization"]
318-
uuid = "1a1011a3-84de-559e-8e89-a11a2f7dc383"
319-
320287
[[Sockets]]
321288
uuid = "6462fe0b-24de-5631-8697-dd941f90decc"
322289

@@ -348,15 +315,9 @@ uuid = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
348315

349316
[[StatsBase]]
350317
deps = ["DataAPI", "DataStructures", "LinearAlgebra", "Missings", "Printf", "Random", "SortingAlgorithms", "SparseArrays", "Statistics"]
351-
git-tree-sha1 = "19bfcb46245f69ff4013b3df3b977a289852c3a1"
318+
git-tree-sha1 = "a6102b1f364befdb05746f386b67c6b7e3262c45"
352319
uuid = "2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91"
353-
version = "0.32.2"
354-
355-
[[TerminalMenus]]
356-
deps = ["Compat", "REPL", "Test"]
357-
git-tree-sha1 = "9ae6ed0c94eee4d898e049820942af21daf15efc"
358-
uuid = "dc548174-15c3-5faf-af27-7997cfbde655"
359-
version = "0.1.0"
320+
version = "0.33.0"
360321

361322
[[Test]]
362323
deps = ["Distributed", "InteractiveUtils", "Logging", "Random"]
@@ -389,15 +350,15 @@ version = "0.9.1"
389350

390351
[[Zlib_jll]]
391352
deps = ["Libdl", "Pkg"]
392-
git-tree-sha1 = "fd36a6739e256527287c5444960d0266712cd49e"
353+
git-tree-sha1 = "2f6c3e15e20e036ee0a0965879b31442b7ec50fa"
393354
uuid = "83775a58-1f1d-513f-b197-d71354ab007a"
394-
version = "1.2.11+8"
355+
version = "1.2.11+9"
395356

396357
[[Zygote]]
397-
deps = ["ArrayLayouts", "DiffRules", "FFTW", "FillArrays", "ForwardDiff", "IRTools", "InteractiveUtils", "LinearAlgebra", "MacroTools", "NNlib", "NaNMath", "Random", "Requires", "SpecialFunctions", "Statistics", "ZygoteRules"]
398-
git-tree-sha1 = "9688fce24bd8a9468fed12f3d5206099a39054dc"
358+
deps = ["AbstractFFTs", "ArrayLayouts", "DiffRules", "FillArrays", "ForwardDiff", "IRTools", "InteractiveUtils", "LinearAlgebra", "MacroTools", "NNlib", "NaNMath", "Random", "Requires", "SpecialFunctions", "Statistics", "ZygoteRules"]
359+
git-tree-sha1 = "1ccbfbe8930376e31752b812daa2532c723dc332"
399360
uuid = "e88e6eb3-aa80-5325-afca-941959d7151f"
400-
version = "0.4.12"
361+
version = "0.4.13"
401362

402363
[[ZygoteRules]]
403364
deps = ["MacroTools"]

Project.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name = "Flux"
22
uuid = "587475ba-b771-5e3f-ad9e-33799f191a9c"
3-
version = "0.10.3"
3+
version = "0.10.4"
44

55
[deps]
66
AbstractTrees = "1520ce14-60c1-5f80-bbc7-55ef81b5835c"
@@ -35,8 +35,8 @@ NNlib = "0.6"
3535
Reexport = "0.2"
3636
StatsBase = "0"
3737
ZipFile = "0.7, 0.8, 0.9"
38-
Zygote = "0.4"
39-
julia = "1"
38+
Zygote = "0.4.13"
39+
julia = "1.3"
4040

4141
[extras]
4242
Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4"

src/data/housing.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ function load()
5050
isfile(deps("housing.data")) && return
5151

5252
@info "Downloading the Boston housing Dataset"
53-
download_and_verify("$(cache_prefix)https://archive.ics.uci.edu/ml/machine-learning-databases/housing/housing.data",
53+
download_and_verify("$(cache_prefix)http://archive.ics.uci.edu/ml/machine-learning-databases/housing/housing.data",
5454
deps("housing.data"),
5555
"baadf72995725d76efe787b664e1f083388c79ba21ef9a7990d87f774184735a")
5656

test/data.jl

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,8 +76,9 @@ end
7676
@test size(Iris.labels()) == (150,)
7777
end
7878

79+
7980
@testset "Housing" begin
80-
@test Housing.features() isa Matrix
81+
@test Housing.features() isa Matrix # test broken due to SSL certifate expiration problem
8182
@test size(Housing.features()) == (506, 13)
8283

8384
@test Housing.targets() isa Array{Float64}

0 commit comments

Comments
 (0)