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

Added two filtering options to pLoad to set the "ignore" flag when us… #22

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

Commits on Sep 9, 2016

  1. Added two filtering options to pLoad to set the "ignore" flag when us…

    …ing bbGt functions, based on regex matching:
    
    .name     - [] regexp on image source name to ignore
    .invName  - [0] invert behavior of name, setting non-matches ignore
    .database - [] regexp on database name to ignore
    .invData  - [0] invert behavior of database, setting non-matches to ignore
    zpezz committed Sep 9, 2016
    Configuration menu
    Copy the full SHA
    f53157d View commit details
    Browse the repository at this point in the history

Commits on Dec 9, 2016

  1. Added ignDiff option to bbLoad, which allows toggling whether "diffic…

    …ult" labels are ignored, or inverting to ignore everything except "difficult" labels
    zpezz committed Dec 9, 2016
    Configuration menu
    Copy the full SHA
    05f38c3 View commit details
    Browse the repository at this point in the history

Commits on Apr 13, 2018

  1. Configuration menu
    Copy the full SHA
    1691d57 View commit details
    Browse the repository at this point in the history
  2. Added optional "d" field to "point" annotations, to allow them to enc…

    …ode 3D information.
    zpezz committed Apr 13, 2018
    Configuration menu
    Copy the full SHA
    50d0702 View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2018

  1. Switched "d" field to "z", and added filtering support

    Changed name of optional point field from "d" to "z".
    Added support for filtering on a range of these values.
    zpezz committed Jun 27, 2018
    Configuration menu
    Copy the full SHA
    b947e63 View commit details
    Browse the repository at this point in the history