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

Improve iPython interoperability #7268

Closed
wants to merge 7 commits into from

Commits on Jul 7, 2023

  1. Configuration menu
    Copy the full SHA
    c194d56 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    823e3dd View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    05c3646 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0568292 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8bdb655 View commit details
    Browse the repository at this point in the history

Commits on Jul 13, 2023

  1. Rework handling of awkward image modes and rescaling

    Expose Image.use_display_hook_features that can be used to control how
    images are seen in IPython / Jupyter.  For example:
    
      Image.use_display_hook_features(F_mode='unit')
    
    special cases F mode images, by assuming values are in [0., 1.].
    Alternatively, the user could do:
    
      Image.use_display_hook_features('auto')
    
    and it will function similarly to my previous patch.
    smason committed Jul 13, 2023
    Configuration menu
    Copy the full SHA
    f643336 View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2023

  1. Configuration menu
    Copy the full SHA
    54f3cef View commit details
    Browse the repository at this point in the history