-
-
Notifications
You must be signed in to change notification settings - Fork 47
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #144 from JuliaSymbolics/2.0.0-DEV
Version 2.0.0
- Loading branch information
Showing
103 changed files
with
4,806 additions
and
6,525 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 |
---|---|---|
@@ -0,0 +1,21 @@ | ||
indent = 2 | ||
margin = 120 | ||
always_for_in = true | ||
whitespace_typedefs = false | ||
whitespace_ops_in_indices = true | ||
remove_extra_newlines = false | ||
import_to_using = false | ||
pipe_to_function_call = false | ||
short_to_long_function_def = false | ||
always_use_return = false | ||
whitespace_in_kwargs = true | ||
annotate_untyped_fields_with_any = false | ||
format_docstrings = false | ||
align_struct_field = true | ||
align_conditional = true | ||
align_assignment = true | ||
align_pair_arrow = true | ||
conditional_to_if = false | ||
normalize_line_endings = "auto" | ||
align_matrix = false | ||
trailing_comma = true |
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 |
---|---|---|
@@ -0,0 +1,26 @@ | ||
name: CompatHelper | ||
|
||
on: | ||
schedule: | ||
- cron: '00 * * * *' | ||
issues: | ||
types: [opened, reopened] | ||
|
||
jobs: | ||
build: | ||
runs-on: ${{ matrix.os }} | ||
strategy: | ||
matrix: | ||
julia-version: [1] | ||
julia-arch: [x86] | ||
os: [ubuntu-latest] | ||
steps: | ||
- uses: julia-actions/setup-julia@latest | ||
with: | ||
version: ${{ matrix.julia-version }} | ||
- name: Pkg.add("CompatHelper") | ||
run: julia -e 'using Pkg; Pkg.add("CompatHelper")' | ||
- name: CompatHelper.main() | ||
env: | ||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} | ||
run: julia -e 'using CompatHelper; CompatHelper.main()' |
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,35 +1,30 @@ | ||
name = "Metatheory" | ||
uuid = "e9d8d322-4543-424a-9be4-0cc815abe26c" | ||
authors = ["Alessandro Cheli - 0x0f0f0f <[email protected]>"] | ||
version = "1.3.5" | ||
version = "2.0.0" | ||
|
||
[deps] | ||
AutoHashEquals = "15f4f7f2-30c1-5605-9d31-71845cf9641f" | ||
DataStructures = "864edb3b-99cc-5e75-8d2d-829cb0a9cfe8" | ||
Dates = "ade2ca70-3891-5945-98fb-dc099432e06a" | ||
DocStringExtensions = "ffbed154-4ef7-542d-bbb7-c09d3a79fcae" | ||
Parameters = "d96e819e-fc66-5662-9728-84c9c7592b0a" | ||
Reexport = "189a3867-3050-52da-a836-e630ba90ab69" | ||
TermInterface = "8ea1fca8-c5ef-4a55-8b96-4e9afe9c9a3c" | ||
ThreadsX = "ac1d9e8a-700a-412c-b207-f0111f4b6c0d" | ||
TimerOutputs = "a759f4b9-e2f1-59dc-863e-4aeb61b1ea8f" | ||
|
||
[compat] | ||
AutoHashEquals = "0.2.0" | ||
DataStructures = "0.18.9" | ||
DocStringExtensions = "0.8, 0.9" | ||
Parameters = "0.12" | ||
Reexport = "0.2, 1" | ||
TermInterface = "0.2.3" | ||
ThreadsX = "0.1.7" | ||
TermInterface = "0.3.3" | ||
TimerOutputs = "0.5" | ||
julia = "1" | ||
julia = "1.8" | ||
|
||
[extras] | ||
Calculus = "49dc2e85-a5d0-5ad3-a950-438e2897f1b9" | ||
Catlab = "134e5e36-593f-5add-ad60-77f754baafbe" | ||
Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4" | ||
Literate = "98b081ad-f1c9-55d3-8b20-4c87d4299306" | ||
SafeTestsets = "1bc83da4-3b8d-516f-aca4-4fe02f6d838f" | ||
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40" | ||
|
||
[targets] | ||
test = ["Test", "Calculus", "Catlab", "SafeTestsets"] | ||
test = ["Test", "Documenter", "SafeTestsets", "Literate"] |
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.
2788404
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
Release notes:
Second stable version is out:
EGraphs.egraph_reconstruct_expression
2788404
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/76683
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: