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

Use IndirectArrays #47

Merged
merged 22 commits into from
Nov 25, 2021
Merged

Use IndirectArrays #47

merged 22 commits into from
Nov 25, 2021

Commits on Nov 13, 2021

  1. Rename colorspaces to utils

    adrhill committed Nov 13, 2021
    Configuration menu
    Copy the full SHA
    e22baf9 View commit details
    Browse the repository at this point in the history
  2. Use IndirectArrays

    adrhill committed Nov 13, 2021
    Configuration menu
    Copy the full SHA
    f5bbab6 View commit details
    Browse the repository at this point in the history
  3. Update tests

    adrhill committed Nov 13, 2021
    Configuration menu
    Copy the full SHA
    757de6e View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2021

  1. Remove unused code

    adrhill committed Nov 14, 2021
    Configuration menu
    Copy the full SHA
    2277ce4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    24c4be1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2a1013d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9ec728e View commit details
    Browse the repository at this point in the history
  5. Make things faster

    adrhill committed Nov 14, 2021
    Configuration menu
    Copy the full SHA
    55b1c92 View commit details
    Browse the repository at this point in the history
  6. Speed up threshold algorithm

    adrhill committed Nov 14, 2021
    Configuration menu
    Copy the full SHA
    a433a2b View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    b956b14 View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2021

  1. Add suggestions from review

    adrhill committed Nov 15, 2021
    Configuration menu
    Copy the full SHA
    d13f3ea View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2021

  1. Configuration menu
    Copy the full SHA
    c96227e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ee8b702 View commit details
    Browse the repository at this point in the history
  3. Remove unused code

    adrhill committed Nov 21, 2021
    Configuration menu
    Copy the full SHA
    bba6b0e View commit details
    Browse the repository at this point in the history
  4. Small performance tweaks

    adrhill committed Nov 21, 2021
    Configuration menu
    Copy the full SHA
    da556a5 View commit details
    Browse the repository at this point in the history
  5. Revert binary error diffusion

    adrhill committed Nov 21, 2021
    Configuration menu
    Copy the full SHA
    8c6c7e3 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    44e5c09 View commit details
    Browse the repository at this point in the history
  7. Fix test warnings

    Previously got:
    Warning: Assignment to `d` in soft scope is ambiguous because a global variable by the same name exists: `d` will be treated as a new local. Disambiguate by using `local d` to suppress this warning or `global d` to assign to the existing global variable.
    adrhill committed Nov 21, 2021
    Configuration menu
    Copy the full SHA
    729bfce View commit details
    Browse the repository at this point in the history

Commits on Nov 23, 2021

  1. Update CI for Julia 1.0

    adrhill committed Nov 23, 2021
    Configuration menu
    Copy the full SHA
    00fe72d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    403a4dc View commit details
    Browse the repository at this point in the history
  3. Attempt to fix CI

    adrhill committed Nov 23, 2021
    Configuration menu
    Copy the full SHA
    80104ab View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b88dbcd View commit details
    Browse the repository at this point in the history