-
Notifications
You must be signed in to change notification settings - Fork 133
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
Serialization Refactor #4162
Draft
antonydellavecchia
wants to merge
48
commits into
master
Choose a base branch
from
adv/ipc-serialize
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Draft
Serialization Refactor #4162
Changes from 21 commits
Commits
Show all changes
48 commits
Select commit
Hold shift + click to select a range
45d3516
some progress on simplifying ref handling in IPC Serialization
antonydellavecchia 3e62a1b
some progress
antonydellavecchia 8d76aab
moving things around
antonydellavecchia 94587e3
type params function
antonydellavecchia e4c5bae
some progress on refactoring
antonydellavecchia 1dfd391
some progress
antonydellavecchia c1cbd72
more progress
antonydellavecchia 12eb6ef
almost completed uni variate polynomials
antonydellavecchia 84c46e6
uni vairate polynomials serialization passing
antonydellavecchia e35b665
MPolyRing tests passing
antonydellavecchia 4537cf0
moving things around
antonydellavecchia eb3c734
grading needs containers
antonydellavecchia a94c566
not sure where i left this
antonydellavecchia 72a96cf
new load_type_params
antonydellavecchia 5e06a82
bug with julia 1.11.1
antonydellavecchia 4cbaee4
vectors + polynomials working
antonydellavecchia 7255064
some progress on tuples
antonydellavecchia b41dee5
reworking save_type_params
antonydellavecchia d758fad
tidying
antonydellavecchia f61ecd1
dicts working
antonydellavecchia 66a5f2e
containers completed, need some upgrades though
antonydellavecchia 32bb5ee
tidying
antonydellavecchia 47e3f3f
broke everything
antonydellavecchia d971bb5
fixed containers and polynomials
antonydellavecchia beea514
some issues with field embeddings
antonydellavecchia b6f35d3
fields tests working now
antonydellavecchia 4b37896
algebras working
antonydellavecchia 0b0d1de
started on groups
antonydellavecchia 62b1bbc
Merge branch 'master' into adv/ipc-serialize
antonydellavecchia 0324e87
fix, inconsistencies from merge
antonydellavecchia 98fc56d
crawling through groups
antonydellavecchia 49b0768
matrices working
antonydellavecchia a26a575
MPolyMap Working
antonydellavecchia f539b16
some progress on polyhedral objects
antonydellavecchia 5404f73
adjust GAP serialization to the refactoring
ThomasBreuer 0bb0cc7
GAP object serialization working
antonydellavecchia 336c350
groups working
antonydellavecchia d322733
removed false kwarg in docs
antonydellavecchia af036e9
Lie Theory serialization working
antonydellavecchia 215e946
stuck on regression in polyhedral
antonydellavecchia 4ded0c1
simplify type_params
antonydellavecchia 0efc726
fields working
antonydellavecchia a69c0d4
back to polyhedral
antonydellavecchia faa656b
graded ring working
antonydellavecchia 81cb2e8
sets not passing yet
antonydellavecchia 4ee31af
started to change docs a bit
antonydellavecchia 0fd56a2
fix some set tests
antonydellavecchia 54ce61d
progress on polyhedral objects
antonydellavecchia 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
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.
is this maybe a conflict resolution artifact? it does not match the signature of the function this docstring is attached to