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

Test objects returns/json #56

Open
wants to merge 22 commits into
base: master
Choose a base branch
from

Commits on Sep 13, 2018

  1. requirements.txt and Makefile enhanced:

    - matplotlib has been added
    - The paths to the songs where misspelled
    vriez committed Sep 13, 2018
    Configuration menu
    Copy the full SHA
    11cac3e View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2018

  1. Configuration menu
    Copy the full SHA
    c2d9ddf View commit details
    Browse the repository at this point in the history

Commits on Oct 15, 2018

  1. Configuration menu
    Copy the full SHA
    02bb61c View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2018

  1. checking results backwards

    vriez committed Oct 16, 2018
    Configuration menu
    Copy the full SHA
    08547f8 View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2018

  1. Configuration menu
    Copy the full SHA
    a2273a5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0142aee View commit details
    Browse the repository at this point in the history
  3. Now storing the ’fingeprinted_density’, the density with which the tr…

    …ack has been fingerprinted.
    vriez committed Oct 17, 2018
    Configuration menu
    Copy the full SHA
    3a8c62a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    dc842ec View commit details
    Browse the repository at this point in the history

Commits on Oct 29, 2018

  1. Improved the displayed messages within list and new commands, as …

    …well as added the -O|--json option for the `match` command.
    vriez committed Oct 29, 2018
    Configuration menu
    Copy the full SHA
    55ae5d3 View commit details
    Browse the repository at this point in the history
  2. --verbose option needs to be double-checked, it displays additional i…

    …nformation by default.
    vriez committed Oct 29, 2018
    Configuration menu
    Copy the full SHA
    416c8ba View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2018

  1. Added the minimal Unix tools in order to run the app. Also, some slig…

    …ht fixes have been made on for the hash_table content printing.
    vriez committed Oct 30, 2018
    Configuration menu
    Copy the full SHA
    48991f9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b8b1262 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b8282fc View commit details
    Browse the repository at this point in the history
  4. -O added onto README.md

    vriez committed Oct 30, 2018
    Configuration menu
    Copy the full SHA
    bf3dccc View commit details
    Browse the repository at this point in the history

Commits on Nov 5, 2018

  1. fix around --verbose.

    vriez committed Nov 5, 2018
    Configuration menu
    Copy the full SHA
    a91497d View commit details
    Browse the repository at this point in the history
  2. no longer saving query matches into a .csv file since they are not st…

    …rictly the same as displayed by the `match` command.
    vriez committed Nov 5, 2018
    Configuration menu
    Copy the full SHA
    8283d72 View commit details
    Browse the repository at this point in the history

Commits on Jan 16, 2019

  1. Merge branch 'master' into test_objects_returns

    - accept changes for file_duration function, pickle_options,
    Eric Z committed Jan 16, 2019
    Configuration menu
    Copy the full SHA
    e979527 View commit details
    Browse the repository at this point in the history
  2. update JSON writing as list to file

    - only if output to file, matching can serialize to JSON file
    - modify reporter to accept data or string/message output
    - revise JSON matching to return more than one object in list
    Eric Z committed Jan 16, 2019
    Configuration menu
    Copy the full SHA
    37febe8 View commit details
    Browse the repository at this point in the history
  3. update profile script for JSON output compare

    - allow profile script to reach back to root for package depenencies
    - version bump to today
    Eric Z committed Jan 16, 2019
    Configuration menu
    Copy the full SHA
    26b75c0 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    85f3ea5 View commit details
    Browse the repository at this point in the history

Commits on Jan 27, 2019

  1. restore verbosity to JSON mode output

    - enable "confidence" and other start time capability
    - add secondary run to test script for future profiling evaluation
    Eric Z committed Jan 27, 2019
    Configuration menu
    Copy the full SHA
    c59348f View commit details
    Browse the repository at this point in the history
  2. modify name of returned JSON attributes

    - align with rest of code structure/naming
    - add one more profiling test to get precise match for comparison
    Eric Z committed Jan 27, 2019
    Configuration menu
    Copy the full SHA
    2cbd31b View commit details
    Browse the repository at this point in the history