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 similar in cache construction #143

Merged
merged 10 commits into from
Aug 30, 2016
Merged

Commits on Aug 28, 2016

  1. Use similar in cache construction

    Luke Stagner committed Aug 28, 2016
    Configuration menu
    Copy the full SHA
    8105b1f View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2016

  1. use generated function to replace AbstractArray eltype

    Luke Stagner committed Aug 29, 2016
    Configuration menu
    Copy the full SHA
    6347096 View commit details
    Browse the repository at this point in the history
  2. Use array type in cache key instead of element type

    Luke Stagner committed Aug 29, 2016
    Configuration menu
    Copy the full SHA
    f787edd View commit details
    Browse the repository at this point in the history
  3. use x.name.primary. Fixes type not defined issue

    Luke Stagner committed Aug 29, 2016
    Configuration menu
    Copy the full SHA
    ddf116b View commit details
    Browse the repository at this point in the history
  4. Add fallback method for replace_eltype

    Luke Stagner committed Aug 29, 2016
    Configuration menu
    Copy the full SHA
    13192dd View commit details
    Browse the repository at this point in the history
  5. Add immutable abstractarray fallback; use right type parameter in rep…

    …lace_eltype fallback
    Luke Stagner committed Aug 29, 2016
    Configuration menu
    Copy the full SHA
    dcc45ee View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2016

  1. Remove fallback method

    Luke Stagner committed Aug 30, 2016
    Configuration menu
    Copy the full SHA
    280023b View commit details
    Browse the repository at this point in the history
  2. Use different test for sparce matrices

    Luke Stagner committed Aug 30, 2016
    Configuration menu
    Copy the full SHA
    5d7b983 View commit details
    Browse the repository at this point in the history
  3. pure annotation is a 0.5 feature

    Luke Stagner committed Aug 30, 2016
    Configuration menu
    Copy the full SHA
    bcd6da9 View commit details
    Browse the repository at this point in the history
  4. manually attach inline annotation for 0.4 compatibility

    Luke Stagner committed Aug 30, 2016
    Configuration menu
    Copy the full SHA
    5fa27b0 View commit details
    Browse the repository at this point in the history