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

Rewrite with clear separation of concerns (closes #2) #4

Merged
merged 15 commits into from
Nov 21, 2014
Merged

Commits on Nov 4, 2014

  1. Some docs about general math terminology

    Tomas Lycken committed Nov 4, 2014
    Configuration menu
    Copy the full SHA
    f868f6d View commit details
    Browse the repository at this point in the history
  2. Started documenting extrapolation

    Tomas Lycken committed Nov 4, 2014
    Configuration menu
    Copy the full SHA
    0055ec4 View commit details
    Browse the repository at this point in the history
  3. Clarify my idea for the type hierarchy

    Tomas Lycken committed Nov 4, 2014
    Configuration menu
    Copy the full SHA
    a9c16fd View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2014

  1. Skeleton writeup

    Tomas Lycken committed Nov 6, 2014
    Configuration menu
    Copy the full SHA
    909feed View commit details
    Browse the repository at this point in the history

Commits on Nov 17, 2014

  1. Constant, linear and (broken) quadratic interpolation

    Tomas Lycken committed Nov 17, 2014
    Configuration menu
    Copy the full SHA
    4848ffc View commit details
    Browse the repository at this point in the history
  2. Add missing file (and fix implementation of quadratic)

    Tomas Lycken committed Nov 17, 2014
    Configuration menu
    Copy the full SHA
    7adb32d View commit details
    Browse the repository at this point in the history
  3. Update example usage notebook

    Tomas Lycken committed Nov 17, 2014
    Configuration menu
    Copy the full SHA
    c295950 View commit details
    Browse the repository at this point in the history

Commits on Nov 20, 2014

  1. Generic, macro-based prefiltering

    Tomas Lycken committed Nov 20, 2014
    Configuration menu
    Copy the full SHA
    8f2ce56 View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2014

  1. Reworked prefiltering

    Tomas Lycken committed Nov 21, 2014
    Configuration menu
    Copy the full SHA
    1c641e0 View commit details
    Browse the repository at this point in the history
  2. Better warning message when A is not concrete

    Tomas Lycken committed Nov 21, 2014
    Configuration menu
    Copy the full SHA
    9bc13ca View commit details
    Browse the repository at this point in the history
  3. Updated notebook => tutorial of sorts

    Tomas Lycken committed Nov 21, 2014
    Configuration menu
    Copy the full SHA
    52937d5 View commit details
    Browse the repository at this point in the history
  4. Do away with coords2lin

    Tomas Lycken committed Nov 21, 2014
    Configuration menu
    Copy the full SHA
    e676001 View commit details
    Browse the repository at this point in the history
  5. Make tests pass

    Tomas Lycken committed Nov 21, 2014
    Configuration menu
    Copy the full SHA
    eeb5842 View commit details
    Browse the repository at this point in the history
  6. Update documentation after BC restructuring

    Tomas Lycken committed Nov 21, 2014
    Configuration menu
    Copy the full SHA
    ff0ddab View commit details
    Browse the repository at this point in the history
  7. Added missing file

    Tomas Lycken committed Nov 21, 2014
    Configuration menu
    Copy the full SHA
    3aa8523 View commit details
    Browse the repository at this point in the history