-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* WIP * constructorof is in outer constructors expr block now * make sure constructionbase also does not need to be in scope * implement methods for 1.6 compat * Apply suggestions from code review Co-authored-by: Curtis Vogt <[email protected]> * permalink * compat bounds * bump version (patch) --------- Co-authored-by: Curtis Vogt <[email protected]>
- Loading branch information
1 parent
b0d44cc
commit 0d9ec27
Showing
4 changed files
with
76 additions
and
3 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,25 +1,31 @@ | ||
name = "Legolas" | ||
uuid = "741b9549-f6ed-4911-9fbf-4a1c0c97f0cd" | ||
authors = ["Beacon Biosignals, Inc."] | ||
version = "0.5.13" | ||
version = "0.5.14" | ||
|
||
[deps] | ||
Arrow = "69666777-d1a9-59fb-9406-91d4454c9d45" | ||
ConstructionBase = "187b0558-2788-49d3-abe0-74a17ed4e7c9" | ||
Tables = "bd369af6-aec1-5ad0-b16a-f7cc5008161c" | ||
UUIDs = "cf7118a7-6976-5b1a-9a39-7adc72f591a4" | ||
|
||
[compat] | ||
Accessors = "0.1" | ||
Aqua = "0.6" | ||
Arrow = "2" | ||
Compat = "3.34, 4" | ||
ConstructionBase = "1.5" | ||
DataFrames = "1" | ||
Tables = "1.4" | ||
julia = "1.6" | ||
|
||
[extras] | ||
Accessors = "7d9f7c33-5ae7-4f3b-8dc6-eff91059b697" | ||
Aqua = "4c88cf16-eb10-579e-8560-4a9242c79595" | ||
Compat = "34da2185-b29b-5c13-b0c7-acf172513d20" | ||
DataFrames = "a93c6f00-e57d-5684-b7b6-d8193f3e46c0" | ||
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40" | ||
UUIDs = "cf7118a7-6976-5b1a-9a39-7adc72f591a4" | ||
|
||
[targets] | ||
test = ["Compat", "DataFrames", "Test", "UUIDs"] | ||
test = ["Accessors", "Aqua", "Compat", "DataFrames", "Test", "UUIDs"] |
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
0d9ec27
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
0d9ec27
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/87752
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: