Skip to content

Commit 35520e5

Browse files
committed
Bump version
1 parent 260b0eb commit 35520e5

10 files changed

+7
-7
lines changed

Project.toml

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "TableTransforms"
22
uuid = "0d432bfd-3ee1-4ac1-886a-39f05cc69a3e"
33
authors = ["Júlio Hoffimann <[email protected]> and contributors"]
4-
version = "1.9.1"
4+
version = "1.9.2"
55

66
[deps]
77
AbstractTrees = "1520ce14-60c1-5f80-bbc7-55ef81b5835c"
@@ -22,10 +22,10 @@ TransformsBase = "28dd2a49-a57a-4bfb-84ca-1a49db9b96b8"
2222
AbstractTrees = "0.4"
2323
CategoricalArrays = "0.10"
2424
Distributions = "0.25"
25-
NelderMead = "0.4.0"
26-
PrettyTables = "1.3, 2"
27-
ScientificTypes = "2.3, 3.0"
28-
StatsBase = "0.33"
25+
NelderMead = "0.4"
26+
PrettyTables = "2"
27+
ScientificTypes = "3.0"
28+
StatsBase = "0.33, 0.34"
2929
Tables = "1.6"
3030
Transducers = "0.4"
3131
TransformsBase = "0.1"

test/Project.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@ Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
1616
TypedTables = "9d95f2ec-7b3d-5a63-8d20-e2491e220bb9"
1717

1818
[compat]
19-
GR = "=0.72.4"
19+
GR = "=0.72.7"
2020
PairPlots = "=0.6.0"
21-
Plots = "=1.38.12"
21+
Plots = "=1.38.16"

test/data/center.png

27.2 KB
Loading

test/data/eigenanalysis-1.png

15.6 KB
Loading

test/data/eigenanalysis-2.png

28.3 KB
Loading

test/data/projectionpursuit-1.png

23.2 KB
Loading

test/data/projectionpursuit-2.png

44.8 KB
Loading

test/data/projectionpursuit-3.png

7.26 KB
Loading

test/data/scale.png

27.2 KB
Loading

test/data/zscore.png

14.9 KB
Loading

0 commit comments

Comments
 (0)