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

Make "copy" work better with numpy arrays #2577

Merged
merged 3 commits into from
Oct 7, 2015

Commits on Aug 1, 2015

  1. Make "copy" work better with numpy arrays

    Previously, if you go to variable explorer, right clicked
    on a (large) numpy array and clicked copy if copied in the form
    [[1.0, 2.0 ... 3.0 ]] (i.e. with dots in place of the middle
    of the array)
    
    Now it copies the whole array with as a tab separated string.
    This is more useful since you can paste directly into Spyder
    or into a spreadsheet, and no data is omitted.
    
    The downside is that the clipboard can get quite large
    David Woods committed Aug 1, 2015
    Configuration menu
    Copy the full SHA
    45e787c View commit details
    Browse the repository at this point in the history
  2. Small code cleanup

    David Woods committed Aug 1, 2015
    Configuration menu
    Copy the full SHA
    ac2f4db View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2015

  1. Fixed a space

    David Woods committed Sep 23, 2015
    Configuration menu
    Copy the full SHA
    66c1d32 View commit details
    Browse the repository at this point in the history