Skip to content

Commit 6582994

Browse files
authored
Merge pull request #245 from JuliaML/rm-geotables
Remove GeoTables.jl extension
2 parents 0a2db92 + 31c3938 commit 6582994

File tree

5 files changed

+2
-206
lines changed

5 files changed

+2
-206
lines changed

Project.toml

-9
Original file line numberDiff line numberDiff line change
@@ -22,24 +22,15 @@ Transducers = "28d57a85-8fef-5791-bfe6-a80928e7c999"
2222
TransformsBase = "28dd2a49-a57a-4bfb-84ca-1a49db9b96b8"
2323
Unitful = "1986cc42-f94f-5a68-af5c-568840ba703d"
2424

25-
[weakdeps]
26-
GeoTables = "e502b557-6362-48c1-8219-d30d308dcdb0"
27-
Meshes = "eacbb407-ea5a-433e-ab97-5258b1ca43fa"
28-
29-
[extensions]
30-
TableTransformsGeoTablesExt = ["GeoTables", "Meshes"]
31-
3225
[compat]
3326
AbstractTrees = "0.4"
3427
CategoricalArrays = "0.10"
3528
CoDa = "1.2"
3629
ColumnSelectors = "0.1"
3730
DataScienceTraits = "0.2"
3831
Distributions = "0.25"
39-
GeoTables = "1.9"
4032
InverseFunctions = "0.1"
4133
LinearAlgebra = "1.9"
42-
Meshes = "0.36"
4334
NelderMead = "0.4"
4435
PrettyTables = "2"
4536
Random = "1.9"

ext/TableTransformsGeoTablesExt.jl

-111
This file was deleted.

test/Project.toml

-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ CoDa = "5900dafe-f573-5c72-b367-76665857777b"
55
ColumnSelectors = "9cc86067-7e36-4c61-b350-1ac9833d277f"
66
DataScienceTraits = "6cb2f572-2d2b-4ba6-bdb3-e710fa044d6c"
77
Distributions = "31c24e10-a181-5473-b8eb-7969acd0382f"
8-
GeoTables = "e502b557-6362-48c1-8219-d30d308dcdb0"
98
ImageIO = "82e4d734-157c-48bb-816b-45c225c6df19"
109
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
1110
PairPlots = "43a3c2be-4208-490b-832a-a21dcd55d7da"

test/geotables.jl

-74
This file was deleted.

test/runtests.jl

+2-11
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ using TableTransforms
22
using CoDa
33
using Tables
44
using Unitful
5-
using GeoTables
65
using TypedTables
76
using CategoricalArrays
87
using LinearAlgebra
@@ -44,16 +43,8 @@ Polynomial(args::T...) where {T<:Real} = Polynomial(collect(args))
4443
include("metatable.jl")
4544

4645
# list of tests
47-
testfiles = [
48-
"distributions.jl",
49-
"assertions.jl",
50-
"tableselection.jl",
51-
"tablerows.jl",
52-
"transforms.jl",
53-
"metadata.jl",
54-
"shows.jl",
55-
"geotables.jl"
56-
]
46+
testfiles =
47+
["distributions.jl", "assertions.jl", "tableselection.jl", "tablerows.jl", "transforms.jl", "metadata.jl", "shows.jl"]
5748

5849
@testset "TableTransforms.jl" begin
5950
for testfile in testfiles

0 commit comments

Comments
 (0)