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

Feature/filter data #15

Open
wants to merge 11 commits into
base: main
Choose a base branch
from
Open

Commits on Oct 4, 2018

  1. add slice function when reading data

    Daniel Forte Marques committed Oct 4, 2018
    Configuration menu
    Copy the full SHA
    62e5422 View commit details
    Browse the repository at this point in the history
  2. add filter function for non-record variables + tests

    Daniel Forte Marques committed Oct 4, 2018
    Configuration menu
    Copy the full SHA
    c105438 View commit details
    Browse the repository at this point in the history

Commits on Oct 5, 2018

  1. add slice function for record data + tests

    Daniel Forte Marques committed Oct 5, 2018
    Configuration menu
    Copy the full SHA
    b307eb5 View commit details
    Browse the repository at this point in the history
  2. add filter function for record data + tests

    Daniel Forte Marques committed Oct 5, 2018
    Configuration menu
    Copy the full SHA
    9e10bb7 View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2018

  1. make record filtered a 2 dimensional array.

    Daniel Forte Marques committed Oct 8, 2018
    Configuration menu
    Copy the full SHA
    00d42d1 View commit details
    Browse the repository at this point in the history
  2. add input verification

    Daniel Forte Marques committed Oct 8, 2018
    Configuration menu
    Copy the full SHA
    88a6f97 View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2018

  1. update npm packages

    Daniel Forte Marques committed Oct 11, 2018
    Configuration menu
    Copy the full SHA
    2b4eceb View commit details
    Browse the repository at this point in the history
  2. correct failling CI test

    Daniel Forte Marques committed Oct 11, 2018
    Configuration menu
    Copy the full SHA
    55ac2aa View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2018

  1. add package-lock.json

    Daniel Forte Marques committed Oct 23, 2018
    Configuration menu
    Copy the full SHA
    d7b65c9 View commit details
    Browse the repository at this point in the history
  2. correct tests

    Daniel Forte Marques committed Oct 23, 2018
    Configuration menu
    Copy the full SHA
    94cc8a8 View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2018

  1. bugfix: translateToFilter: keep dimension order the same than in the …

    …variable.
    Daniel Forte Marques committed Oct 25, 2018
    Configuration menu
    Copy the full SHA
    b478309 View commit details
    Browse the repository at this point in the history