Skip to content

Commit 0312bbd

Browse files
New version: Rembus v0.4.0 (#117488)
UUID: aa126574-2ec3-42c9-8bf5-7f62001d6bce Repo: https://github.com/cardo-org/Rembus.jl.git Tree: d9dc20dd515ff22bd5406591dbc61893db8ddec4 Registrator tree SHA: 17aec322677d9b81cdd6b9b9236b09a3f1374c6a
1 parent b9fc3df commit 0312bbd

File tree

3 files changed

+21
-3
lines changed

3 files changed

+21
-3
lines changed

R/Rembus/Compat.toml

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
[0]
22
ArgParse = "1"
33
Arrow = "2"
4-
CSV = "0.10"
54
DataFrames = "1"
65
DataStructures = "0.18"
76
DocStringExtensions = "0.9"
@@ -19,5 +18,14 @@ julia = "1.10.0-1"
1918
["0-0.1"]
2019
Visor = "0.6"
2120

22-
["0.2-0"]
21+
["0-0.3"]
22+
CSV = "0.10"
23+
24+
["0.2-0.3"]
2325
Visor = "0.6.1-0.6"
26+
27+
["0.4-0"]
28+
DuckDB = "1"
29+
JSONTables = "1"
30+
Parquet = "0.8"
31+
Visor = "0.7.1-0.7"

R/Rembus/Deps.toml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
ArgParse = "c7e460c6-2fb9-53a9-8c5b-16f535851c63"
33
Arrow = "69666777-d1a9-59fb-9406-91d4454c9d45"
44
Base64 = "2a0f44e3-6c83-55bd-87e4-b1978d98bd5f"
5-
CSV = "336ed68f-0bac-5ca0-87d4-7b16caf5d00b"
65
DataFrames = "a93c6f00-e57d-5684-b7b6-d8193f3e46c0"
76
DataStructures = "864edb3b-99cc-5e75-8d2d-829cb0a9cfe8"
87
Dates = "ade2ca70-3891-5945-98fb-dc099432e06a"
@@ -25,3 +24,11 @@ URIs = "5c2747f8-b7ea-4ff2-ba2e-563bfd36b1d4"
2524
UUIDs = "cf7118a7-6976-5b1a-9a39-7adc72f591a4"
2625
Visor = "cf786855-3531-4b86-ba6e-3e33dce7dcdb"
2726
ZMQ = "c2297ded-f4af-51ae-bb23-16f91089e4e1"
27+
28+
["0-0.3"]
29+
CSV = "336ed68f-0bac-5ca0-87d4-7b16caf5d00b"
30+
31+
["0.4-0"]
32+
DuckDB = "d2f5444f-75bc-4fdf-ac35-56f514c445e1"
33+
JSONTables = "b9914132-a727-11e9-1322-f18e41205b0b"
34+
Parquet = "626c502c-15b0-58ad-a749-f091afb673ae"

R/Rembus/Versions.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,6 @@ git-tree-sha1 = "4803df7246476e3290ced673412820afedc59264"
99

1010
["0.3.0"]
1111
git-tree-sha1 = "e802d1b2f7c42f0af17dd0bbd0f5b075a7f797b4"
12+
13+
["0.4.0"]
14+
git-tree-sha1 = "d9dc20dd515ff22bd5406591dbc61893db8ddec4"

0 commit comments

Comments
 (0)