-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Fix `show()` * test drive Table * Move arrayapi.jl * Add subset of branch interface * README and precompile * Settle with TypedTable for now
- Loading branch information
Showing
10 changed files
with
124 additions
and
153 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,36 +1,39 @@ | ||
name = "UnROOT" | ||
uuid = "3cd96dde-e98d-4713-81e9-a4a1b0235ce9" | ||
authors = ["Tamas Gal", "Jerry Ling"] | ||
version = "0.2.1" | ||
version = "0.2.2" | ||
|
||
[deps] | ||
CodecLz4 = "5ba52731-8f18-5e0d-9241-30f10d1ec561" | ||
CodecXz = "ba30903b-d9e8-5048-a5ec-d1f5b0d4b47b" | ||
CodecZlib = "944b1d66-785c-5afd-91f1-9de20f533193" | ||
CodecZstd = "6b39b394-51ab-5f42-8807-6242bab2b4c2" | ||
LRUCache = "8ac3fa9e-de4c-5943-b1dc-09c6b5f20637" | ||
MD5 = "6ac74813-4b46-53a4-afec-0b5dc9d7885c" | ||
Memoization = "6fafb56a-5788-4b4e-91ca-c0cea6611c73" | ||
Mixers = "2a8e4939-dab8-5edc-8f64-72a8776f13de" | ||
Parameters = "d96e819e-fc66-5662-9728-84c9c7592b0a" | ||
StaticArrays = "90137ffa-7385-5640-81b9-e52037218182" | ||
Tables = "bd369af6-aec1-5ad0-b16a-f7cc5008161c" | ||
TypedTables = "9d95f2ec-7b3d-5a63-8d20-e2491e220bb9" | ||
|
||
[compat] | ||
CodecLz4 = "^0.3.0, ^0.4.0" | ||
CodecXz = "^0.6.0, ^0.7.0" | ||
CodecZlib = "^0.6.0, ^0.7.0" | ||
CodecZstd = "^0.6.0, ^0.7.0" | ||
LRUCache = "^1.3.0" | ||
MD5 = "^0.2.1" | ||
Memoization = "^0.1.10" | ||
Mixers = "^0.1.0" | ||
Parameters = "^0.12.0" | ||
StaticArrays = "^0.12.0, ^1" | ||
Tables = "^1.0.0" | ||
TypedTables = "^1.0.0" | ||
julia = "1" | ||
|
||
[extras] | ||
MD5 = "6ac74813-4b46-53a4-afec-0b5dc9d7885c" | ||
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40" | ||
ThreadsX = "ac1d9e8a-700a-412c-b207-f0111f4b6c0d" | ||
|
||
[targets] | ||
test = ["Test", "ThreadsX"] | ||
test = ["Test", "ThreadsX", "MD5"] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
10388a9
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@JuliaRegistrator register
10388a9
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Registration pull request created: JuliaRegistries/General/40598
After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.
This will be done automatically if the Julia TagBot GitHub Action is installed, or can be done manually through the github interface, or via: