generated from AlgebraicJulia/AlgebraicTemplate.jl
-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Interop with SymbolicUtils #64
Merged
Merged
Changes from 1 commit
Commits
Show all changes
35 commits
Select commit
Hold shift + click to select a range
c2d64b5
symbolicutils interop
olynch c11d4dd
added spaces to the sorts of forms and vector fields
olynch 7de10e8
integrated changes to ThDEC with DecaSymbolic
olynch 5928cc7
added tests for decasymbolic, but needs wrinkles ironed out. musical …
quffaro d7d6a5b
reverted src/DiagX to restore exports and adding Project.toml
quffaro 2f79b0c
Merge remote-tracking branch 'origin/space-sorts' into symbolicutilsi…
quffaro a438192
updated code and tests after merge from space-sorts
quffaro 18a1585
review changes:
jpfairbanks 090ddfe
resolving some comments from code review.
quffaro d8be4ae
adding @alias and @register macros to make DecaSymbolic function work…
quffaro 77770e5
experimenting with a type-driven approach
quffaro 1fa477b
adding promote_symtype and addressing some of the code review comment…
quffaro 3b265ac
refactoring @operator to integrate with promote_symtype
quffaro 7f8597a
operator macro parses @rule but need to write tests and iron out rela…
quffaro 154e51f
rewriting just needs tests
quffaro 18bb71f
TST: add some klausmeier rewrites
jpfairbanks 4ba6dce
BUG: fix method shadowing for existing operators like +/-
jpfairbanks 82f65ce
added more tests, @operator macro is more flexible
quffaro e23459f
Merge pull request #73 from AlgebraicJulia/jpf/symbolictypes
quffaro e82e826
almost round-tripping in klausmeier. equations are not currently pass…
quffaro f32b3c0
Merge branch 'cm/symbolictypes' of github.com:AlgebraicJulia/Diagramm…
quffaro ecfa931
added rules function which dispatches on function symbol and the Val(…
quffaro 4603ed9
fixed docs for @operator, fixed Term
quffaro f2ef1d0
Merge pull request #71 from AlgebraicJulia/cm/symbolictypes
quffaro 5324de3
Loosened aqua tests
GeorgeR227 0a314a8
fixing bug where (+) always returns Scalar
quffaro 5d5c25d
Expression level rewriting (#69)
GeorgeR227 70a420d
added tests for errors and consolidated errors with George
quffaro 85572a4
Fixed hodge nameof and more tests
GeorgeR227 df41b18
Many more tests
GeorgeR227 6d1edf0
Merge branch 'main' into symbolicutilsinterop
jpfairbanks ccf0a79
More tests
GeorgeR227 467a93c
Remove unused functions
GeorgeR227 7c5155d
Fixed test in acset2symbolics
GeorgeR227 4f1f327
Added some improvements to naming
GeorgeR227 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
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,5 +1,5 @@ | ||
using Aqua, DiagrammaticEquations | ||
@testset "Code quality (Aqua.jl)" begin | ||
# TODO: fix ambiguities | ||
Aqua.test_all(DiagrammaticEquations, ambiguities=false, undefined_exports=false) | ||
Aqua.test_all(DiagrammaticEquations, ambiguities=false, undefined_exports=false, piracies=false) | ||
end |
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.
We should upstream this method JuliaSymbolics/SymbolicUtils.jl#650