Add cylinders#1450
Closed
TiagoCavalcante wants to merge 369 commits intomathics:add-cylindersfrom
TiagoCavalcante:add-cylinders
Closed
Add cylinders#1450TiagoCavalcante wants to merge 369 commits intomathics:add-cylindersfrom TiagoCavalcante:add-cylinders
TiagoCavalcante wants to merge 369 commits intomathics:add-cylindersfrom
TiagoCavalcante:add-cylinders
Conversation
Thanks @axkr!
These are prerequisites for having Combinatorica V2.0 to load without given errors. Combinatorica v2.0 (the version that is on par with the latest book) is starting to work, although testing shows it is not as good as v0.9 yet.
Since these should not be unprotected...
* Doc system doesn't understand </li> * Add docstring for mathics.builtin
Not complete, but it is a start.
Add requirements-dev.txt
specify testing pips and have a way to run pytest in parallel
Convert unicode nand and nor in TeX
Go over Quiet, All, and Part docs
TIdy small omissions in PR #1251
Try sympy 1.8
adding argr message for PatternArgumentError
Advanced predicate processing
catch malformed Pattern
Tweak wording and examples on PolarPlot
Fill out descriptions on section names
Add tensor note
We do this by removing the fragile unicode characters (which kind of isn't Python safe either), and test export *outside* of the doctest hidden mechanism which was wrong (if expedient) also.
so "\t" isn't misinterpreted
Make importexport black-safe...
Merged
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Fetch and rebase weren't successful, so I'll just apply the necessary changes to a branch forked from master.