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

Provide trait based opt in for Images API (take 2) #86

Merged
merged 4 commits into from
Aug 12, 2019
Merged

Provide trait based opt in for Images API (take 2) #86

merged 4 commits into from
Aug 12, 2019

Commits on Aug 3, 2019

  1. Configuration menu
    Copy the full SHA
    2f92f5c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    00e4259 View commit details
    Browse the repository at this point in the history
  3. Improved test coverage.

    Tokazama committed Aug 3, 2019
    Configuration menu
    Copy the full SHA
    b4d255b View commit details
    Browse the repository at this point in the history

Commits on Aug 4, 2019

  1. Fixed doctests and changed default dimension names

    `default_names` is now a simple generated function, because the symbol
    names weren't being interpolated at compile time. Hopefully dispatching
    on `Vall{N}` instead of the full array will limit the number of
    functions that have to be generated.
    Tokazama committed Aug 4, 2019
    Configuration menu
    Copy the full SHA
    11372af View commit details
    Browse the repository at this point in the history