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

Fast image: add binary_string parameter to imshow #2691

Merged
merged 37 commits into from
Sep 3, 2020
Merged

Commits on Jun 12, 2020

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

Commits on Jun 23, 2020

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

Commits on Jul 14, 2020

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

Commits on Jul 27, 2020

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

Commits on Aug 5, 2020

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

Commits on Aug 6, 2020

  1. Configuration menu
    Copy the full SHA
    1984998 View commit details
    Browse the repository at this point in the history
  2. added dev dep

    emmanuelle committed Aug 6, 2020
    Configuration menu
    Copy the full SHA
    e6feb33 View commit details
    Browse the repository at this point in the history
  3. added dev dep

    emmanuelle committed Aug 6, 2020
    Configuration menu
    Copy the full SHA
    e551672 View commit details
    Browse the repository at this point in the history
  4. more tests and docstring

    emmanuelle committed Aug 6, 2020
    Configuration menu
    Copy the full SHA
    34cc0de View commit details
    Browse the repository at this point in the history
  5. range_color case

    emmanuelle committed Aug 6, 2020
    Configuration menu
    Copy the full SHA
    febdfaf View commit details
    Browse the repository at this point in the history

Commits on Aug 11, 2020

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

Commits on Aug 13, 2020

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

Commits on Aug 14, 2020

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

Commits on Aug 17, 2020

  1. Configuration menu
    Copy the full SHA
    bd25f05 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    78d2454 View commit details
    Browse the repository at this point in the history
  3. modified tutorial

    emmanuelle committed Aug 17, 2020
    Configuration menu
    Copy the full SHA
    0752df7 View commit details
    Browse the repository at this point in the history
  4. modified requirements

    emmanuelle committed Aug 17, 2020
    Configuration menu
    Copy the full SHA
    34c1acf View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2020

  1. solve bug for rgba images

    emmanuelle committed Aug 20, 2020
    Configuration menu
    Copy the full SHA
    08e0781 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    91f608e View commit details
    Browse the repository at this point in the history
  3. do not do anything when origin='lower' because the JS already takes c…

    …are of this with source
    emmanuelle committed Aug 20, 2020
    Configuration menu
    Copy the full SHA
    0cecbd6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    eeb1988 View commit details
    Browse the repository at this point in the history
  5. version added in tutorial

    emmanuelle committed Aug 20, 2020
    Configuration menu
    Copy the full SHA
    dd21b48 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    226817e View commit details
    Browse the repository at this point in the history

Commits on Aug 31, 2020

  1. codegen

    emmanuelle committed Aug 31, 2020
    Configuration menu
    Copy the full SHA
    d3cb22b View commit details
    Browse the repository at this point in the history
  2. add generated files

    emmanuelle committed Aug 31, 2020
    Configuration menu
    Copy the full SHA
    7b117dc View commit details
    Browse the repository at this point in the history
  3. remove pypng dependency

    emmanuelle committed Aug 31, 2020
    Configuration menu
    Copy the full SHA
    4db5fe4 View commit details
    Browse the repository at this point in the history
  4. use rgba256 colormodel

    emmanuelle committed Aug 31, 2020
    Configuration menu
    Copy the full SHA
    63a4dc9 View commit details
    Browse the repository at this point in the history
  5. try to fix CI

    emmanuelle committed Aug 31, 2020
    Configuration menu
    Copy the full SHA
    29aab27 View commit details
    Browse the repository at this point in the history
  6. fix test

    emmanuelle committed Aug 31, 2020
    Configuration menu
    Copy the full SHA
    32ca251 View commit details
    Browse the repository at this point in the history

Commits on Sep 2, 2020

  1. improve examples

    emmanuelle committed Sep 2, 2020
    Configuration menu
    Copy the full SHA
    cdbfefe View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    03ce500 View commit details
    Browse the repository at this point in the history
  3. improve docstring

    emmanuelle committed Sep 2, 2020
    Configuration menu
    Copy the full SHA
    c0247d2 View commit details
    Browse the repository at this point in the history

Commits on Sep 3, 2020

  1. Configuration menu
    Copy the full SHA
    ff6bd6e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3640abc View commit details
    Browse the repository at this point in the history
  3. blacken png

    nicolaskruchten committed Sep 3, 2020
    Configuration menu
    Copy the full SHA
    56494ba View commit details
    Browse the repository at this point in the history
  4. remove f-string

    nicolaskruchten committed Sep 3, 2020
    Configuration menu
    Copy the full SHA
    cb72f88 View commit details
    Browse the repository at this point in the history
  5. fix png.py tests

    nicolaskruchten committed Sep 3, 2020
    Configuration menu
    Copy the full SHA
    96cebe3 View commit details
    Browse the repository at this point in the history