Mathics icon indicating copy to clipboard operation
Mathics copied to clipboard

This repository is for archival. Please see https://github.com/Mathics3/mathics-core

Results 106 Mathics issues
Sort by recently updated
recently updated
newest added

Reinstate some $InputFileName tests from test/files.py

But let's at least not crash when it is used.

Here I included the package KnotTheory from [http://katlas.org/wiki/Setup](http://katlas.org/wiki/Setup). Not sure if we want to ship this with Mathics, or just add a link, but I made this to do tests....

needs review
needs work
experimental

Here is a proposal for implementing a cache expression. This should reduce the evaluation time for expressions that are evaluated many times. The idea is to keep a dictionary inside...

enhancement
performance
needs work
experimental

@rocky, here I start working on a proposal for refactoring the formatting functions. Of course, this is not attempted to work in the very near future, but a way to...

Django interface
needs work

This is a follow up to https://github.com/orgs/mathics/teams/maintainers/discussions/20/comments/32. This PR makes it so that named characters are only replaced selectively (inside of strings or symbols). This makes calling `replace_wl_with_plain_text` from the...

enhancement