Skip to content
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

Improvements to IPython printing: strings, floats, and ints. #2683

Merged
merged 6 commits into from Jan 3, 2014

Commits on Dec 15, 2013

  1. Improvements to IPython printing: strings, floats, and ints.

    Removed strings from LaTeX printing in IPython as this was causing dictionaries
    that contained strings and other valid LaTeX printable types to render. This is
    typically not desirable especially if you have a dictionary with only strings,
    floats, and integers.
    
    I also added an option `print_builtin` to `init_printing` that allows you to
    disable the float and integer LaTeX printing. For example, if you don't want a
    dictionary of integer keys and float values to render in LaTeX.
    
    Fixes issue sympy#2672.
    moorepants committed Dec 15, 2013
    Copy the full SHA
    167d0d0 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    b5b0447 View commit details
    Browse the repository at this point in the history

Commits on Dec 16, 2013

  1. Copy the full SHA
    b748fae View commit details
    Browse the repository at this point in the history

Commits on Dec 29, 2013

  1. Copy the full SHA
    05361f7 View commit details
    Browse the repository at this point in the history

Commits on Dec 30, 2013

  1. Copy the full SHA
    9c1bb7f View commit details
    Browse the repository at this point in the history

Commits on Jan 3, 2014

  1. Copy the full SHA
    031c43f View commit details
    Browse the repository at this point in the history