Skip to content

Commit 507d9fe

Browse files
authored
Condensate of PrettyTable 2.4 enough for the GMT.jl needs. (#1795)
* Add local pretty tables tests * Condensate of PrettyTable 2.4 enough for the GMT.jl needs. With this step we drop several dependencies, escape the PT V3 transition and improve load times as well as GMT.jl precompiled cache.
1 parent 98452ad commit 507d9fe

11 files changed

Lines changed: 4667 additions & 9 deletions

Project.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ authors = ["Joaquim Luis <jluis@ualg.pt>"]
44
version = "1.32.0"
55

66
[deps]
7-
PrettyTables = "08abe8d2-0d0c-5749-adfa-8a2ac140af0d"
7+
#PrettyTables = "08abe8d2-0d0c-5749-adfa-8a2ac140af0d"
88
Tables = "bd369af6-aec1-5ad0-b16a-f7cc5008161c"
99
Dates = "ade2ca70-3891-5945-98fb-dc099432e06a"
1010
Downloads = "f43a241f-c20a-4ad4-852c-f6b1247861c6"
@@ -33,7 +33,7 @@ GMTExcelExt = "XLSX"
3333

3434
[compat]
3535
Tables = "1"
36-
PrettyTables = "1, 2"
36+
#PrettyTables = "2"
3737
PrecompileTools = "1.0"
3838
GDAL_jll = "302.1000,303.1100"
3939
DataFrames = "1.6.0"

src/GMT.jl

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ module GMT
22

33
using Printf, Dates, Statistics, Downloads, SparseArrays
44
using Tables: Tables
5-
using PrettyTables
5+
#using PrettyTables
66
using PrecompileTools
77
using LinearAlgebra
88
using InteractiveUtils
@@ -322,6 +322,7 @@ include("splitxyz.jl")
322322
include("streamlines.jl")
323323
include("surface.jl")
324324
include("subplot.jl")
325+
include("PrettyTables.jl")
325326
include("show_pretty_datasets.jl")
326327
include("solids.jl")
327328
include("statplots.jl")

0 commit comments

Comments
 (0)