-
-
Notifications
You must be signed in to change notification settings - Fork 66
OutputForm #1570
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
Closed
Closed
OutputForm #1570
Changes from 17 commits
Commits
Show all changes
126 commits
Select commit
Hold shift + click to select a range
a35983e
formatting OutputForm
mmatera 3b5a2ba
Merge branch 'master' into 1d_OutputForm
mmatera b5fd7da
Merge branch 'master' into 1d_OutputForm
mmatera 3932011
merge
mmatera b6d0de4
Merge branch 'master' into 1d_OutputForm
mmatera 1388dd5
fix typo
mmatera 89678aa
merge
mmatera 777b418
add Pane and PaneBox
mmatera 9bd5cad
improve Pane in mathml
mmatera d8b8bff
Merge remote-tracking branch 'origin/master' into Pane
mmatera 088e657
improve compatibility in OutputForm
mmatera 0e7a3a4
reduce trivial changes
mmatera c00f0dc
merge
mmatera 4cd237b
Update mathics/eval/makeboxes/makeboxes.py
mmatera 89f5063
Update mathics/eval/makeboxes/makeboxes.py
mmatera 1c8a7f7
Merge branch 'master' into 1d_OutputForm
mmatera 72eb41a
system symbols
mmatera b1ad184
Merge remote-tracking branch 'origin/master' into 1d_OutputForm
mmatera 4810a6c
tests for MakeBoxes
mmatera 794ca77
add tests for the structure
mmatera 65a1656
another round.
mmatera 8c2d721
Merge remote-tracking branch 'origin/master' into 1d_OutputForm
mmatera a4963b6
fix parametrize
mmatera fa6b828
Merge remote-tracking branch 'origin/master' into 1d_OutputForm
mmatera 9232a85
Merge remote-tracking branch 'origin/master' into 1d_OutputForm
mmatera b3984f3
merge
mmatera 8029135
Merge branch 'test_makeboxes' into 1d_OutputForm
mmatera 38a766a
Merge remote-tracking branch 'origin/master' into 1d_OutputForm
mmatera 8cbe6dd
Merge branch 'master' into test_makeboxes
mmatera e93512e
basic implementation for OutputForm grid
mmatera 2948b44
fix typos
mmatera f4a8d60
more typos
mmatera b56e59a
move more tests to the yaml file
mmatera 5018aef
merge
mmatera 82555bc
merge
mmatera 211f07a
merge
mmatera 7b02dbc
Merge remote-tracking branch 'origin/master' into 1d_OutputForm
mmatera 25454a0
remove default options in boxes
mmatera 5627a81
adjust format renders
mmatera 555588b
add options to InterpretationBox. Add quotes to PaneBox.
mmatera ec30ffb
Merge branch 'remove_default_options' into 1d_OutputForm
mmatera f30c754
Merge remote-tracking branch 'origin/master' into 1d_OutputForm
mmatera 67459c1
Merge branch 'master' into 1d_OutputForm
mmatera 5b51ed6
Merge remote-tracking branch 'origin/1d_OutputForm' into 1d_OutputForm
mmatera 6f2ef5e
remove unused imports. lexicographic order functions in `mathics.form…
mmatera d0857fd
more on mathics.format.outputform
mmatera ae5533f
Fix evaluation of InterpretationBox with options
mmatera 108731b
merge
mmatera bf17739
Misc tweaks... (#1599)
rocky 7e401fb
merge
mmatera 340a023
Merge branch 'master' into 1d_OutputForm
mmatera 4046386
Merge remote-tracking branch 'origin/1d_OutputForm' into 1d_OutputForm
mmatera 80160ac
restore
mmatera 736bbc8
comment out a test until we finish fixing TeXForm in another round
mmatera fa243fe
merge reorganization of mathics.builtin.forms
mmatera e0d8ce3
comment out
mmatera c840a6a
mypy
mmatera 5fded9f
isort
mmatera 2480ce5
Merge branch 'master' into 1d_OutputForm
mmatera 5bcb2bb
fix Image.atom_to_boxes
mmatera 8846c13
fix ImageBox.boxes_to_*
mmatera c098a32
== bool -> is bool
mmatera b9fd972
DRY input/outputform
mmatera 1e554eb
adjust dtype comparison
mmatera d4908ca
Merge branch 'Image_to_boxes_1' into 1d_OutputForm
mmatera 83972c6
remove form parameter
mmatera dbd4173
and more
mmatera 0cdbaf1
phase 2
mmatera c2a8880
Merge remote-tracking branch 'origin/master' into 1d_OutputForm_phase2
mmatera f1fd1ee
baseform
mmatera d61836e
Merge remote-tracking branch 'origin/master' into 1d_OutputForm_phase2
mmatera 0399a4a
trailing prints
mmatera 65bbe5c
remove simple grid. add baseform
mmatera e0134db
texform
mmatera b0210ae
bracket->square_bracket
mmatera 1ed63c1
parenthesized
mmatera ca7eebf
Grid and TableForm
mmatera 3669274
improve StringForm implementation
mmatera 0ecea0b
merge
mmatera 9fc55ad
Definitions fix
mmatera dcf3a68
numberform1
mmatera 1f0c833
adding tests. Handlind escaped backquotes.
mmatera 2644dd1
Merge remote-tracking branch 'origin/master' into StringForm
mmatera 7d635f9
another trailing dot
mmatera 5794dd9
merge
mmatera 379fd01
NumberForm refactor
mmatera 7a30b07
merge
mmatera 5389363
Update comment for clarity on exponent handling
mmatera 5d69033
Integer
mmatera 83a92e6
more reorganization of tests
mmatera 71e8280
merge
mmatera 5cd8b23
remove trailing export of int_to_string_shorter_repr
mmatera 1fef4c0
merge
mmatera b15f050
merge
mmatera 93f23b1
restaurate test_series and test.helper
mmatera f1ecfba
restore numbers.calculus
mmatera 369e8cc
almost ready
mmatera 33d29d7
Improve SeriesData format function
mmatera ae73cd6
merge
mmatera 0dfe96f
merge
mmatera d54149b
adjusting documentation
mmatera 4c05064
working
mmatera 62c583c
full
mmatera d0d0dde
partial
mmatera b437fba
adding init
mmatera 432b157
mathics.format -> mathics.format.export
mmatera cb30454
working
mmatera ad3a50b
mathics.eval.makeboxes-> mathics.format.makeboxes
mmatera cdae853
mathics.form->mathics.format.forms
mmatera 0109171
moving implementation of format methods to mathics.format.formvalues
mmatera 8def057
missing files
mmatera ea5fdbd
ruff
mmatera fc81d43
Format module reorganization tweaks (#1632)
rocky f62e663
Format module reorganization mypy (#1633)
mmatera 8f4ec34
mathics.format
mmatera d0b07be
remove export
mmatera 7f43f91
restore eval_makeboxes_outputform
mmatera e0b91dc
merge
mmatera ef51080
merge
mmatera fc32505
merge
mmatera a285a61
trailing rename
mmatera fd06ac4
ruff
mmatera 611cfc9
Merge branch 'more_on_inputform' into 1d_OutputForm
mmatera 3722dc6
merge
mmatera 2b7f101
merge
mmatera 059a0dc
Merge branch 'more_on_inputform' into 1d_OutputForm
mmatera 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 hidden or 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 hidden or 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 hidden or 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.
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.
Uh oh!
There was an error while loading. Please reload this page.